Class: RoleUpdatedEvent
- Inherits:
-
RoleEvent
- Object
- DynamicData
- Event
- AuthorizationEvent
- RoleEvent
- RoleUpdatedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RoleUpdatedEvent
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
role - RoleEventArgument
privilegeList - 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.
-
#privilegeList ⇒ Object
Returns the value of attribute privilegeList.
-
#role ⇒ Object
Returns the value of attribute role.
-
#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, role = nil, privilegeList = []) ⇒ RoleUpdatedEvent
constructor
A new instance of RoleUpdatedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, role = nil, privilegeList = []) ⇒ RoleUpdatedEvent
Returns a new instance of RoleUpdatedEvent.
14238 14239 14240 14241 14242 14243 14244 14245 14246 14247 14248 14249 14250 14251 14252 |
# File 'lib/vmware/soap/vim25.rb', line 14238 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, role = nil, privilegeList = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @role = role @privilegeList = privilegeList end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
14227 14228 14229 |
# File 'lib/vmware/soap/vim25.rb', line 14227 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
14231 14232 14233 |
# File 'lib/vmware/soap/vim25.rb', line 14231 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
14228 14229 14230 |
# File 'lib/vmware/soap/vim25.rb', line 14228 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
14230 14231 14232 |
# File 'lib/vmware/soap/vim25.rb', line 14230 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
14225 14226 14227 |
# File 'lib/vmware/soap/vim25.rb', line 14225 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
14224 14225 14226 |
# File 'lib/vmware/soap/vim25.rb', line 14224 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
14234 14235 14236 |
# File 'lib/vmware/soap/vim25.rb', line 14234 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
14232 14233 14234 |
# File 'lib/vmware/soap/vim25.rb', line 14232 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
14226 14227 14228 |
# File 'lib/vmware/soap/vim25.rb', line 14226 def key @key end |
#privilegeList ⇒ Object
Returns the value of attribute privilegeList.
14236 14237 14238 |
# File 'lib/vmware/soap/vim25.rb', line 14236 def privilegeList @privilegeList end |
#role ⇒ Object
Returns the value of attribute role.
14235 14236 14237 |
# File 'lib/vmware/soap/vim25.rb', line 14235 def role @role end |
#userName ⇒ Object
Returns the value of attribute userName.
14229 14230 14231 |
# File 'lib/vmware/soap/vim25.rb', line 14229 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
14233 14234 14235 |
# File 'lib/vmware/soap/vim25.rb', line 14233 def vm @vm end |