Class: PermissionUpdatedEvent

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

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) ⇒ 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

#chainIdObject

Returns the value of attribute chainId.


14037
14038
14039
# File 'lib/vmware/soap/vim25.rb', line 14037

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.


14041
14042
14043
# File 'lib/vmware/soap/vim25.rb', line 14041

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.


14038
14039
14040
# File 'lib/vmware/soap/vim25.rb', line 14038

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.


14040
14041
14042
# File 'lib/vmware/soap/vim25.rb', line 14040

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


14035
14036
14037
# File 'lib/vmware/soap/vim25.rb', line 14035

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


14034
14035
14036
# File 'lib/vmware/soap/vim25.rb', line 14034

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.


14045
14046
14047
# File 'lib/vmware/soap/vim25.rb', line 14045

def entity
  @entity
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.


14044
14045
14046
# File 'lib/vmware/soap/vim25.rb', line 14044

def fullFormattedMessage
  @fullFormattedMessage
end

#groupObject

Returns the value of attribute group.


14047
14048
14049
# File 'lib/vmware/soap/vim25.rb', line 14047

def group
  @group
end

#hostObject

Returns the value of attribute host.


14042
14043
14044
# File 'lib/vmware/soap/vim25.rb', line 14042

def host
  @host
end

#keyObject

Returns the value of attribute key.


14036
14037
14038
# File 'lib/vmware/soap/vim25.rb', line 14036

def key
  @key
end

#principalObject

Returns the value of attribute principal.


14046
14047
14048
# File 'lib/vmware/soap/vim25.rb', line 14046

def principal
  @principal
end

#propagateObject

Returns the value of attribute propagate.


14049
14050
14051
# File 'lib/vmware/soap/vim25.rb', line 14049

def propagate
  @propagate
end

#roleObject

Returns the value of attribute role.


14048
14049
14050
# File 'lib/vmware/soap/vim25.rb', line 14048

def role
  @role
end

#userNameObject

Returns the value of attribute userName.


14039
14040
14041
# File 'lib/vmware/soap/vim25.rb', line 14039

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.


14043
14044
14045
# File 'lib/vmware/soap/vim25.rb', line 14043

def vm
  @vm
end