Class: PhysicalNicConfig

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

Overview

urn:vim25PhysicalNicConfig

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
device - SOAP::SOAPString
spec - PhysicalNicSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], device = nil, spec = nil) ⇒ PhysicalNicConfig

Returns a new instance of PhysicalNicConfig.



20802
20803
20804
20805
20806
20807
# File 'lib/vmware/soap/vim25.rb', line 20802

def initialize(dynamicType = nil, dynamicProperty = [], device = nil, spec = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @device = device
  @spec = spec
end

Instance Attribute Details

#deviceObject

Returns the value of attribute device.



20799
20800
20801
# File 'lib/vmware/soap/vim25.rb', line 20799

def device
  @device
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



20798
20799
20800
# File 'lib/vmware/soap/vim25.rb', line 20798

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



20797
20798
20799
# File 'lib/vmware/soap/vim25.rb', line 20797

def dynamicType
  @dynamicType
end

#specObject

Returns the value of attribute spec.



20800
20801
20802
# File 'lib/vmware/soap/vim25.rb', line 20800

def spec
  @spec
end