Class: QueryPartitionCreateOptionsRequestType
- Inherits:
-
Object
- Object
- QueryPartitionCreateOptionsRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25QueryPartitionCreateOptionsRequestType
m__this - ManagedObjectReference
storageType - SOAP::SOAPString
diagnosticType - SOAP::SOAPString
Instance Attribute Summary collapse
-
#diagnosticType ⇒ Object
Returns the value of attribute diagnosticType.
-
#storageType ⇒ Object
Returns the value of attribute storageType.
Instance Method Summary collapse
-
#initialize(v__this = nil, storageType = nil, diagnosticType = nil) ⇒ QueryPartitionCreateOptionsRequestType
constructor
A new instance of QueryPartitionCreateOptionsRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#diagnosticType ⇒ Object
Returns the value of attribute diagnosticType.
38159 38160 38161 |
# File 'lib/vmware/soap/vim25.rb', line 38159 def diagnosticType @diagnosticType end |
#storageType ⇒ Object
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__this ⇒ Object
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 |