Class: RoleRemovedEvent
- Inherits:
-
RoleEvent
- Object
- DynamicData
- Event
- AuthorizationEvent
- RoleEvent
- RoleRemovedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RoleRemovedEvent
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
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) ⇒ RoleRemovedEvent
constructor
A new instance of RoleRemovedEvent.
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) ⇒ RoleRemovedEvent
Returns a new instance of RoleRemovedEvent.
14282 14283 14284 14285 14286 14287 14288 14289 14290 14291 14292 14293 14294 14295 |
# File 'lib/vmware/soap/vim25.rb', line 14282 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.
14272 14273 14274 |
# File 'lib/vmware/soap/vim25.rb', line 14272 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
14276 14277 14278 |
# File 'lib/vmware/soap/vim25.rb', line 14276 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
14273 14274 14275 |
# File 'lib/vmware/soap/vim25.rb', line 14273 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
14275 14276 14277 |
# File 'lib/vmware/soap/vim25.rb', line 14275 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
14270 14271 14272 |
# File 'lib/vmware/soap/vim25.rb', line 14270 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
14269 14270 14271 |
# File 'lib/vmware/soap/vim25.rb', line 14269 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
14279 14280 14281 |
# File 'lib/vmware/soap/vim25.rb', line 14279 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
14277 14278 14279 |
# File 'lib/vmware/soap/vim25.rb', line 14277 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
14271 14272 14273 |
# File 'lib/vmware/soap/vim25.rb', line 14271 def key @key end |
#role ⇒ Object
Returns the value of attribute role.
14280 14281 14282 |
# File 'lib/vmware/soap/vim25.rb', line 14280 def role @role end |
#userName ⇒ Object
Returns the value of attribute userName.
14274 14275 14276 |
# File 'lib/vmware/soap/vim25.rb', line 14274 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
14278 14279 14280 |
# File 'lib/vmware/soap/vim25.rb', line 14278 def vm @vm end |