Class: MigrationWarningEvent
- Inherits:
-
MigrationEvent
- Object
- DynamicData
- Event
- VmEvent
- MigrationEvent
- MigrationWarningEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MigrationWarningEvent
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
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.
-
#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) ⇒ MigrationWarningEvent
constructor
A new instance of MigrationWarningEvent.
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) ⇒ MigrationWarningEvent
Returns a new instance of MigrationWarningEvent.
11897 11898 11899 11900 11901 11902 11903 11904 11905 11906 11907 11908 11909 11910 11911 |
# File 'lib/vmware/soap/vim25.rb', line 11897 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) @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 end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
11886 11887 11888 |
# File 'lib/vmware/soap/vim25.rb', line 11886 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
11890 11891 11892 |
# File 'lib/vmware/soap/vim25.rb', line 11890 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
11887 11888 11889 |
# File 'lib/vmware/soap/vim25.rb', line 11887 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
11889 11890 11891 |
# File 'lib/vmware/soap/vim25.rb', line 11889 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
11884 11885 11886 |
# File 'lib/vmware/soap/vim25.rb', line 11884 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
11883 11884 11885 |
# File 'lib/vmware/soap/vim25.rb', line 11883 def dynamicType @dynamicType end |
#fault ⇒ Object
Returns the value of attribute fault.
11895 11896 11897 |
# File 'lib/vmware/soap/vim25.rb', line 11895 def fault @fault end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
11893 11894 11895 |
# File 'lib/vmware/soap/vim25.rb', line 11893 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
11891 11892 11893 |
# File 'lib/vmware/soap/vim25.rb', line 11891 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
11885 11886 11887 |
# File 'lib/vmware/soap/vim25.rb', line 11885 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
11894 11895 11896 |
# File 'lib/vmware/soap/vim25.rb', line 11894 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
11888 11889 11890 |
# File 'lib/vmware/soap/vim25.rb', line 11888 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
11892 11893 11894 |
# File 'lib/vmware/soap/vim25.rb', line 11892 def vm @vm end |