Class: VmAutoRenameEvent

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

Overview

urn:vim25VmAutoRenameEvent

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
template - SOAP::SOAPBoolean
oldName - SOAP::SOAPString
newName - 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, template = nil, oldName = nil, newName = nil) ⇒ VmAutoRenameEvent

Returns a new instance of VmAutoRenameEvent.



8992
8993
8994
8995
8996
8997
8998
8999
9000
9001
9002
9003
9004
9005
9006
9007
# File 'lib/vmware/soap/vim25.rb', line 8992

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

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



8980
8981
8982
# File 'lib/vmware/soap/vim25.rb', line 8980

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



8984
8985
8986
# File 'lib/vmware/soap/vim25.rb', line 8984

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



8981
8982
8983
# File 'lib/vmware/soap/vim25.rb', line 8981

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



8983
8984
8985
# File 'lib/vmware/soap/vim25.rb', line 8983

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



8978
8979
8980
# File 'lib/vmware/soap/vim25.rb', line 8978

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



8977
8978
8979
# File 'lib/vmware/soap/vim25.rb', line 8977

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



8987
8988
8989
# File 'lib/vmware/soap/vim25.rb', line 8987

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



8985
8986
8987
# File 'lib/vmware/soap/vim25.rb', line 8985

def host
  @host
end

#keyObject

Returns the value of attribute key.



8979
8980
8981
# File 'lib/vmware/soap/vim25.rb', line 8979

def key
  @key
end

#newNameObject

Returns the value of attribute newName.



8990
8991
8992
# File 'lib/vmware/soap/vim25.rb', line 8990

def newName
  @newName
end

#oldNameObject

Returns the value of attribute oldName.



8989
8990
8991
# File 'lib/vmware/soap/vim25.rb', line 8989

def oldName
  @oldName
end

#templateObject

Returns the value of attribute template.



8988
8989
8990
# File 'lib/vmware/soap/vim25.rb', line 8988

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



8982
8983
8984
# File 'lib/vmware/soap/vim25.rb', line 8982

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



8986
8987
8988
# File 'lib/vmware/soap/vim25.rb', line 8986

def vm
  @vm
end