Class: ClusterRuleInfo

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

Overview

urn:vim25ClusterRuleInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
status - ManagedEntityStatus
enabled - SOAP::SOAPBoolean
name - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, status = nil, enabled = nil, name = nil) ⇒ ClusterRuleInfo

Returns a new instance of ClusterRuleInfo.



3733
3734
3735
3736
3737
3738
3739
3740
# File 'lib/vmware/soap/vim25.rb', line 3733

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, status = nil, enabled = nil, name = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @status = status
  @enabled = enabled
  @name = name
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



3727
3728
3729
# File 'lib/vmware/soap/vim25.rb', line 3727

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



3726
3727
3728
# File 'lib/vmware/soap/vim25.rb', line 3726

def dynamicType
  @dynamicType
end

#enabledObject

Returns the value of attribute enabled.



3730
3731
3732
# File 'lib/vmware/soap/vim25.rb', line 3730

def enabled
  @enabled
end

#keyObject

Returns the value of attribute key.



3728
3729
3730
# File 'lib/vmware/soap/vim25.rb', line 3728

def key
  @key
end

#nameObject

Returns the value of attribute name.



3731
3732
3733
# File 'lib/vmware/soap/vim25.rb', line 3731

def name
  @name
end

#statusObject

Returns the value of attribute status.



3729
3730
3731
# File 'lib/vmware/soap/vim25.rb', line 3729

def status
  @status
end