Class: VirtualMachineCdromInfo

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

Overview

urn:vim25VirtualMachineCdromInfo

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 = []) ⇒ VirtualMachineCdromInfo

Returns a new instance of VirtualMachineCdromInfo.



24142
24143
24144
24145
24146
24147
# File 'lib/vmware/soap/vim25.rb', line 24142

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.



24140
24141
24142
# File 'lib/vmware/soap/vim25.rb', line 24140

def configurationTag
  @configurationTag
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



24138
24139
24140
# File 'lib/vmware/soap/vim25.rb', line 24138

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



24137
24138
24139
# File 'lib/vmware/soap/vim25.rb', line 24137

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



24139
24140
24141
# File 'lib/vmware/soap/vim25.rb', line 24139

def name
  @name
end