Class: PhysicalNicNameHint

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

Overview

urn:vim25PhysicalNicNameHint

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of PhysicalNicNameHint.



20875
20876
20877
20878
20879
20880
# File 'lib/vmware/soap/vim25.rb', line 20875

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



20871
20872
20873
# File 'lib/vmware/soap/vim25.rb', line 20871

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



20870
20871
20872
# File 'lib/vmware/soap/vim25.rb', line 20870

def dynamicType
  @dynamicType
end

#networkObject

Returns the value of attribute network.



20873
20874
20875
# File 'lib/vmware/soap/vim25.rb', line 20873

def network
  @network
end

#vlanIdObject

Returns the value of attribute vlanId.



20872
20873
20874
# File 'lib/vmware/soap/vim25.rb', line 20872

def vlanId
  @vlanId
end