Class: GeneralHostWarningEvent
- Inherits:
-
GeneralEvent
- Object
- DynamicData
- Event
- GeneralEvent
- GeneralHostWarningEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25GeneralHostWarningEvent
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
- 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.
-
#message ⇒ Object
Returns the value of attribute message.
-
#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, message = nil) ⇒ GeneralHostWarningEvent
constructor
A new instance of GeneralHostWarningEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, message = nil) ⇒ GeneralHostWarningEvent
Returns a new instance of GeneralHostWarningEvent.
3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 |
# File 'lib/vmware/soap/vim25.rb', line 3952 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @message = end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
3942 3943 3944 |
# File 'lib/vmware/soap/vim25.rb', line 3942 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
3946 3947 3948 |
# File 'lib/vmware/soap/vim25.rb', line 3946 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
3943 3944 3945 |
# File 'lib/vmware/soap/vim25.rb', line 3943 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
3945 3946 3947 |
# File 'lib/vmware/soap/vim25.rb', line 3945 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
3940 3941 3942 |
# File 'lib/vmware/soap/vim25.rb', line 3940 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
3939 3940 3941 |
# File 'lib/vmware/soap/vim25.rb', line 3939 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
3949 3950 3951 |
# File 'lib/vmware/soap/vim25.rb', line 3949 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
3947 3948 3949 |
# File 'lib/vmware/soap/vim25.rb', line 3947 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
3941 3942 3943 |
# File 'lib/vmware/soap/vim25.rb', line 3941 def key @key end |
#message ⇒ Object
Returns the value of attribute message.
3950 3951 3952 |
# File 'lib/vmware/soap/vim25.rb', line 3950 def @message end |
#userName ⇒ Object
Returns the value of attribute userName.
3944 3945 3946 |
# File 'lib/vmware/soap/vim25.rb', line 3944 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
3948 3949 3950 |
# File 'lib/vmware/soap/vim25.rb', line 3948 def vm @vm end |