Class: HostDiagnosticPartitionCreateSpec
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostDiagnosticPartitionCreateSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostDiagnosticPartitionCreateSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
storageType - SOAP::SOAPString
diagnosticType - SOAP::SOAPString
id - HostScsiDiskPartition
partition - HostDiskPartitionSpec
active - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#diagnosticType ⇒ Object
Returns the value of attribute diagnosticType.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#id ⇒ Object
Returns the value of attribute id.
-
#partition ⇒ Object
Returns the value of attribute partition.
-
#storageType ⇒ Object
Returns the value of attribute storageType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], storageType = nil, diagnosticType = nil, id = nil, partition = nil, active = nil) ⇒ HostDiagnosticPartitionCreateSpec
constructor
A new instance of HostDiagnosticPartitionCreateSpec.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], storageType = nil, diagnosticType = nil, id = nil, partition = nil, active = nil) ⇒ HostDiagnosticPartitionCreateSpec
Returns a new instance of HostDiagnosticPartitionCreateSpec.
18519 18520 18521 18522 18523 18524 18525 18526 18527 |
# File 'lib/vmware/soap/vim25.rb', line 18519 def initialize(dynamicType = nil, dynamicProperty = [], storageType = nil, diagnosticType = nil, id = nil, partition = nil, active = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @storageType = storageType @diagnosticType = diagnosticType @id = id @partition = partition @active = active end |
Instance Attribute Details
#active ⇒ Object
Returns the value of attribute active.
18517 18518 18519 |
# File 'lib/vmware/soap/vim25.rb', line 18517 def active @active end |
#diagnosticType ⇒ Object
Returns the value of attribute diagnosticType.
18514 18515 18516 |
# File 'lib/vmware/soap/vim25.rb', line 18514 def diagnosticType @diagnosticType end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
18512 18513 18514 |
# File 'lib/vmware/soap/vim25.rb', line 18512 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
18511 18512 18513 |
# File 'lib/vmware/soap/vim25.rb', line 18511 def dynamicType @dynamicType end |
#id ⇒ Object
Returns the value of attribute id.
18515 18516 18517 |
# File 'lib/vmware/soap/vim25.rb', line 18515 def id @id end |
#partition ⇒ Object
Returns the value of attribute partition.
18516 18517 18518 |
# File 'lib/vmware/soap/vim25.rb', line 18516 def partition @partition end |
#storageType ⇒ Object
Returns the value of attribute storageType.
18513 18514 18515 |
# File 'lib/vmware/soap/vim25.rb', line 18513 def storageType @storageType end |