Class: HostLocalFileSystemVolume

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

Overview

urn:vim25HostLocalFileSystemVolume

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
name - SOAP::SOAPString
capacity - SOAP::SOAPLong
device - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], type = nil, name = nil, capacity = nil, device = nil) ⇒ HostLocalFileSystemVolume

Returns a new instance of HostLocalFileSystemVolume.



18944
18945
18946
18947
18948
18949
18950
18951
# File 'lib/vmware/soap/vim25.rb', line 18944

def initialize(dynamicType = nil, dynamicProperty = [], type = nil, name = nil, capacity = nil, device = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @type = type
  @name = name
  @capacity = capacity
  @device = device
end

Instance Attribute Details

#capacityObject

Returns the value of attribute capacity.



18941
18942
18943
# File 'lib/vmware/soap/vim25.rb', line 18941

def capacity
  @capacity
end

#deviceObject

Returns the value of attribute device.



18942
18943
18944
# File 'lib/vmware/soap/vim25.rb', line 18942

def device
  @device
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



18938
18939
18940
# File 'lib/vmware/soap/vim25.rb', line 18938

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



18937
18938
18939
# File 'lib/vmware/soap/vim25.rb', line 18937

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



18940
18941
18942
# File 'lib/vmware/soap/vim25.rb', line 18940

def name
  @name
end

#typeObject

Returns the value of attribute type.



18939
18940
18941
# File 'lib/vmware/soap/vim25.rb', line 18939

def type
  @type
end