Class: VmfsDatastoreOption

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

Overview

urn:vim25VmfsDatastoreOption

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
info - VmfsDatastoreBaseOption
spec - VmfsDatastoreSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], info = nil, spec = nil) ⇒ VmfsDatastoreOption

Returns a new instance of VmfsDatastoreOption.



18184
18185
18186
18187
18188
18189
# File 'lib/vmware/soap/vim25.rb', line 18184

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



18180
18181
18182
# File 'lib/vmware/soap/vim25.rb', line 18180

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



18179
18180
18181
# File 'lib/vmware/soap/vim25.rb', line 18179

def dynamicType
  @dynamicType
end

#infoObject

Returns the value of attribute info.



18181
18182
18183
# File 'lib/vmware/soap/vim25.rb', line 18181

def info
  @info
end

#specObject

Returns the value of attribute spec.



18182
18183
18184
# File 'lib/vmware/soap/vim25.rb', line 18182

def spec
  @spec
end