Class: Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerGroupNetworkProfile
- Inherits:
-
Object
- Object
- Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerGroupNetworkProfile
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-12-01/generated/azure_mgmt_container_instance/models/container_group_network_profile.rb
Overview
Container group network profile information.
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier for a network profile.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ContainerGroupNetworkProfile class as Ruby Hash.
Instance Attribute Details
#id ⇒ String
Returns The identifier for a network profile.
16 17 18 |
# File 'lib/2019-12-01/generated/azure_mgmt_container_instance/models/container_group_network_profile.rb', line 16 def id @id end |
Class Method Details
.mapper ⇒ Object
Mapper for ContainerGroupNetworkProfile class as Ruby Hash. This will be used for serialization/deserialization.
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
# File 'lib/2019-12-01/generated/azure_mgmt_container_instance/models/container_group_network_profile.rb', line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ContainerGroupNetworkProfile', type: { name: 'Composite', class_name: 'ContainerGroupNetworkProfile', model_properties: { id: { client_side_validation: true, required: true, serialized_name: 'id', type: { name: 'String' } } } } } end |