Class: VMotionLinkCapacityLow

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

Overview

urn:vim25VMotionLinkCapacityLow

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
atSourceHost - SOAP::SOAPBoolean
failedHost - SOAP::SOAPString
failedHostEntity - ManagedObjectReference
network - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], atSourceHost = nil, failedHost = nil, failedHostEntity = nil, network = nil) ⇒ VMotionLinkCapacityLow

Returns a new instance of VMotionLinkCapacityLow.



31478
31479
31480
31481
31482
31483
31484
31485
# File 'lib/vmware/soap/vim25.rb', line 31478

def initialize(dynamicType = nil, dynamicProperty = [], atSourceHost = nil, failedHost = nil, failedHostEntity = nil, network = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @atSourceHost = atSourceHost
  @failedHost = failedHost
  @failedHostEntity = failedHostEntity
  @network = network
end

Instance Attribute Details

#atSourceHostObject

Returns the value of attribute atSourceHost.



31473
31474
31475
# File 'lib/vmware/soap/vim25.rb', line 31473

def atSourceHost
  @atSourceHost
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31472
31473
31474
# File 'lib/vmware/soap/vim25.rb', line 31472

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31471
31472
31473
# File 'lib/vmware/soap/vim25.rb', line 31471

def dynamicType
  @dynamicType
end

#failedHostObject

Returns the value of attribute failedHost.



31474
31475
31476
# File 'lib/vmware/soap/vim25.rb', line 31474

def failedHost
  @failedHost
end

#failedHostEntityObject

Returns the value of attribute failedHostEntity.



31475
31476
31477
# File 'lib/vmware/soap/vim25.rb', line 31475

def failedHostEntity
  @failedHostEntity
end

#networkObject

Returns the value of attribute network.



31476
31477
31478
# File 'lib/vmware/soap/vim25.rb', line 31476

def network
  @network
end