Class: HostDasDisabledEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- HostDasDisabledEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostDasDisabledEvent
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) ⇒ HostDasDisabledEvent
constructor
A new instance of HostDasDisabledEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ HostDasDisabledEvent
Returns a new instance of HostDasDisabledEvent.
6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 6341 |
# File 'lib/vmware/soap/vim25.rb', line 6329 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.
6320 6321 6322 |
# File 'lib/vmware/soap/vim25.rb', line 6320 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
6324 6325 6326 |
# File 'lib/vmware/soap/vim25.rb', line 6324 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
6321 6322 6323 |
# File 'lib/vmware/soap/vim25.rb', line 6321 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
6323 6324 6325 |
# File 'lib/vmware/soap/vim25.rb', line 6323 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
6318 6319 6320 |
# File 'lib/vmware/soap/vim25.rb', line 6318 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
6317 6318 6319 |
# File 'lib/vmware/soap/vim25.rb', line 6317 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
6327 6328 6329 |
# File 'lib/vmware/soap/vim25.rb', line 6327 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
6325 6326 6327 |
# File 'lib/vmware/soap/vim25.rb', line 6325 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
6319 6320 6321 |
# File 'lib/vmware/soap/vim25.rb', line 6319 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
6322 6323 6324 |
# File 'lib/vmware/soap/vim25.rb', line 6322 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
6326 6327 6328 |
# File 'lib/vmware/soap/vim25.rb', line 6326 def vm @vm end |