Class: VirtualMachineConfigInfoDatastoreUrlPair

Inherits:
DynamicData
  • Object
show all
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

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



22957
22958
22959
# File 'lib/vmware/soap/vim25.rb', line 22957

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



22956
22957
22958
# File 'lib/vmware/soap/vim25.rb', line 22956

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



22958
22959
22960
# File 'lib/vmware/soap/vim25.rb', line 22958

def name
  @name
end

#urlObject

Returns the value of attribute url.



22959
22960
22961
# File 'lib/vmware/soap/vim25.rb', line 22959

def url
  @url
end