Class: ExtendVmfsDatastoreRequestType

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

Overview

urn:vim25ExtendVmfsDatastoreRequestType

m__this - ManagedObjectReference
datastore - ManagedObjectReference
spec - VmfsDatastoreExtendSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, datastore = nil, spec = nil) ⇒ ExtendVmfsDatastoreRequestType

Returns a new instance of ExtendVmfsDatastoreRequestType.



37920
37921
37922
37923
37924
# File 'lib/vmware/soap/vim25.rb', line 37920

def initialize(v__this = nil, datastore = nil, spec = nil)
  @v__this = v__this
  @datastore = datastore
  @spec = spec
end

Instance Attribute Details

#datastoreObject

Returns the value of attribute datastore.



37909
37910
37911
# File 'lib/vmware/soap/vim25.rb', line 37909

def datastore
  @datastore
end

#specObject

Returns the value of attribute spec.



37910
37911
37912
# File 'lib/vmware/soap/vim25.rb', line 37910

def spec
  @spec
end

Instance Method Details

#m__thisObject



37912
37913
37914
# File 'lib/vmware/soap/vim25.rb', line 37912

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



37916
37917
37918
# File 'lib/vmware/soap/vim25.rb', line 37916

def m__this=(value)
  @v__this = value
end