Class: PermissionUpdatedEvent
- Inherits:
-
PermissionEvent
- Object
- DynamicData
- Event
- AuthorizationEvent
- PermissionEvent
- PermissionUpdatedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PermissionUpdatedEvent
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
role - RoleEventArgument
propagate - 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.
-
#propagate ⇒ Object
Returns the value of attribute propagate.
-
#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, entity = nil, principal = nil, group = nil, role = nil, propagate = nil) ⇒ PermissionUpdatedEvent
constructor
A new instance of PermissionUpdatedEvent.
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, role = nil, propagate = nil) ⇒ PermissionUpdatedEvent
Returns a new instance of PermissionUpdatedEvent.
14051 14052 14053 14054 14055 14056 14057 14058 14059 14060 14061 14062 14063 14064 14065 14066 14067 14068 |
# File 'lib/vmware/soap/vim25.rb', line 14051 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, role = nil, propagate = 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 @role = role @propagate = propagate end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
14037 14038 14039 |
# File 'lib/vmware/soap/vim25.rb', line 14037 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
14041 14042 14043 |
# File 'lib/vmware/soap/vim25.rb', line 14041 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
14038 14039 14040 |
# File 'lib/vmware/soap/vim25.rb', line 14038 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
14040 14041 14042 |
# File 'lib/vmware/soap/vim25.rb', line 14040 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
14035 14036 14037 |
# File 'lib/vmware/soap/vim25.rb', line 14035 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
14034 14035 14036 |
# File 'lib/vmware/soap/vim25.rb', line 14034 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
14045 14046 14047 |
# File 'lib/vmware/soap/vim25.rb', line 14045 def entity @entity end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
14044 14045 14046 |
# File 'lib/vmware/soap/vim25.rb', line 14044 def fullFormattedMessage @fullFormattedMessage end |
#group ⇒ Object
Returns the value of attribute group.
14047 14048 14049 |
# File 'lib/vmware/soap/vim25.rb', line 14047 def group @group end |
#host ⇒ Object
Returns the value of attribute host.
14042 14043 14044 |
# File 'lib/vmware/soap/vim25.rb', line 14042 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
14036 14037 14038 |
# File 'lib/vmware/soap/vim25.rb', line 14036 def key @key end |
#principal ⇒ Object
Returns the value of attribute principal.
14046 14047 14048 |
# File 'lib/vmware/soap/vim25.rb', line 14046 def principal @principal end |
#propagate ⇒ Object
Returns the value of attribute propagate.
14049 14050 14051 |
# File 'lib/vmware/soap/vim25.rb', line 14049 def propagate @propagate end |
#role ⇒ Object
Returns the value of attribute role.
14048 14049 14050 |
# File 'lib/vmware/soap/vim25.rb', line 14048 def role @role end |
#userName ⇒ Object
Returns the value of attribute userName.
14039 14040 14041 |
# File 'lib/vmware/soap/vim25.rb', line 14039 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
14043 14044 14045 |
# File 'lib/vmware/soap/vim25.rb', line 14043 def vm @vm end |