Class: QueryAvailableDisksForVmfsRequestType

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

Overview

urn:vim25QueryAvailableDisksForVmfsRequestType

m__this - ManagedObjectReference
datastore - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, datastore = nil) ⇒ QueryAvailableDisksForVmfsRequestType

Returns a new instance of QueryAvailableDisksForVmfsRequestType.



37835
37836
37837
37838
# File 'lib/vmware/soap/vim25.rb', line 37835

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

Instance Attribute Details

#datastoreObject

Returns the value of attribute datastore.



37825
37826
37827
# File 'lib/vmware/soap/vim25.rb', line 37825

def datastore
  @datastore
end

Instance Method Details

#m__thisObject



37827
37828
37829
# File 'lib/vmware/soap/vim25.rb', line 37827

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



37831
37832
37833
# File 'lib/vmware/soap/vim25.rb', line 37831

def m__this=(value)
  @v__this = value
end