Class: DasAdmissionControlEnabledEvent
- Inherits:
-
ClusterEvent
- Object
- DynamicData
- Event
- ClusterEvent
- DasAdmissionControlEnabledEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DasAdmissionControlEnabledEvent
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) ⇒ DasAdmissionControlEnabledEvent
constructor
A new instance of DasAdmissionControlEnabledEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ DasAdmissionControlEnabledEvent
Returns a new instance of DasAdmissionControlEnabledEvent.
15377 15378 15379 15380 15381 15382 15383 15384 15385 15386 15387 15388 15389 |
# File 'lib/vmware/soap/vim25.rb', line 15377 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.
15368 15369 15370 |
# File 'lib/vmware/soap/vim25.rb', line 15368 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
15372 15373 15374 |
# File 'lib/vmware/soap/vim25.rb', line 15372 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
15369 15370 15371 |
# File 'lib/vmware/soap/vim25.rb', line 15369 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
15371 15372 15373 |
# File 'lib/vmware/soap/vim25.rb', line 15371 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
15366 15367 15368 |
# File 'lib/vmware/soap/vim25.rb', line 15366 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
15365 15366 15367 |
# File 'lib/vmware/soap/vim25.rb', line 15365 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
15375 15376 15377 |
# File 'lib/vmware/soap/vim25.rb', line 15375 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
15373 15374 15375 |
# File 'lib/vmware/soap/vim25.rb', line 15373 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
15367 15368 15369 |
# File 'lib/vmware/soap/vim25.rb', line 15367 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
15370 15371 15372 |
# File 'lib/vmware/soap/vim25.rb', line 15370 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
15374 15375 15376 |
# File 'lib/vmware/soap/vim25.rb', line 15374 def vm @vm end |