Class: VmBeingClonedEvent
- Inherits:
-
VmCloneEvent
- Object
- DynamicData
- Event
- VmEvent
- VmCloneEvent
- VmBeingClonedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmBeingClonedEvent
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
destFolder - FolderEventArgument
destName - SOAP::SOAPString
destHost - HostEventArgument
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.
-
#destFolder ⇒ Object
Returns the value of attribute destFolder.
-
#destHost ⇒ Object
Returns the value of attribute destHost.
-
#destName ⇒ Object
Returns the value of attribute destName.
-
#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.
-
#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, destFolder = nil, destName = nil, destHost = nil) ⇒ VmBeingClonedEvent
constructor
A new instance of VmBeingClonedEvent.
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, destFolder = nil, destName = nil, destHost = nil) ⇒ VmBeingClonedEvent
Returns a new instance of VmBeingClonedEvent.
9978 9979 9980 9981 9982 9983 9984 9985 9986 9987 9988 9989 9990 9991 9992 9993 9994 |
# File 'lib/vmware/soap/vim25.rb', line 9978 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, destFolder = nil, destName = nil, destHost = 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 @destFolder = destFolder @destName = destName @destHost = destHost end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
9965 9966 9967 |
# File 'lib/vmware/soap/vim25.rb', line 9965 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
9969 9970 9971 |
# File 'lib/vmware/soap/vim25.rb', line 9969 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
9966 9967 9968 |
# File 'lib/vmware/soap/vim25.rb', line 9966 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
9968 9969 9970 |
# File 'lib/vmware/soap/vim25.rb', line 9968 def datacenter @datacenter end |
#destFolder ⇒ Object
Returns the value of attribute destFolder.
9974 9975 9976 |
# File 'lib/vmware/soap/vim25.rb', line 9974 def destFolder @destFolder end |
#destHost ⇒ Object
Returns the value of attribute destHost.
9976 9977 9978 |
# File 'lib/vmware/soap/vim25.rb', line 9976 def destHost @destHost end |
#destName ⇒ Object
Returns the value of attribute destName.
9975 9976 9977 |
# File 'lib/vmware/soap/vim25.rb', line 9975 def destName @destName end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
9963 9964 9965 |
# File 'lib/vmware/soap/vim25.rb', line 9963 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
9962 9963 9964 |
# File 'lib/vmware/soap/vim25.rb', line 9962 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
9972 9973 9974 |
# File 'lib/vmware/soap/vim25.rb', line 9972 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
9970 9971 9972 |
# File 'lib/vmware/soap/vim25.rb', line 9970 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
9964 9965 9966 |
# File 'lib/vmware/soap/vim25.rb', line 9964 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
9973 9974 9975 |
# File 'lib/vmware/soap/vim25.rb', line 9973 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
9967 9968 9969 |
# File 'lib/vmware/soap/vim25.rb', line 9967 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
9971 9972 9973 |
# File 'lib/vmware/soap/vim25.rb', line 9971 def vm @vm end |