Class: CreateNasDatastoreRequestType

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

Overview

urn:vim25CreateNasDatastoreRequestType

m__this - ManagedObjectReference
spec - HostNasVolumeSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CreateNasDatastoreRequestType.



37941
37942
37943
37944
# File 'lib/vmware/soap/vim25.rb', line 37941

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

Instance Attribute Details

#specObject

Returns the value of attribute spec.



37931
37932
37933
# File 'lib/vmware/soap/vim25.rb', line 37931

def spec
  @spec
end

Instance Method Details

#m__thisObject



37933
37934
37935
# File 'lib/vmware/soap/vim25.rb', line 37933

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



37937
37938
37939
# File 'lib/vmware/soap/vim25.rb', line 37937

def m__this=(value)
  @v__this = value
end