Method: HostDiagnosticPartitionCreateSpec#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#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 |