Class: CreateVmfsDatastoreRequestType

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

Overview

urn:vim25CreateVmfsDatastoreRequestType

m__this - ManagedObjectReference
spec - VmfsDatastoreCreateSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, spec = nil) ⇒ CreateVmfsDatastoreRequestType

Returns a new instance of CreateVmfsDatastoreRequestType.



37875
37876
37877
37878
# File 'lib/vmware/soap/vim25.rb', line 37875

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

Instance Attribute Details

#specObject

Returns the value of attribute spec.



37865
37866
37867
# File 'lib/vmware/soap/vim25.rb', line 37865

def spec
  @spec
end

Instance Method Details

#m__thisObject



37867
37868
37869
# File 'lib/vmware/soap/vim25.rb', line 37867

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



37871
37872
37873
# File 'lib/vmware/soap/vim25.rb', line 37871

def m__this=(value)
  @v__this = value
end