Class: Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineGroup
- Inherits:
-
TrackedResource
- Object
- Resource
- TrackedResource
- Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineGroup
- Includes:
- MsRestAzure
- Defined in:
- lib/2017-03-01-preview/generated/azure_mgmt_sqlvirtualmachine/models/sql_virtual_machine_group.rb
Overview
A SQL virtual machine group.
Instance Attribute Summary collapse
-
#cluster_configuration ⇒ ClusterConfiguration
‘Domainful’.
-
#cluster_manager_type ⇒ ClusterManagerType
Failover Cluster (WSFC), implied by the scale type of the group and the OS type.
-
#provisioning_state ⇒ String
status.
-
#scale_type ⇒ ScaleType
Scale type.
-
#sql_image_offer ⇒ String
SQL2017-WS2016.
-
#sql_image_sku ⇒ SqlVmGroupImageSku
‘Developer’, ‘Enterprise’.
-
#wsfc_domain_profile ⇒ WsfcDomainProfile
Cluster Active Directory domain profile.
Attributes inherited from TrackedResource
Attributes inherited from Resource
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for SqlVirtualMachineGroup class as Ruby Hash.
Methods inherited from Resource
Instance Attribute Details
#cluster_configuration ⇒ ClusterConfiguration
‘Domainful’
37 38 39 |
# File 'lib/2017-03-01-preview/generated/azure_mgmt_sqlvirtualmachine/models/sql_virtual_machine_group.rb', line 37 def cluster_configuration @cluster_configuration end |
#cluster_manager_type ⇒ ClusterManagerType
Failover Cluster (WSFC), implied by the scale type of the group and the OS type. Possible values include: ‘WSFC’
33 34 35 |
# File 'lib/2017-03-01-preview/generated/azure_mgmt_sqlvirtualmachine/models/sql_virtual_machine_group.rb', line 33 def cluster_manager_type @cluster_manager_type end |
#provisioning_state ⇒ String
status.
17 18 19 |
# File 'lib/2017-03-01-preview/generated/azure_mgmt_sqlvirtualmachine/models/sql_virtual_machine_group.rb', line 17 def provisioning_state @provisioning_state end |
#scale_type ⇒ ScaleType
Returns Scale type. Possible values include: ‘HA’.
28 29 30 |
# File 'lib/2017-03-01-preview/generated/azure_mgmt_sqlvirtualmachine/models/sql_virtual_machine_group.rb', line 28 def scale_type @scale_type end |
#sql_image_offer ⇒ String
SQL2017-WS2016.
21 22 23 |
# File 'lib/2017-03-01-preview/generated/azure_mgmt_sqlvirtualmachine/models/sql_virtual_machine_group.rb', line 21 def sql_image_offer @sql_image_offer end |
#sql_image_sku ⇒ SqlVmGroupImageSku
‘Developer’, ‘Enterprise’
25 26 27 |
# File 'lib/2017-03-01-preview/generated/azure_mgmt_sqlvirtualmachine/models/sql_virtual_machine_group.rb', line 25 def sql_image_sku @sql_image_sku end |
#wsfc_domain_profile ⇒ WsfcDomainProfile
Returns Cluster Active Directory domain profile.
40 41 42 |
# File 'lib/2017-03-01-preview/generated/azure_mgmt_sqlvirtualmachine/models/sql_virtual_machine_group.rb', line 40 def wsfc_domain_profile @wsfc_domain_profile end |
Class Method Details
.mapper ⇒ Object
Mapper for SqlVirtualMachineGroup class as Ruby Hash. This will be used for serialization/deserialization.
47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 |
# File 'lib/2017-03-01-preview/generated/azure_mgmt_sqlvirtualmachine/models/sql_virtual_machine_group.rb', line 47 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SqlVirtualMachineGroup', type: { name: 'Composite', class_name: 'SqlVirtualMachineGroup', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, location: { client_side_validation: true, required: true, serialized_name: 'location', type: { name: 'String' } }, tags: { client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, provisioning_state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', type: { name: 'String' } }, sql_image_offer: { client_side_validation: true, required: false, serialized_name: 'properties.sqlImageOffer', type: { name: 'String' } }, sql_image_sku: { client_side_validation: true, required: false, serialized_name: 'properties.sqlImageSku', type: { name: 'String' } }, scale_type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.scaleType', type: { name: 'String' } }, cluster_manager_type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.clusterManagerType', type: { name: 'String' } }, cluster_configuration: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.clusterConfiguration', type: { name: 'String' } }, wsfc_domain_profile: { client_side_validation: true, required: false, serialized_name: 'properties.wsfcDomainProfile', type: { name: 'Composite', class_name: 'WsfcDomainProfile' } } } } } end |