class Azure::DataBox::Mgmt::V2018_01_01::Models::ApplianceNetworkConfiguration
The Network Adapter configuration of a DataBox
.
Attributes
mac_address[RW]
@return [String] Mac Address.
name[RW]
@return [String] Name of the network.
Private Class Methods
mapper()
click to toggle source
Mapper for ApplianceNetworkConfiguration
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-01-01/generated/azure_mgmt_databox/models/appliance_network_configuration.rb, line 26 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ApplianceNetworkConfiguration', type: { name: 'Composite', class_name: 'ApplianceNetworkConfiguration', model_properties: { name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, mac_address: { client_side_validation: true, required: false, read_only: true, serialized_name: 'macAddress', type: { name: 'String' } } } } } end