Class: CreateDiagnosticPartitionRequestType

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

Overview

urn:vim25CreateDiagnosticPartitionRequestType

m__this - ManagedObjectReference
spec - HostDiagnosticPartitionCreateSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, spec = nil) ⇒ CreateDiagnosticPartitionRequestType

Returns a new instance of CreateDiagnosticPartitionRequestType.


38213
38214
38215
38216
# File 'lib/vmware/soap/vim25.rb', line 38213

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

Instance Attribute Details

#specObject

Returns the value of attribute spec.


38203
38204
38205
# File 'lib/vmware/soap/vim25.rb', line 38203

def spec
  @spec
end

Instance Method Details

#m__thisObject


38205
38206
38207
# File 'lib/vmware/soap/vim25.rb', line 38205

def m__this
  @v__this
end

#m__this=(value) ⇒ Object


38209
38210
38211
# File 'lib/vmware/soap/vim25.rb', line 38209

def m__this=(value)
  @v__this = value
end