Class: UnsharedSwapVMotionNotSupported

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

Overview

urn:vim25UnsharedSwapVMotionNotSupported

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], atSourceHost = nil, failedHostName = nil, failedHost = nil) ⇒ UnsharedSwapVMotionNotSupported

Returns a new instance of UnsharedSwapVMotionNotSupported.



31182
31183
31184
31185
31186
31187
31188
# File 'lib/vmware/soap/vim25.rb', line 31182

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

Instance Attribute Details

#atSourceHostObject

Returns the value of attribute atSourceHost.



31178
31179
31180
# File 'lib/vmware/soap/vim25.rb', line 31178

def atSourceHost
  @atSourceHost
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31177
31178
31179
# File 'lib/vmware/soap/vim25.rb', line 31177

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31176
31177
31178
# File 'lib/vmware/soap/vim25.rb', line 31176

def dynamicType
  @dynamicType
end

#failedHostObject

Returns the value of attribute failedHost.



31180
31181
31182
# File 'lib/vmware/soap/vim25.rb', line 31180

def failedHost
  @failedHost
end

#failedHostNameObject

Returns the value of attribute failedHostName.



31179
31180
31181
# File 'lib/vmware/soap/vim25.rb', line 31179

def failedHostName
  @failedHostName
end