Class: WarningUpgradeEvent

Inherits:
UpgradeEvent show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25WarningUpgradeEvent

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) ⇒ WarningUpgradeEvent

Returns a new instance of WarningUpgradeEvent.



4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
# File 'lib/vmware/soap/vim25.rb', line 4864

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.



4854
4855
4856
# File 'lib/vmware/soap/vim25.rb', line 4854

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



4858
4859
4860
# File 'lib/vmware/soap/vim25.rb', line 4858

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



4855
4856
4857
# File 'lib/vmware/soap/vim25.rb', line 4855

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



4857
4858
4859
# File 'lib/vmware/soap/vim25.rb', line 4857

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



4852
4853
4854
# File 'lib/vmware/soap/vim25.rb', line 4852

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



4851
4852
4853
# File 'lib/vmware/soap/vim25.rb', line 4851

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



4861
4862
4863
# File 'lib/vmware/soap/vim25.rb', line 4861

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



4859
4860
4861
# File 'lib/vmware/soap/vim25.rb', line 4859

def host
  @host
end

#keyObject

Returns the value of attribute key.



4853
4854
4855
# File 'lib/vmware/soap/vim25.rb', line 4853

def key
  @key
end

#messageObject

Returns the value of attribute message.



4862
4863
4864
# File 'lib/vmware/soap/vim25.rb', line 4862

def message
  @message
end

#userNameObject

Returns the value of attribute userName.



4856
4857
4858
# File 'lib/vmware/soap/vim25.rb', line 4856

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



4860
4861
4862
# File 'lib/vmware/soap/vim25.rb', line 4860

def vm
  @vm
end