Class: QueryPartitionCreateOptionsRequestType

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

Overview

urn:vim25QueryPartitionCreateOptionsRequestType

m__this - ManagedObjectReference
storageType - SOAP::SOAPString
diagnosticType - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, storageType = nil, diagnosticType = nil) ⇒ QueryPartitionCreateOptionsRequestType

Returns a new instance of QueryPartitionCreateOptionsRequestType.



38169
38170
38171
38172
38173
# File 'lib/vmware/soap/vim25.rb', line 38169

def initialize(v__this = nil, storageType = nil, diagnosticType = nil)
  @v__this = v__this
  @storageType = storageType
  @diagnosticType = diagnosticType
end

Instance Attribute Details

#diagnosticTypeObject

Returns the value of attribute diagnosticType.



38159
38160
38161
# File 'lib/vmware/soap/vim25.rb', line 38159

def diagnosticType
  @diagnosticType
end

#storageTypeObject

Returns the value of attribute storageType.



38158
38159
38160
# File 'lib/vmware/soap/vim25.rb', line 38158

def storageType
  @storageType
end

Instance Method Details

#m__thisObject



38161
38162
38163
# File 'lib/vmware/soap/vim25.rb', line 38161

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



38165
38166
38167
# File 'lib/vmware/soap/vim25.rb', line 38165

def m__this=(value)
  @v__this = value
end