Class: QueryPartitionCreateDescRequestType

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

Overview

urn:vim25QueryPartitionCreateDescRequestType

m__this - ManagedObjectReference
diskUuid - SOAP::SOAPString
diagnosticType - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, diskUuid = nil, diagnosticType = nil) ⇒ QueryPartitionCreateDescRequestType

Returns a new instance of QueryPartitionCreateDescRequestType.



38192
38193
38194
38195
38196
# File 'lib/vmware/soap/vim25.rb', line 38192

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

Instance Attribute Details

#diagnosticTypeObject

Returns the value of attribute diagnosticType.



38182
38183
38184
# File 'lib/vmware/soap/vim25.rb', line 38182

def diagnosticType
  @diagnosticType
end

#diskUuidObject

Returns the value of attribute diskUuid.



38181
38182
38183
# File 'lib/vmware/soap/vim25.rb', line 38181

def diskUuid
  @diskUuid
end

Instance Method Details

#m__thisObject



38184
38185
38186
# File 'lib/vmware/soap/vim25.rb', line 38184

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



38188
38189
38190
# File 'lib/vmware/soap/vim25.rb', line 38188

def m__this=(value)
  @v__this = value
end