Class: PermissionAddedEvent

Inherits:
PermissionEvent show all
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

Instance Method Summary collapse

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

#chainIdObject

Returns the value of attribute chainId.



13982
13983
13984
# File 'lib/vmware/soap/vim25.rb', line 13982

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



13986
13987
13988
# File 'lib/vmware/soap/vim25.rb', line 13986

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



13983
13984
13985
# File 'lib/vmware/soap/vim25.rb', line 13983

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



13985
13986
13987
# File 'lib/vmware/soap/vim25.rb', line 13985

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



13980
13981
13982
# File 'lib/vmware/soap/vim25.rb', line 13980

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



13979
13980
13981
# File 'lib/vmware/soap/vim25.rb', line 13979

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.



13990
13991
13992
# File 'lib/vmware/soap/vim25.rb', line 13990

def entity
  @entity
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



13989
13990
13991
# File 'lib/vmware/soap/vim25.rb', line 13989

def fullFormattedMessage
  @fullFormattedMessage
end

#groupObject

Returns the value of attribute group.



13992
13993
13994
# File 'lib/vmware/soap/vim25.rb', line 13992

def group
  @group
end

#hostObject

Returns the value of attribute host.



13987
13988
13989
# File 'lib/vmware/soap/vim25.rb', line 13987

def host
  @host
end

#keyObject

Returns the value of attribute key.



13981
13982
13983
# File 'lib/vmware/soap/vim25.rb', line 13981

def key
  @key
end

#principalObject

Returns the value of attribute principal.



13991
13992
13993
# File 'lib/vmware/soap/vim25.rb', line 13991

def principal
  @principal
end

#propagateObject

Returns the value of attribute propagate.



13994
13995
13996
# File 'lib/vmware/soap/vim25.rb', line 13994

def propagate
  @propagate
end

#roleObject

Returns the value of attribute role.



13993
13994
13995
# File 'lib/vmware/soap/vim25.rb', line 13993

def role
  @role
end

#userNameObject

Returns the value of attribute userName.



13984
13985
13986
# File 'lib/vmware/soap/vim25.rb', line 13984

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



13988
13989
13990
# File 'lib/vmware/soap/vim25.rb', line 13988

def vm
  @vm
end