Class: VirtualMachineDiskDeviceInfo

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

Overview

urn:vim25VirtualMachineDiskDeviceInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
configurationTag - SOAP::SOAPString
capacity - SOAP::SOAPLong
vm - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], name = nil, configurationTag = [], capacity = nil, vm = []) ⇒ VirtualMachineDiskDeviceInfo

Returns a new instance of VirtualMachineDiskDeviceInfo.

[View source]

24196
24197
24198
24199
24200
24201
24202
24203
# File 'lib/vmware/soap/vim25.rb', line 24196

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

Instance Attribute Details

#capacityObject

Returns the value of attribute capacity.


24193
24194
24195
# File 'lib/vmware/soap/vim25.rb', line 24193

def capacity
  @capacity
end

#configurationTagObject

Returns the value of attribute configurationTag.


24192
24193
24194
# File 'lib/vmware/soap/vim25.rb', line 24192

def configurationTag
  @configurationTag
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


24190
24191
24192
# File 'lib/vmware/soap/vim25.rb', line 24190

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


24189
24190
24191
# File 'lib/vmware/soap/vim25.rb', line 24189

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.


24191
24192
24193
# File 'lib/vmware/soap/vim25.rb', line 24191

def name
  @name
end

#vmObject

Returns the value of attribute vm.


24194
24195
24196
# File 'lib/vmware/soap/vim25.rb', line 24194

def vm
  @vm
end