Class: AccountRemovedEvent

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

Overview

urn:vim25AccountRemovedEvent

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
 - 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, account = nil, group = nil) ⇒ AccountRemovedEvent

Returns a new instance of AccountRemovedEvent.



7031
7032
7033
7034
7035
7036
7037
7038
7039
7040
7041
7042
7043
7044
7045
# File 'lib/vmware/soap/vim25.rb', line 7031

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil,  = 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
  @account = 
  @group = group
end

Instance Attribute Details

#accountObject

Returns the value of attribute account.



7028
7029
7030
# File 'lib/vmware/soap/vim25.rb', line 7028

def 
  @account
end

#chainIdObject

Returns the value of attribute chainId.



7020
7021
7022
# File 'lib/vmware/soap/vim25.rb', line 7020

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



7024
7025
7026
# File 'lib/vmware/soap/vim25.rb', line 7024

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



7021
7022
7023
# File 'lib/vmware/soap/vim25.rb', line 7021

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



7023
7024
7025
# File 'lib/vmware/soap/vim25.rb', line 7023

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



7018
7019
7020
# File 'lib/vmware/soap/vim25.rb', line 7018

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



7017
7018
7019
# File 'lib/vmware/soap/vim25.rb', line 7017

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



7027
7028
7029
# File 'lib/vmware/soap/vim25.rb', line 7027

def fullFormattedMessage
  @fullFormattedMessage
end

#groupObject

Returns the value of attribute group.



7029
7030
7031
# File 'lib/vmware/soap/vim25.rb', line 7029

def group
  @group
end

#hostObject

Returns the value of attribute host.



7025
7026
7027
# File 'lib/vmware/soap/vim25.rb', line 7025

def host
  @host
end

#keyObject

Returns the value of attribute key.



7019
7020
7021
# File 'lib/vmware/soap/vim25.rb', line 7019

def key
  @key
end

#userNameObject

Returns the value of attribute userName.



7022
7023
7024
# File 'lib/vmware/soap/vim25.rb', line 7022

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



7026
7027
7028
# File 'lib/vmware/soap/vim25.rb', line 7026

def vm
  @vm
end