Class: RoleEvent
- Inherits:
-
AuthorizationEvent
- Object
- DynamicData
- Event
- AuthorizationEvent
- RoleEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RoleEvent
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
Direct Known Subclasses
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.
-
#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) ⇒ RoleEvent
constructor
A new instance of RoleEvent.
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) ⇒ RoleEvent
Returns a new instance of RoleEvent.
14147 14148 14149 14150 14151 14152 14153 14154 14155 14156 14157 14158 14159 14160 |
# File 'lib/vmware/soap/vim25.rb', line 14147 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) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @role = role end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
14137 14138 14139 |
# File 'lib/vmware/soap/vim25.rb', line 14137 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
14141 14142 14143 |
# File 'lib/vmware/soap/vim25.rb', line 14141 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
14138 14139 14140 |
# File 'lib/vmware/soap/vim25.rb', line 14138 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
14140 14141 14142 |
# File 'lib/vmware/soap/vim25.rb', line 14140 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
14135 14136 14137 |
# File 'lib/vmware/soap/vim25.rb', line 14135 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
14134 14135 14136 |
# File 'lib/vmware/soap/vim25.rb', line 14134 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
14144 14145 14146 |
# File 'lib/vmware/soap/vim25.rb', line 14144 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
14142 14143 14144 |
# File 'lib/vmware/soap/vim25.rb', line 14142 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
14136 14137 14138 |
# File 'lib/vmware/soap/vim25.rb', line 14136 def key @key end |
#role ⇒ Object
Returns the value of attribute role.
14145 14146 14147 |
# File 'lib/vmware/soap/vim25.rb', line 14145 def role @role end |
#userName ⇒ Object
Returns the value of attribute userName.
14139 14140 14141 |
# File 'lib/vmware/soap/vim25.rb', line 14139 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
14143 14144 14145 |
# File 'lib/vmware/soap/vim25.rb', line 14143 def vm @vm end |