Class: GeneralHostWarningEvent

Inherits:
GeneralEvent show all
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
message - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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, message = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @chainId = chainId
  @createdTime = createdTime
  @userName = userName
  @datacenter = datacenter
  @computeResource = computeResource
  @host = host
  @vm = vm
  @fullFormattedMessage = fullFormattedMessage
  @message = message
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



3942
3943
3944
# File 'lib/vmware/soap/vim25.rb', line 3942

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



3946
3947
3948
# File 'lib/vmware/soap/vim25.rb', line 3946

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



3943
3944
3945
# File 'lib/vmware/soap/vim25.rb', line 3943

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



3945
3946
3947
# File 'lib/vmware/soap/vim25.rb', line 3945

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



3940
3941
3942
# File 'lib/vmware/soap/vim25.rb', line 3940

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



3939
3940
3941
# File 'lib/vmware/soap/vim25.rb', line 3939

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



3949
3950
3951
# File 'lib/vmware/soap/vim25.rb', line 3949

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



3947
3948
3949
# File 'lib/vmware/soap/vim25.rb', line 3947

def host
  @host
end

#keyObject

Returns the value of attribute key.



3941
3942
3943
# File 'lib/vmware/soap/vim25.rb', line 3941

def key
  @key
end

#messageObject

Returns the value of attribute message.



3950
3951
3952
# File 'lib/vmware/soap/vim25.rb', line 3950

def message
  @message
end

#userNameObject

Returns the value of attribute userName.



3944
3945
3946
# File 'lib/vmware/soap/vim25.rb', line 3944

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



3948
3949
3950
# File 'lib/vmware/soap/vim25.rb', line 3948

def vm
  @vm
end