Class: PermissionAddedEvent
- Inherits:
-
PermissionEvent
- Object
- DynamicData
- Event
- AuthorizationEvent
- PermissionEvent
- PermissionAddedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PermissionAddedEvent
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) ⇒ PermissionAddedEvent
constructor
A new instance of PermissionAddedEvent.
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) ⇒ PermissionAddedEvent
Returns a new instance of PermissionAddedEvent.
13996 13997 13998 13999 14000 14001 14002 14003 14004 14005 14006 14007 14008 14009 14010 14011 14012 14013 |
# File 'lib/vmware/soap/vim25.rb', line 13996 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.
13982 13983 13984 |
# File 'lib/vmware/soap/vim25.rb', line 13982 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
13986 13987 13988 |
# File 'lib/vmware/soap/vim25.rb', line 13986 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
13983 13984 13985 |
# File 'lib/vmware/soap/vim25.rb', line 13983 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
13985 13986 13987 |
# File 'lib/vmware/soap/vim25.rb', line 13985 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
13980 13981 13982 |
# File 'lib/vmware/soap/vim25.rb', line 13980 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
13979 13980 13981 |
# File 'lib/vmware/soap/vim25.rb', line 13979 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
13990 13991 13992 |
# File 'lib/vmware/soap/vim25.rb', line 13990 def entity @entity end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
13989 13990 13991 |
# File 'lib/vmware/soap/vim25.rb', line 13989 def fullFormattedMessage @fullFormattedMessage end |
#group ⇒ Object
Returns the value of attribute group.
13992 13993 13994 |
# File 'lib/vmware/soap/vim25.rb', line 13992 def group @group end |
#host ⇒ Object
Returns the value of attribute host.
13987 13988 13989 |
# File 'lib/vmware/soap/vim25.rb', line 13987 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
13981 13982 13983 |
# File 'lib/vmware/soap/vim25.rb', line 13981 def key @key end |
#principal ⇒ Object
Returns the value of attribute principal.
13991 13992 13993 |
# File 'lib/vmware/soap/vim25.rb', line 13991 def principal @principal end |
#propagate ⇒ Object
Returns the value of attribute propagate.
13994 13995 13996 |
# File 'lib/vmware/soap/vim25.rb', line 13994 def propagate @propagate end |
#role ⇒ Object
Returns the value of attribute role.
13993 13994 13995 |
# File 'lib/vmware/soap/vim25.rb', line 13993 def role @role end |
#userName ⇒ Object
Returns the value of attribute userName.
13984 13985 13986 |
# File 'lib/vmware/soap/vim25.rb', line 13984 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
13988 13989 13990 |
# File 'lib/vmware/soap/vim25.rb', line 13988 def vm @vm end |