Class: PermissionRemovedEvent
- Inherits:
-
PermissionEvent
- Object
- DynamicData
- Event
- AuthorizationEvent
- PermissionEvent
- PermissionRemovedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PermissionRemovedEvent
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
entity - ManagedEntityEventArgument
principal - SOAP::SOAPString
group - SOAP::SOAPBoolean
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.
-
#entity ⇒ Object
Returns the value of attribute entity.
-
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
-
#group ⇒ Object
Returns the value of attribute group.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#principal ⇒ Object
Returns the value of attribute principal.
-
#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, entity = nil, principal = nil, group = nil) ⇒ PermissionRemovedEvent
constructor
A new instance of PermissionRemovedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, entity = nil, principal = nil, group = nil) ⇒ PermissionRemovedEvent
Returns a new instance of PermissionRemovedEvent.
14102 14103 14104 14105 14106 14107 14108 14109 14110 14111 14112 14113 14114 14115 14116 14117 |
# File 'lib/vmware/soap/vim25.rb', line 14102 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, entity = nil, principal = nil, group = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @entity = entity @principal = principal @group = group end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
14090 14091 14092 |
# File 'lib/vmware/soap/vim25.rb', line 14090 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
14094 14095 14096 |
# File 'lib/vmware/soap/vim25.rb', line 14094 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
14091 14092 14093 |
# File 'lib/vmware/soap/vim25.rb', line 14091 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
14093 14094 14095 |
# File 'lib/vmware/soap/vim25.rb', line 14093 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
14088 14089 14090 |
# File 'lib/vmware/soap/vim25.rb', line 14088 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
14087 14088 14089 |
# File 'lib/vmware/soap/vim25.rb', line 14087 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
14098 14099 14100 |
# File 'lib/vmware/soap/vim25.rb', line 14098 def entity @entity end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
14097 14098 14099 |
# File 'lib/vmware/soap/vim25.rb', line 14097 def fullFormattedMessage @fullFormattedMessage end |
#group ⇒ Object
Returns the value of attribute group.
14100 14101 14102 |
# File 'lib/vmware/soap/vim25.rb', line 14100 def group @group end |
#host ⇒ Object
Returns the value of attribute host.
14095 14096 14097 |
# File 'lib/vmware/soap/vim25.rb', line 14095 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
14089 14090 14091 |
# File 'lib/vmware/soap/vim25.rb', line 14089 def key @key end |
#principal ⇒ Object
Returns the value of attribute principal.
14099 14100 14101 |
# File 'lib/vmware/soap/vim25.rb', line 14099 def principal @principal end |
#userName ⇒ Object
Returns the value of attribute userName.
14092 14093 14094 |
# File 'lib/vmware/soap/vim25.rb', line 14092 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
14096 14097 14098 |
# File 'lib/vmware/soap/vim25.rb', line 14096 def vm @vm end |