Class: HostDiagnosticPartitionCreateOption
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostDiagnosticPartitionCreateOption
- 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
-
#diagnosticType ⇒ Object
Returns the value of attribute diagnosticType.
-
#disk ⇒ Object
Returns the value of attribute disk.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#storageType ⇒ Object
Returns the value of attribute storageType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], storageType = nil, diagnosticType = nil, disk = nil) ⇒ HostDiagnosticPartitionCreateOption
constructor
A new instance of HostDiagnosticPartitionCreateOption.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], storageType = nil, diagnosticType = nil, disk = nil) ⇒ HostDiagnosticPartitionCreateOption
Returns a new instance of HostDiagnosticPartitionCreateOption.
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
permalink #diagnosticType ⇒ Object
Returns the value of attribute diagnosticType.
18490 18491 18492 |
# File 'lib/vmware/soap/vim25.rb', line 18490 def diagnosticType @diagnosticType end |
permalink #disk ⇒ Object
Returns the value of attribute disk.
18491 18492 18493 |
# File 'lib/vmware/soap/vim25.rb', line 18491 def disk @disk end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
18488 18489 18490 |
# File 'lib/vmware/soap/vim25.rb', line 18488 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
18487 18488 18489 |
# File 'lib/vmware/soap/vim25.rb', line 18487 def dynamicType @dynamicType end |
permalink #storageType ⇒ Object
Returns the value of attribute storageType.
18489 18490 18491 |
# File 'lib/vmware/soap/vim25.rb', line 18489 def storageType @storageType end |