Class: Azure::ARM::Network::Models::PublicIPAddressSku

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

Overview

SKU of a public IP address

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#namePublicIPAddressSkuName

Possible values include: ‘Basic’, ‘Standard’

Returns:



18
19
20
# File 'lib/generated/azure_mgmt_network/models/public_ipaddress_sku.rb', line 18

def name
  @name
end

Class Method Details

.mapperObject

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



25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# File 'lib/generated/azure_mgmt_network/models/public_ipaddress_sku.rb', line 25

def self.mapper()
  {
    required: false,
    serialized_name: 'PublicIPAddressSku',
    type: {
      name: 'Composite',
      class_name: 'PublicIPAddressSku',
      model_properties: {
        name: {
          required: false,
          serialized_name: 'name',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end