Class: VmDateRolledBackEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmDateRolledBackEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmDateRolledBackEvent
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) ⇒ VmDateRolledBackEvent
constructor
A new instance of VmDateRolledBackEvent.
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) ⇒ VmDateRolledBackEvent
Returns a new instance of VmDateRolledBackEvent.
10217 10218 10219 10220 10221 10222 10223 10224 10225 10226 10227 10228 10229 10230 |
# File 'lib/vmware/soap/vim25.rb', line 10217 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.
10207 10208 10209 |
# File 'lib/vmware/soap/vim25.rb', line 10207 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
10211 10212 10213 |
# File 'lib/vmware/soap/vim25.rb', line 10211 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
10208 10209 10210 |
# File 'lib/vmware/soap/vim25.rb', line 10208 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
10210 10211 10212 |
# File 'lib/vmware/soap/vim25.rb', line 10210 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
10205 10206 10207 |
# File 'lib/vmware/soap/vim25.rb', line 10205 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
10204 10205 10206 |
# File 'lib/vmware/soap/vim25.rb', line 10204 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
10214 10215 10216 |
# File 'lib/vmware/soap/vim25.rb', line 10214 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
10212 10213 10214 |
# File 'lib/vmware/soap/vim25.rb', line 10212 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
10206 10207 10208 |
# File 'lib/vmware/soap/vim25.rb', line 10206 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
10215 10216 10217 |
# File 'lib/vmware/soap/vim25.rb', line 10215 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
10209 10210 10211 |
# File 'lib/vmware/soap/vim25.rb', line 10209 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
10213 10214 10215 |
# File 'lib/vmware/soap/vim25.rb', line 10213 def vm @vm end |