Method: HostDiagnosticPartitionCreateOption#initialize

Defined in:
lib/vmware/soap/vim25.rb

#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