Class: HostScsiDiskPartition

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

Overview

urn:vim25HostScsiDiskPartition

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
diskName - SOAP::SOAPString
partition - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], diskName = nil, partition = nil) ⇒ HostScsiDiskPartition

Returns a new instance of HostScsiDiskPartition.



21241
21242
21243
21244
21245
21246
# File 'lib/vmware/soap/vim25.rb', line 21241

def initialize(dynamicType = nil, dynamicProperty = [], diskName = nil, partition = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @diskName = diskName
  @partition = partition
end

Instance Attribute Details

#diskNameObject

Returns the value of attribute diskName.



21238
21239
21240
# File 'lib/vmware/soap/vim25.rb', line 21238

def diskName
  @diskName
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



21237
21238
21239
# File 'lib/vmware/soap/vim25.rb', line 21237

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



21236
21237
21238
# File 'lib/vmware/soap/vim25.rb', line 21236

def dynamicType
  @dynamicType
end

#partitionObject

Returns the value of attribute partition.



21239
21240
21241
# File 'lib/vmware/soap/vim25.rb', line 21239

def partition
  @partition
end