Class: VirtualMachineLegacyNetworkSwitchInfo

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

Overview

urn:vim25VirtualMachineLegacyNetworkSwitchInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], name = nil) ⇒ VirtualMachineLegacyNetworkSwitchInfo

Returns a new instance of VirtualMachineLegacyNetworkSwitchInfo.



23739
23740
23741
23742
23743
# File 'lib/vmware/soap/vim25.rb', line 23739

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



23736
23737
23738
# File 'lib/vmware/soap/vim25.rb', line 23736

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



23735
23736
23737
# File 'lib/vmware/soap/vim25.rb', line 23735

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



23737
23738
23739
# File 'lib/vmware/soap/vim25.rb', line 23737

def name
  @name
end