Class: PermissionEvent
- Inherits:
-
AuthorizationEvent
- Object
- DynamicData
- Event
- AuthorizationEvent
- PermissionEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PermissionEvent
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
Direct Known Subclasses
PermissionAddedEvent, PermissionRemovedEvent, PermissionUpdatedEvent
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) ⇒ PermissionEvent
constructor
A new instance of PermissionEvent.
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) ⇒ PermissionEvent
Returns a new instance of PermissionEvent.
13943 13944 13945 13946 13947 13948 13949 13950 13951 13952 13953 13954 13955 13956 13957 13958 |
# File 'lib/vmware/soap/vim25.rb', line 13943 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.
13931 13932 13933 |
# File 'lib/vmware/soap/vim25.rb', line 13931 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
13935 13936 13937 |
# File 'lib/vmware/soap/vim25.rb', line 13935 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
13932 13933 13934 |
# File 'lib/vmware/soap/vim25.rb', line 13932 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
13934 13935 13936 |
# File 'lib/vmware/soap/vim25.rb', line 13934 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
13929 13930 13931 |
# File 'lib/vmware/soap/vim25.rb', line 13929 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
13928 13929 13930 |
# File 'lib/vmware/soap/vim25.rb', line 13928 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
13939 13940 13941 |
# File 'lib/vmware/soap/vim25.rb', line 13939 def entity @entity end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
13938 13939 13940 |
# File 'lib/vmware/soap/vim25.rb', line 13938 def fullFormattedMessage @fullFormattedMessage end |
#group ⇒ Object
Returns the value of attribute group.
13941 13942 13943 |
# File 'lib/vmware/soap/vim25.rb', line 13941 def group @group end |
#host ⇒ Object
Returns the value of attribute host.
13936 13937 13938 |
# File 'lib/vmware/soap/vim25.rb', line 13936 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
13930 13931 13932 |
# File 'lib/vmware/soap/vim25.rb', line 13930 def key @key end |
#principal ⇒ Object
Returns the value of attribute principal.
13940 13941 13942 |
# File 'lib/vmware/soap/vim25.rb', line 13940 def principal @principal end |
#userName ⇒ Object
Returns the value of attribute userName.
13933 13934 13935 |
# File 'lib/vmware/soap/vim25.rb', line 13933 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
13937 13938 13939 |
# File 'lib/vmware/soap/vim25.rb', line 13937 def vm @vm end |