Class: VirtualMachineTargetInfo

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

Overview

urn:vim25VirtualMachineTargetInfo

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of VirtualMachineTargetInfo.



24123
24124
24125
24126
24127
24128
# File 'lib/vmware/soap/vim25.rb', line 24123

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

Instance Attribute Details

#configurationTagObject

Returns the value of attribute configurationTag.



24121
24122
24123
# File 'lib/vmware/soap/vim25.rb', line 24121

def configurationTag
  @configurationTag
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



24119
24120
24121
# File 'lib/vmware/soap/vim25.rb', line 24119

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



24118
24119
24120
# File 'lib/vmware/soap/vim25.rb', line 24118

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



24120
24121
24122
# File 'lib/vmware/soap/vim25.rb', line 24120

def name
  @name
end