Class: HostDiskPartitionAttributes

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

Overview

urn:vim25HostDiskPartitionAttributes

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
partition - SOAP::SOAPInt
startSector - SOAP::SOAPLong
endSector - SOAP::SOAPLong
type - SOAP::SOAPString
logical - SOAP::SOAPBoolean
attributes - SOAP::SOAPByte

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], partition = nil, startSector = nil, endSector = nil, type = nil, logical = nil, attributes = nil) ⇒ HostDiskPartitionAttributes

Returns a new instance of HostDiskPartitionAttributes.



18650
18651
18652
18653
18654
18655
18656
18657
18658
18659
# File 'lib/vmware/soap/vim25.rb', line 18650

def initialize(dynamicType = nil, dynamicProperty = [], partition = nil, startSector = nil, endSector = nil, type = nil, logical = nil, attributes = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @partition = partition
  @startSector = startSector
  @endSector = endSector
  @type = type
  @logical = logical
  @attributes = attributes
end

Instance Attribute Details

#attributesObject

Returns the value of attribute attributes.



18648
18649
18650
# File 'lib/vmware/soap/vim25.rb', line 18648

def attributes
  @attributes
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



18642
18643
18644
# File 'lib/vmware/soap/vim25.rb', line 18642

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



18641
18642
18643
# File 'lib/vmware/soap/vim25.rb', line 18641

def dynamicType
  @dynamicType
end

#endSectorObject

Returns the value of attribute endSector.



18645
18646
18647
# File 'lib/vmware/soap/vim25.rb', line 18645

def endSector
  @endSector
end

#logicalObject

Returns the value of attribute logical.



18647
18648
18649
# File 'lib/vmware/soap/vim25.rb', line 18647

def logical
  @logical
end

#partitionObject

Returns the value of attribute partition.



18643
18644
18645
# File 'lib/vmware/soap/vim25.rb', line 18643

def partition
  @partition
end

#startSectorObject

Returns the value of attribute startSector.



18644
18645
18646
# File 'lib/vmware/soap/vim25.rb', line 18644

def startSector
  @startSector
end

#typeObject

Returns the value of attribute type.



18646
18647
18648
# File 'lib/vmware/soap/vim25.rb', line 18646

def type
  @type
end