Class: RoleAddedEvent

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

Overview

urn:vim25RoleAddedEvent

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
role - RoleEventArgument
privilegeList - SOAP::SOAPString

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, role = nil, privilegeList = []) ⇒ RoleAddedEvent

Returns a new instance of RoleAddedEvent.



14192
14193
14194
14195
14196
14197
14198
14199
14200
14201
14202
14203
14204
14205
14206
# File 'lib/vmware/soap/vim25.rb', line 14192

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, role = nil, privilegeList = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @chainId = chainId
  @createdTime = createdTime
  @userName = userName
  @datacenter = datacenter
  @computeResource = computeResource
  @host = host
  @vm = vm
  @fullFormattedMessage = fullFormattedMessage
  @role = role
  @privilegeList = privilegeList
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



14181
14182
14183
# File 'lib/vmware/soap/vim25.rb', line 14181

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



14185
14186
14187
# File 'lib/vmware/soap/vim25.rb', line 14185

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



14182
14183
14184
# File 'lib/vmware/soap/vim25.rb', line 14182

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



14184
14185
14186
# File 'lib/vmware/soap/vim25.rb', line 14184

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



14179
14180
14181
# File 'lib/vmware/soap/vim25.rb', line 14179

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



14178
14179
14180
# File 'lib/vmware/soap/vim25.rb', line 14178

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



14188
14189
14190
# File 'lib/vmware/soap/vim25.rb', line 14188

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



14186
14187
14188
# File 'lib/vmware/soap/vim25.rb', line 14186

def host
  @host
end

#keyObject

Returns the value of attribute key.



14180
14181
14182
# File 'lib/vmware/soap/vim25.rb', line 14180

def key
  @key
end

#privilegeListObject

Returns the value of attribute privilegeList.



14190
14191
14192
# File 'lib/vmware/soap/vim25.rb', line 14190

def privilegeList
  @privilegeList
end

#roleObject

Returns the value of attribute role.



14189
14190
14191
# File 'lib/vmware/soap/vim25.rb', line 14189

def role
  @role
end

#userNameObject

Returns the value of attribute userName.



14183
14184
14185
# File 'lib/vmware/soap/vim25.rb', line 14183

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



14187
14188
14189
# File 'lib/vmware/soap/vim25.rb', line 14187

def vm
  @vm
end