Class: SelectActivePartitionRequestType

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

Overview

urn:vim25SelectActivePartitionRequestType

m__this - ManagedObjectReference
partition - HostScsiDiskPartition

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, partition = nil) ⇒ SelectActivePartitionRequestType

Returns a new instance of SelectActivePartitionRequestType.



38147
38148
38149
38150
# File 'lib/vmware/soap/vim25.rb', line 38147

def initialize(v__this = nil, partition = nil)
  @v__this = v__this
  @partition = partition
end

Instance Attribute Details

#partitionObject

Returns the value of attribute partition.



38137
38138
38139
# File 'lib/vmware/soap/vim25.rb', line 38137

def partition
  @partition
end

Instance Method Details

#m__thisObject



38139
38140
38141
# File 'lib/vmware/soap/vim25.rb', line 38139

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



38143
38144
38145
# File 'lib/vmware/soap/vim25.rb', line 38143

def m__this=(value)
  @v__this = value
end