Class: VMotionNotLicensed

Inherits:
VMotionInterfaceIssue show all
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

Instance Method Summary collapse

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

#atSourceHostObject

Returns the value of attribute atSourceHost.



31544
31545
31546
# File 'lib/vmware/soap/vim25.rb', line 31544

def atSourceHost
  @atSourceHost
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31543
31544
31545
# File 'lib/vmware/soap/vim25.rb', line 31543

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31542
31543
31544
# File 'lib/vmware/soap/vim25.rb', line 31542

def dynamicType
  @dynamicType
end

#failedHostObject

Returns the value of attribute failedHost.



31545
31546
31547
# File 'lib/vmware/soap/vim25.rb', line 31545

def failedHost
  @failedHost
end

#failedHostEntityObject

Returns the value of attribute failedHostEntity.



31546
31547
31548
# File 'lib/vmware/soap/vim25.rb', line 31546

def failedHostEntity
  @failedHostEntity
end