Exemplo n.º 1
0
 def __init__(self):
     self.version = ''
     self.label = _Base64String()
     self.is_default = True
     self.is_active = True
     self.family = 0
     self.family_label = _Base64String()
Exemplo n.º 2
0
 def __init__(self):
     self.name = ''
     self.label = _Base64String()
     self.description = ''
     self.location = ''
     self.hosted_services = HostedServices()
     self.storage_services = StorageServices()
     self.capabilities = _scalar_list_of(str, 'Capability')
Exemplo n.º 3
0
 def __init__(self):
     self.description = ''
     self.location = ''
     self.affinity_group = ''
     self.label = _Base64String()
     self.status = ''
     self.date_created = ''
     self.date_last_modified = ''
     self.extended_properties = _dict_of('ExtendedProperty', 'Name', 'Value')
Exemplo n.º 4
0
 def __init__(self):
     self.description = u""
     self.location = u""
     self.affinity_group = u""
     self.label = _Base64String()
     self.status = u""
     self.date_created = u""
     self.date_last_modified = u""
     self.extended_properties = _dict_of("ExtendedProperty", "Name", "Value")
Exemplo n.º 5
0
 def __init__(self):
     self.name = ''
     self.deployment_slot = ''
     self.private_id = ''
     self.status = ''
     self.label = _Base64String()
     self.url = ''
     self.configuration = _Base64String()
     self.role_instance_list = RoleInstanceList()
     self.upgrade_status = UpgradeStatus()
     self.upgrade_domain_count = ''
     self.role_list = RoleList()
     self.sdk_version = ''
     self.input_endpoint_list = InputEndpoints()
     self.locked = False
     self.rollback_allowed = False
     self.persistent_vm_downtime_info = PersistentVMDowntimeInfo()
     self.created_time = ''
     self.last_modified_time = ''
     self.extended_properties = _dict_of('ExtendedProperty', 'Name', 'Value')
Exemplo n.º 6
0
 def __init__(self):
     self.description = ''
     self.affinity_group = ''
     self.location = ''
     self.label = _Base64String()
     self.status = ''
     self.endpoints = _scalar_list_of(str, 'Endpoint')
     self.geo_replication_enabled = False
     self.geo_primary_region = ''
     self.status_of_primary = ''
     self.geo_secondary_region = ''
     self.status_of_secondary = ''
     self.last_geo_failover_time = ''
Exemplo n.º 7
0
 def __init__(self):
     self.name = ''
     self.label = _Base64String()
     self.operating_systems = OperatingSystems()