Class: VmfsDatastoreExtendSpec

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

Overview

urn:vim25VmfsDatastoreExtendSpec

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
diskUuid - SOAP::SOAPString
partition - HostDiskPartitionSpec
extent - HostScsiDiskPartition

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], diskUuid = nil, partition = nil, extent = []) ⇒ VmfsDatastoreExtendSpec

Returns a new instance of VmfsDatastoreExtendSpec.



18091
18092
18093
18094
18095
18096
18097
# File 'lib/vmware/soap/vim25.rb', line 18091

def initialize(dynamicType = nil, dynamicProperty = [], diskUuid = nil, partition = nil, extent = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @diskUuid = diskUuid
  @partition = partition
  @extent = extent
end

Instance Attribute Details

#diskUuidObject

Returns the value of attribute diskUuid.



18087
18088
18089
# File 'lib/vmware/soap/vim25.rb', line 18087

def diskUuid
  @diskUuid
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



18086
18087
18088
# File 'lib/vmware/soap/vim25.rb', line 18086

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



18085
18086
18087
# File 'lib/vmware/soap/vim25.rb', line 18085

def dynamicType
  @dynamicType
end

#extentObject

Returns the value of attribute extent.



18089
18090
18091
# File 'lib/vmware/soap/vim25.rb', line 18089

def extent
  @extent
end

#partitionObject

Returns the value of attribute partition.



18088
18089
18090
# File 'lib/vmware/soap/vim25.rb', line 18088

def partition
  @partition
end