class Azure::Network::Mgmt::V2019_06_01::Models::ContainerNetworkInterfaceIpConfiguration
The ip configuration for a container network interface.
Attributes
etag[RW]
@return [String] A unique read-only string that changes whenever the resource is updated.
name[RW]
@return [String] The name of the resource. This name can be used to access the resource.
provisioning_state[RW]
@return [String] The provisioning state of the resource.
type[RW]
@return [String] Sub Resource type.
Private Class Methods
mapper()
click to toggle source
Mapper for ContainerNetworkInterfaceIpConfiguration class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-06-01/generated/azure_mgmt_network/models/container_network_interface_ip_configuration.rb, line 33 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ContainerNetworkInterfaceIpConfiguration', type: { name: 'Composite', class_name: 'ContainerNetworkInterfaceIpConfiguration', model_properties: { provisioning_state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', type: { name: 'String' } }, name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, etag: { client_side_validation: true, required: false, serialized_name: 'etag', type: { name: 'String' } } } } } end