Class: Azure::Compute::Mgmt::V2020_06_01::Models::VirtualMachineScaleSetUpdateIPConfiguration
- Inherits:
-
SubResource
- Object
- SubResource
- Azure::Compute::Mgmt::V2020_06_01::Models::VirtualMachineScaleSetUpdateIPConfiguration
- Includes:
- MsRestAzure
- Defined in:
- lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_ipconfiguration.rb
Overview
Describes a virtual machine scale set network profile's IP configuration. NOTE: The subnet of a scale set may be modified as long as the original subnet and the new subnet are in the same virtual network
Instance Attribute Summary collapse
-
#application_gateway_backend_address_pools ⇒ Array<SubResource>
pools.
-
#application_security_groups ⇒ Array<SubResource>
application security group.
-
#load_balancer_backend_address_pools ⇒ Array<SubResource>
The load balancer backend address pools.
-
#load_balancer_inbound_nat_pools ⇒ Array<SubResource>
The load balancer inbound nat pools.
-
#name ⇒ String
The IP configuration name.
-
#primary ⇒ Boolean
network interface has more than one IP Configuration.
-
#private_ipaddress_version ⇒ IPVersion
represents whether the specific ipconfiguration is IPv4 or IPv6.
-
#public_ipaddress_configuration ⇒ VirtualMachineScaleSetUpdatePublicIPAddressConfiguration
publicIPAddressConfiguration.
-
#subnet ⇒ ApiEntityReference
The subnet.
Attributes inherited from SubResource
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for VirtualMachineScaleSetUpdateIPConfiguration class as Ruby Hash.
Instance Attribute Details
#application_gateway_backend_address_pools ⇒ Array<SubResource>
pools.
39 40 41 |
# File 'lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_ipconfiguration.rb', line 39 def application_gateway_backend_address_pools @application_gateway_backend_address_pools end |
#application_security_groups ⇒ Array<SubResource>
application security group.
43 44 45 |
# File 'lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_ipconfiguration.rb', line 43 def application_security_groups @application_security_groups end |
#load_balancer_backend_address_pools ⇒ Array<SubResource>
Returns The load balancer backend address pools.
46 47 48 |
# File 'lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_ipconfiguration.rb', line 46 def load_balancer_backend_address_pools @load_balancer_backend_address_pools end |
#load_balancer_inbound_nat_pools ⇒ Array<SubResource>
Returns The load balancer inbound nat pools.
49 50 51 |
# File 'lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_ipconfiguration.rb', line 49 def load_balancer_inbound_nat_pools @load_balancer_inbound_nat_pools end |
#name ⇒ String
Returns The IP configuration name.
18 19 20 |
# File 'lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_ipconfiguration.rb', line 18 def name @name end |
#primary ⇒ Boolean
network interface has more than one IP Configuration.
25 26 27 |
# File 'lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_ipconfiguration.rb', line 25 def primary @primary end |
#private_ipaddress_version ⇒ IPVersion
represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'. Possible values include: 'IPv4', 'IPv6'
35 36 37 |
# File 'lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_ipconfiguration.rb', line 35 def private_ipaddress_version @private_ipaddress_version end |
#public_ipaddress_configuration ⇒ VirtualMachineScaleSetUpdatePublicIPAddressConfiguration
publicIPAddressConfiguration.
29 30 31 |
# File 'lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_ipconfiguration.rb', line 29 def public_ipaddress_configuration @public_ipaddress_configuration end |
#subnet ⇒ ApiEntityReference
Returns The subnet.
21 22 23 |
# File 'lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_ipconfiguration.rb', line 21 def subnet @subnet end |
Class Method Details
.mapper ⇒ Object
Mapper for VirtualMachineScaleSetUpdateIPConfiguration class as Ruby Hash. This will be used for serialization/deserialization.
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 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_ipconfiguration.rb', line 57 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'VirtualMachineScaleSetUpdateIPConfiguration', type: { name: 'Composite', class_name: 'VirtualMachineScaleSetUpdateIPConfiguration', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, subnet: { client_side_validation: true, required: false, serialized_name: 'properties.subnet', type: { name: 'Composite', class_name: 'ApiEntityReference' } }, primary: { client_side_validation: true, required: false, serialized_name: 'properties.primary', type: { name: 'Boolean' } }, public_ipaddress_configuration: { client_side_validation: true, required: false, serialized_name: 'properties.publicIPAddressConfiguration', type: { name: 'Composite', class_name: 'VirtualMachineScaleSetUpdatePublicIPAddressConfiguration' } }, private_ipaddress_version: { client_side_validation: true, required: false, serialized_name: 'properties.privateIPAddressVersion', type: { name: 'String' } }, application_gateway_backend_address_pools: { client_side_validation: true, required: false, serialized_name: 'properties.applicationGatewayBackendAddressPools', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'SubResourceElementType', type: { name: 'Composite', class_name: 'SubResource' } } } }, application_security_groups: { client_side_validation: true, required: false, serialized_name: 'properties.applicationSecurityGroups', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'SubResourceElementType', type: { name: 'Composite', class_name: 'SubResource' } } } }, load_balancer_backend_address_pools: { client_side_validation: true, required: false, serialized_name: 'properties.loadBalancerBackendAddressPools', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'SubResourceElementType', type: { name: 'Composite', class_name: 'SubResource' } } } }, load_balancer_inbound_nat_pools: { client_side_validation: true, required: false, serialized_name: 'properties.loadBalancerInboundNatPools', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'SubResourceElementType', type: { name: 'Composite', class_name: 'SubResource' } } } } } } } end |