Class: PermissionRemovedEvent

Inherits:
PermissionEvent show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25PermissionRemovedEvent

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

Returns a new instance of PermissionRemovedEvent.



14102
14103
14104
14105
14106
14107
14108
14109
14110
14111
14112
14113
14114
14115
14116
14117
# File 'lib/vmware/soap/vim25.rb', line 14102

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.



14090
14091
14092
# File 'lib/vmware/soap/vim25.rb', line 14090

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



14094
14095
14096
# File 'lib/vmware/soap/vim25.rb', line 14094

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



14091
14092
14093
# File 'lib/vmware/soap/vim25.rb', line 14091

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



14093
14094
14095
# File 'lib/vmware/soap/vim25.rb', line 14093

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



14088
14089
14090
# File 'lib/vmware/soap/vim25.rb', line 14088

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



14087
14088
14089
# File 'lib/vmware/soap/vim25.rb', line 14087

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.



14098
14099
14100
# File 'lib/vmware/soap/vim25.rb', line 14098

def entity
  @entity
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



14097
14098
14099
# File 'lib/vmware/soap/vim25.rb', line 14097

def fullFormattedMessage
  @fullFormattedMessage
end

#groupObject

Returns the value of attribute group.



14100
14101
14102
# File 'lib/vmware/soap/vim25.rb', line 14100

def group
  @group
end

#hostObject

Returns the value of attribute host.



14095
14096
14097
# File 'lib/vmware/soap/vim25.rb', line 14095

def host
  @host
end

#keyObject

Returns the value of attribute key.



14089
14090
14091
# File 'lib/vmware/soap/vim25.rb', line 14089

def key
  @key
end

#principalObject

Returns the value of attribute principal.



14099
14100
14101
# File 'lib/vmware/soap/vim25.rb', line 14099

def principal
  @principal
end

#userNameObject

Returns the value of attribute userName.



14092
14093
14094
# File 'lib/vmware/soap/vim25.rb', line 14092

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



14096
14097
14098
# File 'lib/vmware/soap/vim25.rb', line 14096

def vm
  @vm
end