Class: Azure::ARM::Network::Models::NetworkInterfaceIPConfiguration

Inherits:
MsRestAzure::SubResource
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb

Overview

IPConfiguration in a network interface.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#application_gateway_backend_address_poolsArray<ApplicationGatewayBackendAddressPool>

ApplicationGatewayBackendAddressPool resource.

Returns:



17
18
19
# File 'lib/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb', line 17

def application_gateway_backend_address_pools
  @application_gateway_backend_address_pools
end

#etagString

resource is updated.

Returns:

  • (String)

    A unique read-only string that changes whenever the



60
61
62
# File 'lib/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb', line 60

def etag
  @etag
end

#load_balancer_backend_address_poolsArray<BackendAddressPool>

LoadBalancerBackendAddressPool resource.

Returns:



21
22
23
# File 'lib/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb', line 21

def load_balancer_backend_address_pools
  @load_balancer_backend_address_pools
end

#load_balancer_inbound_nat_rulesArray<InboundNatRule>

LoadBalancerInboundNatRules.

Returns:



25
26
27
# File 'lib/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb', line 25

def load_balancer_inbound_nat_rules
  @load_balancer_inbound_nat_rules
end

#nameString

resource group. This name can be used to access the resource.

Returns:

  • (String)

    The name of the resource that is unique within a



56
57
58
# File 'lib/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb', line 56

def name
  @name
end

#primaryBoolean

the network interface.

Returns:

  • (Boolean)

    Gets whether this is a primary customer address on



46
47
48
# File 'lib/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb', line 46

def primary
  @primary
end

#private_ipaddressString

Returns:

  • (String)


28
29
30
# File 'lib/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb', line 28

def private_ipaddress
  @private_ipaddress
end

#private_ipaddress_versionIPVersion

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’

Returns:

  • (IPVersion)

    Available from Api-Version 2016-03-30 onwards, it



39
40
41
# File 'lib/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb', line 39

def private_ipaddress_version
  @private_ipaddress_version
end

#private_ipallocation_methodIPAllocationMethod

assigned. Possible values are: ‘Static’ and ‘Dynamic’. Possible values include: ‘Static’, ‘Dynamic’

Returns:



33
34
35
# File 'lib/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb', line 33

def private_ipallocation_method
  @private_ipallocation_method
end

#provisioning_stateString

Returns:

  • (String)


52
53
54
# File 'lib/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb', line 52

def provisioning_state
  @provisioning_state
end

#public_ipaddressPublicIPAddress

Returns:



49
50
51
# File 'lib/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb', line 49

def public_ipaddress
  @public_ipaddress
end

#subnetSubnet

Returns:



42
43
44
# File 'lib/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb', line 42

def subnet
  @subnet
end

Class Method Details

.mapperObject

Mapper for NetworkInterfaceIPConfiguration class as Ruby Hash. This will be used for serialization/deserialization.



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
# File 'lib/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb', line 67

def self.mapper()
  {
    required: false,
    serialized_name: 'NetworkInterfaceIPConfiguration',
    type: {
      name: 'Composite',
      class_name: 'NetworkInterfaceIPConfiguration',
      model_properties: {
        id: {
          required: false,
          serialized_name: 'id',
          type: {
            name: 'String'
          }
        },
        application_gateway_backend_address_pools: {
          required: false,
          serialized_name: 'properties.applicationGatewayBackendAddressPools',
          type: {
            name: 'Sequence',
            element: {
                required: false,
                serialized_name: 'ApplicationGatewayBackendAddressPoolElementType',
                type: {
                  name: 'Composite',
                  class_name: 'ApplicationGatewayBackendAddressPool'
                }
            }
          }
        },
        load_balancer_backend_address_pools: {
          required: false,
          serialized_name: 'properties.loadBalancerBackendAddressPools',
          type: {
            name: 'Sequence',
            element: {
                required: false,
                serialized_name: 'BackendAddressPoolElementType',
                type: {
                  name: 'Composite',
                  class_name: 'BackendAddressPool'
                }
            }
          }
        },
        load_balancer_inbound_nat_rules: {
          required: false,
          serialized_name: 'properties.loadBalancerInboundNatRules',
          type: {
            name: 'Sequence',
            element: {
                required: false,
                serialized_name: 'InboundNatRuleElementType',
                type: {
                  name: 'Composite',
                  class_name: 'InboundNatRule'
                }
            }
          }
        },
        private_ipaddress: {
          required: false,
          serialized_name: 'properties.privateIPAddress',
          type: {
            name: 'String'
          }
        },
        private_ipallocation_method: {
          required: false,
          serialized_name: 'properties.privateIPAllocationMethod',
          type: {
            name: 'String'
          }
        },
        private_ipaddress_version: {
          required: false,
          serialized_name: 'properties.privateIPAddressVersion',
          type: {
            name: 'String'
          }
        },
        subnet: {
          required: false,
          serialized_name: 'properties.subnet',
          type: {
            name: 'Composite',
            class_name: 'Subnet'
          }
        },
        primary: {
          required: false,
          serialized_name: 'properties.primary',
          type: {
            name: 'Boolean'
          }
        },
        public_ipaddress: {
          required: false,
          serialized_name: 'properties.publicIPAddress',
          type: {
            name: 'Composite',
            class_name: 'PublicIPAddress'
          }
        },
        provisioning_state: {
          required: false,
          serialized_name: 'properties.provisioningState',
          type: {
            name: 'String'
          }
        },
        name: {
          required: false,
          serialized_name: 'name',
          type: {
            name: 'String'
          }
        },
        etag: {
          required: false,
          serialized_name: 'etag',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end