Home | History | Annotate | Download | only in cli

Lines Matching refs:protection

40     protections = host_protections.Protection.names
262 'lock_time', 'lock_reason', 'protection',])
351 self.parser.add_option('-p', '--protection', type='choice',
352 help=('Set the protection level on a host. '
397 if options.protection:
398 self.data['protection'] = options.protection
399 self.messages.append('Protection set to "%s"' % options.protection)
499 --protection <protection_type>
590 --protection <protection_type>
610 protection=host_protections.Protection.NO_PROTECTION):
625 @param protection: An enum defined in host_protections.
641 if protection:
642 obj.data['protection'] = protection