Class: RoleAddedEvent
- Inherits:
-
RoleEvent
- Object
- DynamicData
- Event
- AuthorizationEvent
- RoleEvent
- RoleAddedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RoleAddedEvent
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 = []) ⇒ RoleAddedEvent
constructor
A new instance of RoleAddedEvent.
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 = []) ⇒ RoleAddedEvent
Returns a new instance of RoleAddedEvent.
14192 14193 14194 14195 14196 14197 14198 14199 14200 14201 14202 14203 14204 14205 14206 |
# File 'lib/vmware/soap/vim25.rb', line 14192 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.
14181 14182 14183 |
# File 'lib/vmware/soap/vim25.rb', line 14181 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
14185 14186 14187 |
# File 'lib/vmware/soap/vim25.rb', line 14185 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
14182 14183 14184 |
# File 'lib/vmware/soap/vim25.rb', line 14182 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
14184 14185 14186 |
# File 'lib/vmware/soap/vim25.rb', line 14184 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
14179 14180 14181 |
# File 'lib/vmware/soap/vim25.rb', line 14179 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
14178 14179 14180 |
# File 'lib/vmware/soap/vim25.rb', line 14178 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
14188 14189 14190 |
# File 'lib/vmware/soap/vim25.rb', line 14188 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
14186 14187 14188 |
# File 'lib/vmware/soap/vim25.rb', line 14186 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
14180 14181 14182 |
# File 'lib/vmware/soap/vim25.rb', line 14180 def key @key end |
#privilegeList ⇒ Object
Returns the value of attribute privilegeList.
14190 14191 14192 |
# File 'lib/vmware/soap/vim25.rb', line 14190 def privilegeList @privilegeList end |
#role ⇒ Object
Returns the value of attribute role.
14189 14190 14191 |
# File 'lib/vmware/soap/vim25.rb', line 14189 def role @role end |
#userName ⇒ Object
Returns the value of attribute userName.
14183 14184 14185 |
# File 'lib/vmware/soap/vim25.rb', line 14183 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
14187 14188 14189 |
# File 'lib/vmware/soap/vim25.rb', line 14187 def vm @vm end |