Class: PhysicalNicHint

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

Overview

urn:vim25PhysicalNicHint

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
vlanId - SOAP::SOAPInt

Direct Known Subclasses

PhysicalNicIpHint, PhysicalNicNameHint

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], vlanId = nil) ⇒ PhysicalNicHint

Returns a new instance of PhysicalNicHint.



20838
20839
20840
20841
20842
# File 'lib/vmware/soap/vim25.rb', line 20838

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



20835
20836
20837
# File 'lib/vmware/soap/vim25.rb', line 20835

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



20834
20835
20836
# File 'lib/vmware/soap/vim25.rb', line 20834

def dynamicType
  @dynamicType
end

#vlanIdObject

Returns the value of attribute vlanId.



20836
20837
20838
# File 'lib/vmware/soap/vim25.rb', line 20836

def vlanId
  @vlanId
end