Class: HostMultipathInfoLogicalUnitPolicy

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

Overview

urn:vim25HostMultipathInfoLogicalUnitPolicy

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
policy - SOAP::SOAPString

Direct Known Subclasses

HostMultipathInfoFixedLogicalUnitPolicy

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], policy = nil) ⇒ HostMultipathInfoLogicalUnitPolicy

Returns a new instance of HostMultipathInfoLogicalUnitPolicy.



20016
20017
20018
20019
20020
# File 'lib/vmware/soap/vim25.rb', line 20016

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



20013
20014
20015
# File 'lib/vmware/soap/vim25.rb', line 20013

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



20012
20013
20014
# File 'lib/vmware/soap/vim25.rb', line 20012

def dynamicType
  @dynamicType
end

#policyObject

Returns the value of attribute policy.



20014
20015
20016
# File 'lib/vmware/soap/vim25.rb', line 20014

def policy
  @policy
end