Class: ClusterDpmConfigInfo

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

Overview

urn:vim25ClusterDpmConfigInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
enabled - SOAP::SOAPBoolean
defaultDpmBehavior - DpmBehavior
option - OptionValue

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], enabled = nil, defaultDpmBehavior = nil, option = []) ⇒ ClusterDpmConfigInfo

Returns a new instance of ClusterDpmConfigInfo.



3413
3414
3415
3416
3417
3418
3419
# File 'lib/vmware/soap/vim25.rb', line 3413

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

Instance Attribute Details

#defaultDpmBehaviorObject

Returns the value of attribute defaultDpmBehavior.



3410
3411
3412
# File 'lib/vmware/soap/vim25.rb', line 3410

def defaultDpmBehavior
  @defaultDpmBehavior
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



3408
3409
3410
# File 'lib/vmware/soap/vim25.rb', line 3408

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



3407
3408
3409
# File 'lib/vmware/soap/vim25.rb', line 3407

def dynamicType
  @dynamicType
end

#enabledObject

Returns the value of attribute enabled.



3409
3410
3411
# File 'lib/vmware/soap/vim25.rb', line 3409

def enabled
  @enabled
end

#optionObject

Returns the value of attribute option.



3411
3412
3413
# File 'lib/vmware/soap/vim25.rb', line 3411

def option
  @option
end