Class: UserUpgradeEvent
- Inherits:
-
UpgradeEvent
- Object
- DynamicData
- Event
- UpgradeEvent
- UserUpgradeEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UserUpgradeEvent
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) ⇒ UserUpgradeEvent
constructor
A new instance of UserUpgradeEvent.
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) ⇒ UserUpgradeEvent
Returns a new instance of UserUpgradeEvent.
4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 |
# File 'lib/vmware/soap/vim25.rb', line 4950 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.
4940 4941 4942 |
# File 'lib/vmware/soap/vim25.rb', line 4940 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
4944 4945 4946 |
# File 'lib/vmware/soap/vim25.rb', line 4944 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
4941 4942 4943 |
# File 'lib/vmware/soap/vim25.rb', line 4941 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
4943 4944 4945 |
# File 'lib/vmware/soap/vim25.rb', line 4943 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
4938 4939 4940 |
# File 'lib/vmware/soap/vim25.rb', line 4938 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
4937 4938 4939 |
# File 'lib/vmware/soap/vim25.rb', line 4937 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
4947 4948 4949 |
# File 'lib/vmware/soap/vim25.rb', line 4947 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
4945 4946 4947 |
# File 'lib/vmware/soap/vim25.rb', line 4945 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
4939 4940 4941 |
# File 'lib/vmware/soap/vim25.rb', line 4939 def key @key end |
#message ⇒ Object
Returns the value of attribute message.
4948 4949 4950 |
# File 'lib/vmware/soap/vim25.rb', line 4948 def @message end |
#userName ⇒ Object
Returns the value of attribute userName.
4942 4943 4944 |
# File 'lib/vmware/soap/vim25.rb', line 4942 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
4946 4947 4948 |
# File 'lib/vmware/soap/vim25.rb', line 4946 def vm @vm end |