Class: Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefixSku
- Inherits:
-
Object
- Object
- Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefixSku
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-08-01/generated/azure_mgmt_network/models/public_ipprefix_sku.rb
Overview
SKU of a public IP prefix
Instance Attribute Summary collapse
-
#name ⇒ PublicIPPrefixSkuName
Possible values include: 'Standard'.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for PublicIPPrefixSku class as Ruby Hash.
Instance Attribute Details
#name ⇒ PublicIPPrefixSkuName
Possible values include: 'Standard'
17 18 19 |
# File 'lib/2018-08-01/generated/azure_mgmt_network/models/public_ipprefix_sku.rb', line 17 def name @name end |
Class Method Details
.mapper ⇒ Object
Mapper for PublicIPPrefixSku class as Ruby Hash. This will be used for serialization/deserialization.
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
# File 'lib/2018-08-01/generated/azure_mgmt_network/models/public_ipprefix_sku.rb', line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'PublicIPPrefixSku', type: { name: 'Composite', class_name: 'PublicIPPrefixSku', model_properties: { name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } } } } } end |