Method: HostNicFailureCriteria#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(dynamicType = nil, dynamicProperty = [], checkSpeed = nil, speed = nil, checkDuplex = nil, fullDuplex = nil, checkErrorPercent = nil, percentage = nil, checkBeacon = nil) ⇒ HostNicFailureCriteria
Returns a new instance of HostNicFailureCriteria.
20504 20505 20506 20507 20508 20509 20510 20511 20512 20513 20514 |
# File 'lib/vmware/soap/vim25.rb', line 20504 def initialize(dynamicType = nil, dynamicProperty = [], checkSpeed = nil, speed = nil, checkDuplex = nil, fullDuplex = nil, checkErrorPercent = nil, percentage = nil, checkBeacon = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @checkSpeed = checkSpeed @speed = speed @checkDuplex = checkDuplex @fullDuplex = fullDuplex @checkErrorPercent = checkErrorPercent @percentage = percentage @checkBeacon = checkBeacon end |