Class: VirtualEthernetCardLegacyNetworkBackingOption

Inherits:
VirtualDeviceDeviceBackingOption show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25VirtualEthernetCardLegacyNetworkBackingOption

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
autoDetectAvailable - BoolOption

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil) ⇒ VirtualEthernetCardLegacyNetworkBackingOption

Returns a new instance of VirtualEthernetCardLegacyNetworkBackingOption.



27319
27320
27321
27322
27323
27324
# File 'lib/vmware/soap/vim25.rb', line 27319

def initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @type = type
  @autoDetectAvailable = autoDetectAvailable
end

Instance Attribute Details

#autoDetectAvailableObject

Returns the value of attribute autoDetectAvailable.



27317
27318
27319
# File 'lib/vmware/soap/vim25.rb', line 27317

def autoDetectAvailable
  @autoDetectAvailable
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



27315
27316
27317
# File 'lib/vmware/soap/vim25.rb', line 27315

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



27314
27315
27316
# File 'lib/vmware/soap/vim25.rb', line 27314

def dynamicType
  @dynamicType
end

#typeObject

Returns the value of attribute type.



27316
27317
27318
# File 'lib/vmware/soap/vim25.rb', line 27316

def type
  @type
end