Class: PermissionEvent

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

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

#chainIdObject

Returns the value of attribute chainId.



13931
13932
13933
# File 'lib/vmware/soap/vim25.rb', line 13931

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



13935
13936
13937
# File 'lib/vmware/soap/vim25.rb', line 13935

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



13932
13933
13934
# File 'lib/vmware/soap/vim25.rb', line 13932

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



13934
13935
13936
# File 'lib/vmware/soap/vim25.rb', line 13934

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



13929
13930
13931
# File 'lib/vmware/soap/vim25.rb', line 13929

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



13928
13929
13930
# File 'lib/vmware/soap/vim25.rb', line 13928

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.



13939
13940
13941
# File 'lib/vmware/soap/vim25.rb', line 13939

def entity
  @entity
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



13938
13939
13940
# File 'lib/vmware/soap/vim25.rb', line 13938

def fullFormattedMessage
  @fullFormattedMessage
end

#groupObject

Returns the value of attribute group.



13941
13942
13943
# File 'lib/vmware/soap/vim25.rb', line 13941

def group
  @group
end

#hostObject

Returns the value of attribute host.



13936
13937
13938
# File 'lib/vmware/soap/vim25.rb', line 13936

def host
  @host
end

#keyObject

Returns the value of attribute key.



13930
13931
13932
# File 'lib/vmware/soap/vim25.rb', line 13930

def key
  @key
end

#principalObject

Returns the value of attribute principal.



13940
13941
13942
# File 'lib/vmware/soap/vim25.rb', line 13940

def principal
  @principal
end

#userNameObject

Returns the value of attribute userName.



13933
13934
13935
# File 'lib/vmware/soap/vim25.rb', line 13933

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



13937
13938
13939
# File 'lib/vmware/soap/vim25.rb', line 13937

def vm
  @vm
end