Class: IndependentDiskVMotionNotSupported

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

Overview

urn:vim25IndependentDiskVMotionNotSupported

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

Returns a new instance of IndependentDiskVMotionNotSupported.



31135
31136
31137
31138
31139
31140
31141
# File 'lib/vmware/soap/vim25.rb', line 31135

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.



31131
31132
31133
# File 'lib/vmware/soap/vim25.rb', line 31131

def atSourceHost
  @atSourceHost
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31130
31131
31132
# File 'lib/vmware/soap/vim25.rb', line 31130

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31129
31130
31131
# File 'lib/vmware/soap/vim25.rb', line 31129

def dynamicType
  @dynamicType
end

#failedHostObject

Returns the value of attribute failedHost.



31133
31134
31135
# File 'lib/vmware/soap/vim25.rb', line 31133

def failedHost
  @failedHost
end

#failedHostNameObject

Returns the value of attribute failedHostName.



31132
31133
31134
# File 'lib/vmware/soap/vim25.rb', line 31132

def failedHostName
  @failedHostName
end