Class: VirtualEthernetCardNetworkBackingOption

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

Overview

urn:vim25VirtualEthernetCardNetworkBackingOption

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) ⇒ VirtualEthernetCardNetworkBackingOption

Returns a new instance of VirtualEthernetCardNetworkBackingOption.



27300
27301
27302
27303
27304
27305
# File 'lib/vmware/soap/vim25.rb', line 27300

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.



27298
27299
27300
# File 'lib/vmware/soap/vim25.rb', line 27298

def autoDetectAvailable
  @autoDetectAvailable
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



27296
27297
27298
# File 'lib/vmware/soap/vim25.rb', line 27296

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



27295
27296
27297
# File 'lib/vmware/soap/vim25.rb', line 27295

def dynamicType
  @dynamicType
end

#typeObject

Returns the value of attribute type.



27297
27298
27299
# File 'lib/vmware/soap/vim25.rb', line 27297

def type
  @type
end