class Haipa::Client::Compute::V1_0::Models::MachineSubnetConfig
Model object.
Attributes
type[RW]
@return [String]
Public Class Methods
mapper()
click to toggle source
Mapper for MachineSubnetConfig
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/1.0/generated/haipa_compute/models/machine_subnet_config.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'MachineSubnetConfig', type: { name: 'Composite', class_name: 'MachineSubnetConfig', model_properties: { type: { client_side_validation: true, required: false, serialized_name: 'type', type: { name: 'String' } } } } } end