Class: WarningUpgradeEvent
- Inherits:
-
UpgradeEvent
- Object
- DynamicData
- Event
- UpgradeEvent
- WarningUpgradeEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25WarningUpgradeEvent
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
- SOAP::SOAPString
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.
-
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#message ⇒ Object
Returns the value of attribute message.
-
#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, message = nil) ⇒ WarningUpgradeEvent
constructor
A new instance of WarningUpgradeEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, message = nil) ⇒ WarningUpgradeEvent
Returns a new instance of WarningUpgradeEvent.
4864 4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 |
# File 'lib/vmware/soap/vim25.rb', line 4864 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @message = end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
4854 4855 4856 |
# File 'lib/vmware/soap/vim25.rb', line 4854 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
4858 4859 4860 |
# File 'lib/vmware/soap/vim25.rb', line 4858 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
4855 4856 4857 |
# File 'lib/vmware/soap/vim25.rb', line 4855 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
4857 4858 4859 |
# File 'lib/vmware/soap/vim25.rb', line 4857 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
4852 4853 4854 |
# File 'lib/vmware/soap/vim25.rb', line 4852 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
4851 4852 4853 |
# File 'lib/vmware/soap/vim25.rb', line 4851 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
4861 4862 4863 |
# File 'lib/vmware/soap/vim25.rb', line 4861 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
4859 4860 4861 |
# File 'lib/vmware/soap/vim25.rb', line 4859 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
4853 4854 4855 |
# File 'lib/vmware/soap/vim25.rb', line 4853 def key @key end |
#message ⇒ Object
Returns the value of attribute message.
4862 4863 4864 |
# File 'lib/vmware/soap/vim25.rb', line 4862 def @message end |
#userName ⇒ Object
Returns the value of attribute userName.
4856 4857 4858 |
# File 'lib/vmware/soap/vim25.rb', line 4856 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
4860 4861 4862 |
# File 'lib/vmware/soap/vim25.rb', line 4860 def vm @vm end |