Class: VmRelayoutUpToDateEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmRelayoutUpToDateEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmRelayoutUpToDateEvent
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
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.
-
#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) ⇒ VmRelayoutUpToDateEvent
constructor
A new instance of VmRelayoutUpToDateEvent.
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) ⇒ VmRelayoutUpToDateEvent
Returns a new instance of VmRelayoutUpToDateEvent.
11634 11635 11636 11637 11638 11639 11640 11641 11642 11643 11644 11645 11646 11647 |
# File 'lib/vmware/soap/vim25.rb', line 11634 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) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @template = template end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
11624 11625 11626 |
# File 'lib/vmware/soap/vim25.rb', line 11624 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
11628 11629 11630 |
# File 'lib/vmware/soap/vim25.rb', line 11628 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
11625 11626 11627 |
# File 'lib/vmware/soap/vim25.rb', line 11625 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
11627 11628 11629 |
# File 'lib/vmware/soap/vim25.rb', line 11627 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
11622 11623 11624 |
# File 'lib/vmware/soap/vim25.rb', line 11622 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
11621 11622 11623 |
# File 'lib/vmware/soap/vim25.rb', line 11621 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
11631 11632 11633 |
# File 'lib/vmware/soap/vim25.rb', line 11631 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
11629 11630 11631 |
# File 'lib/vmware/soap/vim25.rb', line 11629 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
11623 11624 11625 |
# File 'lib/vmware/soap/vim25.rb', line 11623 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
11632 11633 11634 |
# File 'lib/vmware/soap/vim25.rb', line 11632 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
11626 11627 11628 |
# File 'lib/vmware/soap/vim25.rb', line 11626 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
11630 11631 11632 |
# File 'lib/vmware/soap/vim25.rb', line 11630 def vm @vm end |