Class: HostNicOrderPolicy

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

Overview

urn:vim25HostNicOrderPolicy

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
activeNic - SOAP::SOAPString
standbyNic - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], activeNic = [], standbyNic = []) ⇒ HostNicOrderPolicy

Returns a new instance of HostNicOrderPolicy.



20528
20529
20530
20531
20532
20533
# File 'lib/vmware/soap/vim25.rb', line 20528

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

Instance Attribute Details

#activeNicObject

Returns the value of attribute activeNic.



20525
20526
20527
# File 'lib/vmware/soap/vim25.rb', line 20525

def activeNic
  @activeNic
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



20524
20525
20526
# File 'lib/vmware/soap/vim25.rb', line 20524

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



20523
20524
20525
# File 'lib/vmware/soap/vim25.rb', line 20523

def dynamicType
  @dynamicType
end

#standbyNicObject

Returns the value of attribute standbyNic.



20526
20527
20528
# File 'lib/vmware/soap/vim25.rb', line 20526

def standbyNic
  @standbyNic
end