Class: VMotionNotConfigured

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

Overview

urn:vim25VMotionNotConfigured

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of VMotionNotConfigured.



31526
31527
31528
31529
31530
31531
31532
# File 'lib/vmware/soap/vim25.rb', line 31526

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

Instance Attribute Details

#atSourceHostObject

Returns the value of attribute atSourceHost.



31522
31523
31524
# File 'lib/vmware/soap/vim25.rb', line 31522

def atSourceHost
  @atSourceHost
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31521
31522
31523
# File 'lib/vmware/soap/vim25.rb', line 31521

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31520
31521
31522
# File 'lib/vmware/soap/vim25.rb', line 31520

def dynamicType
  @dynamicType
end

#failedHostObject

Returns the value of attribute failedHost.



31523
31524
31525
# File 'lib/vmware/soap/vim25.rb', line 31523

def failedHost
  @failedHost
end

#failedHostEntityObject

Returns the value of attribute failedHostEntity.



31524
31525
31526
# File 'lib/vmware/soap/vim25.rb', line 31524

def failedHostEntity
  @failedHostEntity
end