Class: VmAutoRenameEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmAutoRenameEvent
- 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
-
#chainId ⇒ Object
Returns the value of attribute chainId.
-
#computeResource ⇒ Object
Returns the value of attribute computeResource.
-
#createdTime ⇒ Object
Returns the value of attribute createdTime.
-
#datacenter ⇒ Object
Returns the value of attribute datacenter.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#newName ⇒ Object
Returns the value of attribute newName.
-
#oldName ⇒ Object
Returns the value of attribute oldName.
-
#template ⇒ Object
Returns the value of attribute template.
-
#userName ⇒ Object
Returns the value of attribute userName.
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#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
constructor
A new instance of VmAutoRenameEvent.
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
#chainId ⇒ Object
Returns the value of attribute chainId.
8980 8981 8982 |
# File 'lib/vmware/soap/vim25.rb', line 8980 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
8984 8985 8986 |
# File 'lib/vmware/soap/vim25.rb', line 8984 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
8981 8982 8983 |
# File 'lib/vmware/soap/vim25.rb', line 8981 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
8983 8984 8985 |
# File 'lib/vmware/soap/vim25.rb', line 8983 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
8978 8979 8980 |
# File 'lib/vmware/soap/vim25.rb', line 8978 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
8977 8978 8979 |
# File 'lib/vmware/soap/vim25.rb', line 8977 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
8987 8988 8989 |
# File 'lib/vmware/soap/vim25.rb', line 8987 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
8985 8986 8987 |
# File 'lib/vmware/soap/vim25.rb', line 8985 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
8979 8980 8981 |
# File 'lib/vmware/soap/vim25.rb', line 8979 def key @key end |
#newName ⇒ Object
Returns the value of attribute newName.
8990 8991 8992 |
# File 'lib/vmware/soap/vim25.rb', line 8990 def newName @newName end |
#oldName ⇒ Object
Returns the value of attribute oldName.
8989 8990 8991 |
# File 'lib/vmware/soap/vim25.rb', line 8989 def oldName @oldName end |
#template ⇒ Object
Returns the value of attribute template.
8988 8989 8990 |
# File 'lib/vmware/soap/vim25.rb', line 8988 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
8982 8983 8984 |
# File 'lib/vmware/soap/vim25.rb', line 8982 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
8986 8987 8988 |
# File 'lib/vmware/soap/vim25.rb', line 8986 def vm @vm end |