Method: HostDiagnosticPartitionCreateDescription#initialize

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

#initialize(dynamicType = nil, dynamicProperty = [], layout = nil, diskUuid = nil, spec = nil) ⇒ HostDiagnosticPartitionCreateDescription

Returns a new instance of HostDiagnosticPartitionCreateDescription.


18543
18544
18545
18546
18547
18548
18549
# File 'lib/vmware/soap/vim25.rb', line 18543

def initialize(dynamicType = nil, dynamicProperty = [], layout = nil, diskUuid = nil, spec = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @layout = layout
  @diskUuid = diskUuid
  @spec = spec
end