Class: HostDasDisablingEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- HostDasDisablingEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostDasDisablingEvent
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) ⇒ HostDasDisablingEvent
constructor
A new instance of HostDasDisablingEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ HostDasDisablingEvent
Returns a new instance of HostDasDisablingEvent.
6409 6410 6411 6412 6413 6414 6415 6416 6417 6418 6419 6420 6421 |
# File 'lib/vmware/soap/vim25.rb', line 6409 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.
6400 6401 6402 |
# File 'lib/vmware/soap/vim25.rb', line 6400 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
6404 6405 6406 |
# File 'lib/vmware/soap/vim25.rb', line 6404 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
6401 6402 6403 |
# File 'lib/vmware/soap/vim25.rb', line 6401 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
6403 6404 6405 |
# File 'lib/vmware/soap/vim25.rb', line 6403 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
6398 6399 6400 |
# File 'lib/vmware/soap/vim25.rb', line 6398 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
6397 6398 6399 |
# File 'lib/vmware/soap/vim25.rb', line 6397 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
6407 6408 6409 |
# File 'lib/vmware/soap/vim25.rb', line 6407 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
6405 6406 6407 |
# File 'lib/vmware/soap/vim25.rb', line 6405 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
6399 6400 6401 |
# File 'lib/vmware/soap/vim25.rb', line 6399 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
6402 6403 6404 |
# File 'lib/vmware/soap/vim25.rb', line 6402 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
6406 6407 6408 |
# File 'lib/vmware/soap/vim25.rb', line 6406 def vm @vm end |