Class: HostDiagnosticPartitionCreateDescription

Inherits:
DynamicData
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25HostDiagnosticPartitionCreateDescription

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
layout - HostDiskPartitionLayout
diskUuid - SOAP::SOAPString
spec - HostDiagnosticPartitionCreateSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#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

Instance Attribute Details

#diskUuidObject

Returns the value of attribute diskUuid.



18540
18541
18542
# File 'lib/vmware/soap/vim25.rb', line 18540

def diskUuid
  @diskUuid
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



18538
18539
18540
# File 'lib/vmware/soap/vim25.rb', line 18538

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



18537
18538
18539
# File 'lib/vmware/soap/vim25.rb', line 18537

def dynamicType
  @dynamicType
end

#layoutObject

Returns the value of attribute layout.



18539
18540
18541
# File 'lib/vmware/soap/vim25.rb', line 18539

def layout
  @layout
end

#specObject

Returns the value of attribute spec.



18541
18542
18543
# File 'lib/vmware/soap/vim25.rb', line 18541

def spec
  @spec
end