Class: QueryAvailablePartitionRequestType

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

Overview

urn:vim25QueryAvailablePartitionRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil) ⇒ QueryAvailablePartitionRequestType

Returns a new instance of QueryAvailablePartitionRequestType.



38128
38129
38130
# File 'lib/vmware/soap/vim25.rb', line 38128

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

Instance Method Details

#m__thisObject



38120
38121
38122
# File 'lib/vmware/soap/vim25.rb', line 38120

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



38124
38125
38126
# File 'lib/vmware/soap/vim25.rb', line 38124

def m__this=(value)
  @v__this = value
end