Class: HostDiagnosticPartitionCreateOption

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

Overview

urn:vim25HostDiagnosticPartitionCreateOption

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
storageType - SOAP::SOAPString
diagnosticType - SOAP::SOAPString
disk - HostScsiDisk

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], storageType = nil, diagnosticType = nil, disk = nil) ⇒ HostDiagnosticPartitionCreateOption

Returns a new instance of HostDiagnosticPartitionCreateOption.

[View source]

18493
18494
18495
18496
18497
18498
18499
# File 'lib/vmware/soap/vim25.rb', line 18493

def initialize(dynamicType = nil, dynamicProperty = [], storageType = nil, diagnosticType = nil, disk = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @storageType = storageType
  @diagnosticType = diagnosticType
  @disk = disk
end

Instance Attribute Details

#diagnosticTypeObject

Returns the value of attribute diagnosticType.


18490
18491
18492
# File 'lib/vmware/soap/vim25.rb', line 18490

def diagnosticType
  @diagnosticType
end

#diskObject

Returns the value of attribute disk.


18491
18492
18493
# File 'lib/vmware/soap/vim25.rb', line 18491

def disk
  @disk
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


18488
18489
18490
# File 'lib/vmware/soap/vim25.rb', line 18488

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


18487
18488
18489
# File 'lib/vmware/soap/vim25.rb', line 18487

def dynamicType
  @dynamicType
end

#storageTypeObject

Returns the value of attribute storageType.


18489
18490
18491
# File 'lib/vmware/soap/vim25.rb', line 18489

def storageType
  @storageType
end