Class: VimAccountPasswordChangedEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- VimAccountPasswordChangedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VimAccountPasswordChangedEvent
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
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.
-
#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) ⇒ VimAccountPasswordChangedEvent
constructor
A new instance of VimAccountPasswordChangedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ VimAccountPasswordChangedEvent
Returns a new instance of VimAccountPasswordChangedEvent.
8160 8161 8162 8163 8164 8165 8166 8167 8168 8169 8170 8171 8172 |
# File 'lib/vmware/soap/vim25.rb', line 8160 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
8151 8152 8153 |
# File 'lib/vmware/soap/vim25.rb', line 8151 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
8155 8156 8157 |
# File 'lib/vmware/soap/vim25.rb', line 8155 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
8152 8153 8154 |
# File 'lib/vmware/soap/vim25.rb', line 8152 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
8154 8155 8156 |
# File 'lib/vmware/soap/vim25.rb', line 8154 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
8149 8150 8151 |
# File 'lib/vmware/soap/vim25.rb', line 8149 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
8148 8149 8150 |
# File 'lib/vmware/soap/vim25.rb', line 8148 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
8158 8159 8160 |
# File 'lib/vmware/soap/vim25.rb', line 8158 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
8156 8157 8158 |
# File 'lib/vmware/soap/vim25.rb', line 8156 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
8150 8151 8152 |
# File 'lib/vmware/soap/vim25.rb', line 8150 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
8153 8154 8155 |
# File 'lib/vmware/soap/vim25.rb', line 8153 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
8157 8158 8159 |
# File 'lib/vmware/soap/vim25.rb', line 8157 def vm @vm end |