Class: VirtualEthernetCardNetworkBackingInfo

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

Overview

urn:vim25VirtualEthernetCardNetworkBackingInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
deviceName - SOAP::SOAPString
useAutoDetect - SOAP::SOAPBoolean
network - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, useAutoDetect = nil, network = nil) ⇒ VirtualEthernetCardNetworkBackingInfo

Returns a new instance of VirtualEthernetCardNetworkBackingInfo.



25533
25534
25535
25536
25537
25538
25539
# File 'lib/vmware/soap/vim25.rb', line 25533

def initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, useAutoDetect = nil, network = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @deviceName = deviceName
  @useAutoDetect = useAutoDetect
  @network = network
end

Instance Attribute Details

#deviceNameObject

Returns the value of attribute deviceName.



25529
25530
25531
# File 'lib/vmware/soap/vim25.rb', line 25529

def deviceName
  @deviceName
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



25528
25529
25530
# File 'lib/vmware/soap/vim25.rb', line 25528

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



25527
25528
25529
# File 'lib/vmware/soap/vim25.rb', line 25527

def dynamicType
  @dynamicType
end

#networkObject

Returns the value of attribute network.



25531
25532
25533
# File 'lib/vmware/soap/vim25.rb', line 25531

def network
  @network
end

#useAutoDetectObject

Returns the value of attribute useAutoDetect.



25530
25531
25532
# File 'lib/vmware/soap/vim25.rb', line 25530

def useAutoDetect
  @useAutoDetect
end