Class: VirtualMachineConfigInfoDatastoreUrlPair
- Inherits:
-
DynamicData
- Object
- DynamicData
- VirtualMachineConfigInfoDatastoreUrlPair
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualMachineConfigInfoDatastoreUrlPair
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
url - 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.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, url = nil) ⇒ VirtualMachineConfigInfoDatastoreUrlPair
constructor
A new instance of VirtualMachineConfigInfoDatastoreUrlPair.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, url = nil) ⇒ VirtualMachineConfigInfoDatastoreUrlPair
Returns a new instance of VirtualMachineConfigInfoDatastoreUrlPair.
22961 22962 22963 22964 22965 22966 |
# File 'lib/vmware/soap/vim25.rb', line 22961 def initialize(dynamicType = nil, dynamicProperty = [], name = nil, url = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @name = name @url = url end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
22957 22958 22959 |
# File 'lib/vmware/soap/vim25.rb', line 22957 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
22956 22957 22958 |
# File 'lib/vmware/soap/vim25.rb', line 22956 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
22958 22959 22960 |
# File 'lib/vmware/soap/vim25.rb', line 22958 def name @name end |
#url ⇒ Object
Returns the value of attribute url.
22959 22960 22961 |
# File 'lib/vmware/soap/vim25.rb', line 22959 def url @url end |