Class: HostFileSystemVolume

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

Overview

urn:vim25HostFileSystemVolume

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of HostFileSystemVolume.



18889
18890
18891
18892
18893
18894
18895
# File 'lib/vmware/soap/vim25.rb', line 18889

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

Instance Attribute Details

#capacityObject

Returns the value of attribute capacity.



18887
18888
18889
# File 'lib/vmware/soap/vim25.rb', line 18887

def capacity
  @capacity
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



18884
18885
18886
# File 'lib/vmware/soap/vim25.rb', line 18884

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



18883
18884
18885
# File 'lib/vmware/soap/vim25.rb', line 18883

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



18886
18887
18888
# File 'lib/vmware/soap/vim25.rb', line 18886

def name
  @name
end

#typeObject

Returns the value of attribute type.



18885
18886
18887
# File 'lib/vmware/soap/vim25.rb', line 18885

def type
  @type
end