Class: Azure::Network::Mgmt::V2016_06_01::Models::PublicIPAddress

Inherits:
Resource
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2016-06-01/generated/azure_mgmt_network/models/public_ipaddress.rb

Overview

PublicIPAddress resource

Instance Attribute Summary collapse

Attributes inherited from Resource

#id, #location, #name, #tags, #type

Class Method Summary collapse

Methods inherited from Resource

#resource_group

Instance Attribute Details

#dns_settingsPublicIPAddressDnsSettings

record associated with the public IP address



28
29
30
# File 'lib/2016-06-01/generated/azure_mgmt_network/models/public_ipaddress.rb', line 28

def dns_settings
  @dns_settings
end

#etagString

the resource is updated



47
48
49
# File 'lib/2016-06-01/generated/azure_mgmt_network/models/public_ipaddress.rb', line 47

def etag
  @etag
end

#idle_timeout_in_minutesInteger

address



35
36
37
# File 'lib/2016-06-01/generated/azure_mgmt_network/models/public_ipaddress.rb', line 35

def idle_timeout_in_minutes
  @idle_timeout_in_minutes
end

#ip_addressString



31
32
33
# File 'lib/2016-06-01/generated/azure_mgmt_network/models/public_ipaddress.rb', line 31

def ip_address
  @ip_address
end

#ip_configurationIPConfiguration



24
25
26
# File 'lib/2016-06-01/generated/azure_mgmt_network/models/public_ipaddress.rb', line 24

def ip_configuration
  @ip_configuration
end

#provisioning_stateString

Updating/Deleting/Failed



43
44
45
# File 'lib/2016-06-01/generated/azure_mgmt_network/models/public_ipaddress.rb', line 43

def provisioning_state
  @provisioning_state
end

#public_ipaddress_versionIPVersion

Possible values include: ‘IPv4’, ‘IPv6’



21
22
23
# File 'lib/2016-06-01/generated/azure_mgmt_network/models/public_ipaddress.rb', line 21

def public_ipaddress_version
  @public_ipaddress_version
end

#public_ipallocation_methodIPAllocationMethod

(Static/Dynamic). Possible values include: ‘Static’, ‘Dynamic’



17
18
19
# File 'lib/2016-06-01/generated/azure_mgmt_network/models/public_ipaddress.rb', line 17

def public_ipallocation_method
  @public_ipallocation_method
end

#resource_guidString

resource



39
40
41
# File 'lib/2016-06-01/generated/azure_mgmt_network/models/public_ipaddress.rb', line 39

def resource_guid
  @resource_guid
end

Class Method Details

.mapperObject

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



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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
# File 'lib/2016-06-01/generated/azure_mgmt_network/models/public_ipaddress.rb', line 54

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'PublicIPAddress',
    type: {
      name: 'Composite',
      class_name: 'PublicIPAddress',
      model_properties: {
        id: {
          client_side_validation: true,
          required: false,
          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,
          serialized_name: 'tags',
          type: {
            name: 'Dictionary',
            value: {
                client_side_validation: true,
                required: false,
                serialized_name: 'StringElementType',
                type: {
                  name: 'String'
                }
            }
          }
        },
        public_ipallocation_method: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.publicIPAllocationMethod',
          type: {
            name: 'String'
          }
        },
        public_ipaddress_version: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.publicIPAddressVersion',
          type: {
            name: 'String'
          }
        },
        ip_configuration: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.ipConfiguration',
          type: {
            name: 'Composite',
            class_name: 'IPConfiguration'
          }
        },
        dns_settings: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.dnsSettings',
          type: {
            name: 'Composite',
            class_name: 'PublicIPAddressDnsSettings'
          }
        },
        ip_address: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.ipAddress',
          type: {
            name: 'String'
          }
        },
        idle_timeout_in_minutes: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.idleTimeoutInMinutes',
          type: {
            name: 'Number'
          }
        },
        resource_guid: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.resourceGuid',
          type: {
            name: 'String'
          }
        },
        provisioning_state: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.provisioningState',
          type: {
            name: 'String'
          }
        },
        etag: {
          client_side_validation: true,
          required: false,
          serialized_name: 'etag',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end