Class: AccountCreatedEvent

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

Overview

urn:vim25AccountCreatedEvent

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
spec - HostAccountSpec
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, spec = nil, group = nil) ⇒ AccountCreatedEvent

Returns a new instance of AccountCreatedEvent.



6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
# File 'lib/vmware/soap/vim25.rb', line 6985

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

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



6974
6975
6976
# File 'lib/vmware/soap/vim25.rb', line 6974

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



6978
6979
6980
# File 'lib/vmware/soap/vim25.rb', line 6978

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



6975
6976
6977
# File 'lib/vmware/soap/vim25.rb', line 6975

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



6977
6978
6979
# File 'lib/vmware/soap/vim25.rb', line 6977

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



6972
6973
6974
# File 'lib/vmware/soap/vim25.rb', line 6972

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



6971
6972
6973
# File 'lib/vmware/soap/vim25.rb', line 6971

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



6981
6982
6983
# File 'lib/vmware/soap/vim25.rb', line 6981

def fullFormattedMessage
  @fullFormattedMessage
end

#groupObject

Returns the value of attribute group.



6983
6984
6985
# File 'lib/vmware/soap/vim25.rb', line 6983

def group
  @group
end

#hostObject

Returns the value of attribute host.



6979
6980
6981
# File 'lib/vmware/soap/vim25.rb', line 6979

def host
  @host
end

#keyObject

Returns the value of attribute key.



6973
6974
6975
# File 'lib/vmware/soap/vim25.rb', line 6973

def key
  @key
end

#specObject

Returns the value of attribute spec.



6982
6983
6984
# File 'lib/vmware/soap/vim25.rb', line 6982

def spec
  @spec
end

#userNameObject

Returns the value of attribute userName.



6976
6977
6978
# File 'lib/vmware/soap/vim25.rb', line 6976

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



6980
6981
6982
# File 'lib/vmware/soap/vim25.rb', line 6980

def vm
  @vm
end