Class: VMotionNotLicensed
- Inherits:
-
VMotionInterfaceIssue
- Object
- MethodFault
- VimFault
- MigrationFault
- VMotionInterfaceIssue
- VMotionNotLicensed
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VMotionNotLicensed
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
atSourceHost - SOAP::SOAPBoolean
failedHost - SOAP::SOAPString
failedHostEntity - ManagedObjectReference
Instance Attribute Summary collapse
-
#atSourceHost ⇒ Object
Returns the value of attribute atSourceHost.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#failedHost ⇒ Object
Returns the value of attribute failedHost.
-
#failedHostEntity ⇒ Object
Returns the value of attribute failedHostEntity.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], atSourceHost = nil, failedHost = nil, failedHostEntity = nil) ⇒ VMotionNotLicensed
constructor
A new instance of VMotionNotLicensed.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], atSourceHost = nil, failedHost = nil, failedHostEntity = nil) ⇒ VMotionNotLicensed
Returns a new instance of VMotionNotLicensed.
31548 31549 31550 31551 31552 31553 31554 |
# File 'lib/vmware/soap/vim25.rb', line 31548 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
#atSourceHost ⇒ Object
Returns the value of attribute atSourceHost.
31544 31545 31546 |
# File 'lib/vmware/soap/vim25.rb', line 31544 def atSourceHost @atSourceHost end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31543 31544 31545 |
# File 'lib/vmware/soap/vim25.rb', line 31543 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31542 31543 31544 |
# File 'lib/vmware/soap/vim25.rb', line 31542 def dynamicType @dynamicType end |
#failedHost ⇒ Object
Returns the value of attribute failedHost.
31545 31546 31547 |
# File 'lib/vmware/soap/vim25.rb', line 31545 def failedHost @failedHost end |
#failedHostEntity ⇒ Object
Returns the value of attribute failedHostEntity.
31546 31547 31548 |
# File 'lib/vmware/soap/vim25.rb', line 31546 def failedHostEntity @failedHostEntity end |