Class: FullStorageVMotionNotSupported

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

Overview

urn:vim25FullStorageVMotionNotSupported

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) ⇒ FullStorageVMotionNotSupported

Returns a new instance of FullStorageVMotionNotSupported.



31113
31114
31115
31116
31117
31118
31119
# File 'lib/vmware/soap/vim25.rb', line 31113

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.



31109
31110
31111
# File 'lib/vmware/soap/vim25.rb', line 31109

def atSourceHost
  @atSourceHost
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31108
31109
31110
# File 'lib/vmware/soap/vim25.rb', line 31108

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31107
31108
31109
# File 'lib/vmware/soap/vim25.rb', line 31107

def dynamicType
  @dynamicType
end

#failedHostObject

Returns the value of attribute failedHost.



31111
31112
31113
# File 'lib/vmware/soap/vim25.rb', line 31111

def failedHost
  @failedHost
end

#failedHostNameObject

Returns the value of attribute failedHostName.



31110
31111
31112
# File 'lib/vmware/soap/vim25.rb', line 31110

def failedHostName
  @failedHostName
end