Class: Azure::ARM::Network::Models::NetworkInterface

Inherits:
MsRestAzure::Resource
  • Object
show all
Includes:
MsRest::JSONable, MsRestAzure
Defined in:
lib/generated/azure_mgmt_network/models/network_interface.rb

Overview

A network interface in a resource group.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#dns_settingsNetworkInterfaceDnsSettings

interface.

Returns:



29
30
31
# File 'lib/generated/azure_mgmt_network/models/network_interface.rb', line 29

def dns_settings
  @dns_settings
end

#enable_accelerated_networkingBoolean

enabled.

Returns:

  • (Boolean)

    If the network interface is accelerated networking



40
41
42
# File 'lib/generated/azure_mgmt_network/models/network_interface.rb', line 40

def enable_accelerated_networking
  @enable_accelerated_networking
end

#enable_ipforwardingBoolean

network interface.

Returns:

  • (Boolean)

    Indicates whether IP forwarding is enabled on this



44
45
46
# File 'lib/generated/azure_mgmt_network/models/network_interface.rb', line 44

def enable_ipforwarding
  @enable_ipforwarding
end

#etagString

resource is updated.

Returns:

  • (String)

    A unique read-only string that changes whenever the



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

def etag
  @etag
end

#ip_configurationsArray<NetworkInterfaceIPConfiguration>

IPConfigurations of the network interface.

Returns:



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

def ip_configurations
  @ip_configurations
end

#mac_addressString

Returns The MAC address of the network interface.

Returns:

  • (String)

    The MAC address of the network interface.



32
33
34
# File 'lib/generated/azure_mgmt_network/models/network_interface.rb', line 32

def mac_address
  @mac_address
end

#network_security_groupNetworkSecurityGroup

NetworkSecurityGroup resource.

Returns:



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

def network_security_group
  @network_security_group
end

#primaryBoolean

virtual machine.

Returns:

  • (Boolean)

    Gets whether this is a primary network interface on a



36
37
38
# File 'lib/generated/azure_mgmt_network/models/network_interface.rb', line 36

def primary
  @primary
end

#provisioning_stateString

Possible values are: ‘Updating’, ‘Deleting’, and ‘Failed’.

Returns:

  • (String)

    The provisioning state of the public IP resource.



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

def provisioning_state
  @provisioning_state
end

#resource_guidString

resource.

Returns:

  • (String)

    The resource GUID property of the network interface



48
49
50
# File 'lib/generated/azure_mgmt_network/models/network_interface.rb', line 48

def resource_guid
  @resource_guid
end

#virtual_machineSubResource

Returns The reference of a virtual machine.

Returns:

  • (SubResource)

    The reference of a virtual machine.



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

def virtual_machine
  @virtual_machine
end

Class Method Details

.mapperObject

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



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

def self.mapper()
  {
    required: false,
    serialized_name: 'NetworkInterface',
    type: {
      name: 'Composite',
      class_name: 'NetworkInterface',
      model_properties: {
        id: {
          required: false,
          serialized_name: 'id',
          type: {
            name: 'String'
          }
        },
        name: {
          required: false,
          read_only: true,
          serialized_name: 'name',
          type: {
            name: 'String'
          }
        },
        type: {
          required: false,
          read_only: true,
          serialized_name: 'type',
          type: {
            name: 'String'
          }
        },
        location: {
          required: false,
          serialized_name: 'location',
          type: {
            name: 'String'
          }
        },
        tags: {
          required: false,
          serialized_name: 'tags',
          type: {
            name: 'Dictionary',
            value: {
                required: false,
                serialized_name: 'StringElementType',
                type: {
                  name: 'String'
                }
            }
          }
        },
        virtual_machine: {
          required: false,
          serialized_name: 'properties.virtualMachine',
          type: {
            name: 'Composite',
            class_name: 'SubResource'
          }
        },
        network_security_group: {
          required: false,
          serialized_name: 'properties.networkSecurityGroup',
          type: {
            name: 'Composite',
            class_name: 'NetworkSecurityGroup'
          }
        },
        ip_configurations: {
          required: false,
          serialized_name: 'properties.ipConfigurations',
          type: {
            name: 'Sequence',
            element: {
                required: false,
                serialized_name: 'NetworkInterfaceIPConfigurationElementType',
                type: {
                  name: 'Composite',
                  class_name: 'NetworkInterfaceIPConfiguration'
                }
            }
          }
        },
        dns_settings: {
          required: false,
          serialized_name: 'properties.dnsSettings',
          type: {
            name: 'Composite',
            class_name: 'NetworkInterfaceDnsSettings'
          }
        },
        mac_address: {
          required: false,
          serialized_name: 'properties.macAddress',
          type: {
            name: 'String'
          }
        },
        primary: {
          required: false,
          serialized_name: 'properties.primary',
          type: {
            name: 'Boolean'
          }
        },
        enable_accelerated_networking: {
          required: false,
          serialized_name: 'properties.enableAcceleratedNetworking',
          type: {
            name: 'Boolean'
          }
        },
        enable_ipforwarding: {
          required: false,
          serialized_name: 'properties.enableIPForwarding',
          type: {
            name: 'Boolean'
          }
        },
        resource_guid: {
          required: false,
          serialized_name: 'properties.resourceGuid',
          type: {
            name: 'String'
          }
        },
        provisioning_state: {
          required: false,
          serialized_name: 'properties.provisioningState',
          type: {
            name: 'String'
          }
        },
        etag: {
          required: false,
          serialized_name: 'etag',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end