Class: Azure::Hanaonazure::Mgmt::V2017_11_03_preview::Models::HanaInstance
- Inherits:
-
Resource
- Object
- Resource
- Azure::Hanaonazure::Mgmt::V2017_11_03_preview::Models::HanaInstance
- Includes:
- MsRestAzure
- Defined in:
- lib/2017-11-03-preview/generated/azure_mgmt_hanaonazure/models/hana_instance.rb
Overview
HANA instance info on Azure (ARM properties and HANA properties)
Instance Attribute Summary collapse
-
#hana_instance_id ⇒ String
Specifies the HANA instance unique ID.
-
#hardware_profile ⇒ HardwareProfile
instance.
-
#hw_revision ⇒ String
Hardware revision of a HANA instance.
-
#network_profile ⇒ NetworkProfile
instance.
-
#os_profile ⇒ OSProfile
HANA instance.
-
#partner_node_id ⇒ String
network with this HanaInstance.
-
#power_state ⇒ HanaInstancePowerStateEnum
values include: ‘starting’, ‘started’, ‘stopping’, ‘stopped’, ‘restarting’, ‘unknown’.
-
#provisioning_state ⇒ HanaProvisioningStatesEnum
HanaInstance.
-
#proximity_placement_group ⇒ String
Resource proximity placement group.
-
#storage_profile ⇒ StorageProfile
instance disks.
Attributes inherited from Resource
#id, #location, #name, #tags, #type
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for HanaInstance class as Ruby Hash.
Methods inherited from Resource
Instance Attribute Details
#hana_instance_id ⇒ String
Returns Specifies the HANA instance unique ID.
32 33 34 |
# File 'lib/2017-11-03-preview/generated/azure_mgmt_hanaonazure/models/hana_instance.rb', line 32 def hana_instance_id @hana_instance_id end |
#hardware_profile ⇒ HardwareProfile
instance.
17 18 19 |
# File 'lib/2017-11-03-preview/generated/azure_mgmt_hanaonazure/models/hana_instance.rb', line 17 def hardware_profile @hardware_profile end |
#hw_revision ⇒ String
Returns Hardware revision of a HANA instance.
43 44 45 |
# File 'lib/2017-11-03-preview/generated/azure_mgmt_hanaonazure/models/hana_instance.rb', line 43 def hw_revision @hw_revision end |
#network_profile ⇒ NetworkProfile
instance.
29 30 31 |
# File 'lib/2017-11-03-preview/generated/azure_mgmt_hanaonazure/models/hana_instance.rb', line 29 def network_profile @network_profile end |
#os_profile ⇒ OSProfile
HANA instance.
25 26 27 |
# File 'lib/2017-11-03-preview/generated/azure_mgmt_hanaonazure/models/hana_instance.rb', line 25 def os_profile @os_profile end |
#partner_node_id ⇒ String
network with this HanaInstance
47 48 49 |
# File 'lib/2017-11-03-preview/generated/azure_mgmt_hanaonazure/models/hana_instance.rb', line 47 def partner_node_id @partner_node_id end |
#power_state ⇒ HanaInstancePowerStateEnum
values include: ‘starting’, ‘started’, ‘stopping’, ‘stopped’, ‘restarting’, ‘unknown’
37 38 39 |
# File 'lib/2017-11-03-preview/generated/azure_mgmt_hanaonazure/models/hana_instance.rb', line 37 def power_state @power_state end |
#provisioning_state ⇒ HanaProvisioningStatesEnum
HanaInstance. Possible values include: ‘Accepted’, ‘Creating’, ‘Updating’, ‘Failed’, ‘Succeeded’, ‘Deleting’, ‘Migrating’
52 53 54 |
# File 'lib/2017-11-03-preview/generated/azure_mgmt_hanaonazure/models/hana_instance.rb', line 52 def provisioning_state @provisioning_state end |
#proximity_placement_group ⇒ String
Returns Resource proximity placement group.
40 41 42 |
# File 'lib/2017-11-03-preview/generated/azure_mgmt_hanaonazure/models/hana_instance.rb', line 40 def proximity_placement_group @proximity_placement_group end |
#storage_profile ⇒ StorageProfile
instance disks.
21 22 23 |
# File 'lib/2017-11-03-preview/generated/azure_mgmt_hanaonazure/models/hana_instance.rb', line 21 def storage_profile @storage_profile end |
Class Method Details
.mapper ⇒ Object
Mapper for HanaInstance class as Ruby Hash. This will be used for serialization/deserialization.
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 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 |
# File 'lib/2017-11-03-preview/generated/azure_mgmt_hanaonazure/models/hana_instance.rb', line 59 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'HanaInstance', type: { name: 'Composite', class_name: 'HanaInstance', 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: false, serialized_name: 'location', type: { name: 'String' } }, tags: { client_side_validation: true, required: false, read_only: true, serialized_name: 'tags', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, hardware_profile: { client_side_validation: true, required: false, serialized_name: 'properties.hardwareProfile', type: { name: 'Composite', class_name: 'HardwareProfile' } }, storage_profile: { client_side_validation: true, required: false, serialized_name: 'properties.storageProfile', type: { name: 'Composite', class_name: 'StorageProfile' } }, os_profile: { client_side_validation: true, required: false, serialized_name: 'properties.osProfile', type: { name: 'Composite', class_name: 'OSProfile' } }, network_profile: { client_side_validation: true, required: false, serialized_name: 'properties.networkProfile', type: { name: 'Composite', class_name: 'NetworkProfile' } }, hana_instance_id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.hanaInstanceId', type: { name: 'String' } }, power_state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.powerState', type: { name: 'String' } }, proximity_placement_group: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.proximityPlacementGroup', type: { name: 'String' } }, hw_revision: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.hwRevision', type: { name: 'String' } }, partner_node_id: { client_side_validation: true, required: false, serialized_name: 'properties.partnerNodeId', type: { name: 'String' } }, provisioning_state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', type: { name: 'String' } } } } } end |