Class: MigrationResourceWarningEvent
- Inherits:
-
MigrationEvent
- Object
- DynamicData
- Event
- VmEvent
- MigrationEvent
- MigrationResourceWarningEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MigrationResourceWarningEvent
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
chainId - SOAP::SOAPInt
createdTime - SOAP::SOAPDateTime
userName - SOAP::SOAPString
datacenter - DatacenterEventArgument
computeResource - ComputeResourceEventArgument
host - HostEventArgument
vm - VmEventArgument
fullFormattedMessage - SOAP::SOAPString
template - SOAP::SOAPBoolean
fault - LocalizedMethodFault
dstPool - ResourcePoolEventArgument
dstHost - HostEventArgument
Instance Attribute Summary collapse
-
#chainId ⇒ Object
Returns the value of attribute chainId.
-
#computeResource ⇒ Object
Returns the value of attribute computeResource.
-
#createdTime ⇒ Object
Returns the value of attribute createdTime.
-
#datacenter ⇒ Object
Returns the value of attribute datacenter.
-
#dstHost ⇒ Object
Returns the value of attribute dstHost.
-
#dstPool ⇒ Object
Returns the value of attribute dstPool.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fault ⇒ Object
Returns the value of attribute fault.
-
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#template ⇒ Object
Returns the value of attribute template.
-
#userName ⇒ Object
Returns the value of attribute userName.
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, template = nil, fault = nil, dstPool = nil, dstHost = nil) ⇒ MigrationResourceWarningEvent
constructor
A new instance of MigrationResourceWarningEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, template = nil, fault = nil, dstPool = nil, dstHost = nil) ⇒ MigrationResourceWarningEvent
Returns a new instance of MigrationResourceWarningEvent.
12091 12092 12093 12094 12095 12096 12097 12098 12099 12100 12101 12102 12103 12104 12105 12106 12107 |
# File 'lib/vmware/soap/vim25.rb', line 12091 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, template = nil, fault = nil, dstPool = nil, dstHost = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @template = template @fault = fault @dstPool = dstPool @dstHost = dstHost end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
12078 12079 12080 |
# File 'lib/vmware/soap/vim25.rb', line 12078 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
12082 12083 12084 |
# File 'lib/vmware/soap/vim25.rb', line 12082 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
12079 12080 12081 |
# File 'lib/vmware/soap/vim25.rb', line 12079 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
12081 12082 12083 |
# File 'lib/vmware/soap/vim25.rb', line 12081 def datacenter @datacenter end |
#dstHost ⇒ Object
Returns the value of attribute dstHost.
12089 12090 12091 |
# File 'lib/vmware/soap/vim25.rb', line 12089 def dstHost @dstHost end |
#dstPool ⇒ Object
Returns the value of attribute dstPool.
12088 12089 12090 |
# File 'lib/vmware/soap/vim25.rb', line 12088 def dstPool @dstPool end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
12076 12077 12078 |
# File 'lib/vmware/soap/vim25.rb', line 12076 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
12075 12076 12077 |
# File 'lib/vmware/soap/vim25.rb', line 12075 def dynamicType @dynamicType end |
#fault ⇒ Object
Returns the value of attribute fault.
12087 12088 12089 |
# File 'lib/vmware/soap/vim25.rb', line 12087 def fault @fault end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
12085 12086 12087 |
# File 'lib/vmware/soap/vim25.rb', line 12085 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
12083 12084 12085 |
# File 'lib/vmware/soap/vim25.rb', line 12083 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
12077 12078 12079 |
# File 'lib/vmware/soap/vim25.rb', line 12077 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
12086 12087 12088 |
# File 'lib/vmware/soap/vim25.rb', line 12086 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
12080 12081 12082 |
# File 'lib/vmware/soap/vim25.rb', line 12080 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
12084 12085 12086 |
# File 'lib/vmware/soap/vim25.rb', line 12084 def vm @vm end |