Class: VmfsDatastoreSpec

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

Overview

urn:vim25VmfsDatastoreSpec

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
diskUuid - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], diskUuid = nil) ⇒ VmfsDatastoreSpec

Returns a new instance of VmfsDatastoreSpec.



18046
18047
18048
18049
18050
# File 'lib/vmware/soap/vim25.rb', line 18046

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

Instance Attribute Details

#diskUuidObject

Returns the value of attribute diskUuid.



18044
18045
18046
# File 'lib/vmware/soap/vim25.rb', line 18044

def diskUuid
  @diskUuid
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



18043
18044
18045
# File 'lib/vmware/soap/vim25.rb', line 18043

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



18042
18043
18044
# File 'lib/vmware/soap/vim25.rb', line 18042

def dynamicType
  @dynamicType
end