Class: CreateLocalDatastoreRequestType

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

Overview

urn:vim25CreateLocalDatastoreRequestType

m__this - ManagedObjectReference
name - SOAP::SOAPString
path - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, name = nil, path = nil) ⇒ CreateLocalDatastoreRequestType

Returns a new instance of CreateLocalDatastoreRequestType.



37963
37964
37965
37966
37967
# File 'lib/vmware/soap/vim25.rb', line 37963

def initialize(v__this = nil, name = nil, path = nil)
  @v__this = v__this
  @name = name
  @path = path
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



37952
37953
37954
# File 'lib/vmware/soap/vim25.rb', line 37952

def name
  @name
end

#pathObject

Returns the value of attribute path.



37953
37954
37955
# File 'lib/vmware/soap/vim25.rb', line 37953

def path
  @path
end

Instance Method Details

#m__thisObject



37955
37956
37957
# File 'lib/vmware/soap/vim25.rb', line 37955

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



37959
37960
37961
# File 'lib/vmware/soap/vim25.rb', line 37959

def m__this=(value)
  @v__this = value
end