Class: VirtualMachineLegacyNetworkSwitchInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- VirtualMachineLegacyNetworkSwitchInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualMachineLegacyNetworkSwitchInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil) ⇒ VirtualMachineLegacyNetworkSwitchInfo
constructor
A new instance of VirtualMachineLegacyNetworkSwitchInfo.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
23736 23737 23738 |
# File 'lib/vmware/soap/vim25.rb', line 23736 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
23735 23736 23737 |
# File 'lib/vmware/soap/vim25.rb', line 23735 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
23737 23738 23739 |
# File 'lib/vmware/soap/vim25.rb', line 23737 def name @name end |