Class: ClusterDrsConfigInfo

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

Overview

urn:vim25ClusterDrsConfigInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
enabled - SOAP::SOAPBoolean
defaultVmBehavior - DrsBehavior
vmotionRate - SOAP::SOAPInt
option - OptionValue

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], enabled = nil, defaultVmBehavior = nil, vmotionRate = nil, option = []) ⇒ ClusterDrsConfigInfo

Returns a new instance of ClusterDrsConfigInfo.



3368
3369
3370
3371
3372
3373
3374
3375
# File 'lib/vmware/soap/vim25.rb', line 3368

def initialize(dynamicType = nil, dynamicProperty = [], enabled = nil, defaultVmBehavior = nil, vmotionRate = nil, option = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @enabled = enabled
  @defaultVmBehavior = defaultVmBehavior
  @vmotionRate = vmotionRate
  @option = option
end

Instance Attribute Details

#defaultVmBehaviorObject

Returns the value of attribute defaultVmBehavior.



3364
3365
3366
# File 'lib/vmware/soap/vim25.rb', line 3364

def defaultVmBehavior
  @defaultVmBehavior
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



3362
3363
3364
# File 'lib/vmware/soap/vim25.rb', line 3362

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



3361
3362
3363
# File 'lib/vmware/soap/vim25.rb', line 3361

def dynamicType
  @dynamicType
end

#enabledObject

Returns the value of attribute enabled.



3363
3364
3365
# File 'lib/vmware/soap/vim25.rb', line 3363

def enabled
  @enabled
end

#optionObject

Returns the value of attribute option.



3366
3367
3368
# File 'lib/vmware/soap/vim25.rb', line 3366

def option
  @option
end

#vmotionRateObject

Returns the value of attribute vmotionRate.



3365
3366
3367
# File 'lib/vmware/soap/vim25.rb', line 3365

def vmotionRate
  @vmotionRate
end