Class: RoleUpdatedEvent

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

Overview

urn:vim25RoleUpdatedEvent

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 = []) ⇒ RoleUpdatedEvent

Returns a new instance of RoleUpdatedEvent.



14238
14239
14240
14241
14242
14243
14244
14245
14246
14247
14248
14249
14250
14251
14252
# File 'lib/vmware/soap/vim25.rb', line 14238

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.



14227
14228
14229
# File 'lib/vmware/soap/vim25.rb', line 14227

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



14231
14232
14233
# File 'lib/vmware/soap/vim25.rb', line 14231

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



14228
14229
14230
# File 'lib/vmware/soap/vim25.rb', line 14228

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



14230
14231
14232
# File 'lib/vmware/soap/vim25.rb', line 14230

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



14225
14226
14227
# File 'lib/vmware/soap/vim25.rb', line 14225

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



14224
14225
14226
# File 'lib/vmware/soap/vim25.rb', line 14224

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



14234
14235
14236
# File 'lib/vmware/soap/vim25.rb', line 14234

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



14232
14233
14234
# File 'lib/vmware/soap/vim25.rb', line 14232

def host
  @host
end

#keyObject

Returns the value of attribute key.



14226
14227
14228
# File 'lib/vmware/soap/vim25.rb', line 14226

def key
  @key
end

#privilegeListObject

Returns the value of attribute privilegeList.



14236
14237
14238
# File 'lib/vmware/soap/vim25.rb', line 14236

def privilegeList
  @privilegeList
end

#roleObject

Returns the value of attribute role.



14235
14236
14237
# File 'lib/vmware/soap/vim25.rb', line 14235

def role
  @role
end

#userNameObject

Returns the value of attribute userName.



14229
14230
14231
# File 'lib/vmware/soap/vim25.rb', line 14229

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



14233
14234
14235
# File 'lib/vmware/soap/vim25.rb', line 14233

def vm
  @vm
end