Class: DrsResourceConfigureSyncedEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- DrsResourceConfigureSyncedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DrsResourceConfigureSyncedEvent
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
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.
-
#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) ⇒ DrsResourceConfigureSyncedEvent
constructor
A new instance of DrsResourceConfigureSyncedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ DrsResourceConfigureSyncedEvent
Returns a new instance of DrsResourceConfigureSyncedEvent.
7647 7648 7649 7650 7651 7652 7653 7654 7655 7656 7657 7658 7659 |
# File 'lib/vmware/soap/vim25.rb', line 7647 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
7638 7639 7640 |
# File 'lib/vmware/soap/vim25.rb', line 7638 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
7642 7643 7644 |
# File 'lib/vmware/soap/vim25.rb', line 7642 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
7639 7640 7641 |
# File 'lib/vmware/soap/vim25.rb', line 7639 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
7641 7642 7643 |
# File 'lib/vmware/soap/vim25.rb', line 7641 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
7636 7637 7638 |
# File 'lib/vmware/soap/vim25.rb', line 7636 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
7635 7636 7637 |
# File 'lib/vmware/soap/vim25.rb', line 7635 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
7645 7646 7647 |
# File 'lib/vmware/soap/vim25.rb', line 7645 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
7643 7644 7645 |
# File 'lib/vmware/soap/vim25.rb', line 7643 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
7637 7638 7639 |
# File 'lib/vmware/soap/vim25.rb', line 7637 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
7640 7641 7642 |
# File 'lib/vmware/soap/vim25.rb', line 7640 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
7644 7645 7646 |
# File 'lib/vmware/soap/vim25.rb', line 7644 def vm @vm end |