Class: MigrationHostWarningEvent

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

Overview

urn:vim25MigrationHostWarningEvent

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
template - SOAP::SOAPBoolean
fault - LocalizedMethodFault
dstHost - HostEventArgument

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, template = nil, fault = nil, dstHost = nil) ⇒ MigrationHostWarningEvent

Returns a new instance of MigrationHostWarningEvent.



11991
11992
11993
11994
11995
11996
11997
11998
11999
12000
12001
12002
12003
12004
12005
12006
# File 'lib/vmware/soap/vim25.rb', line 11991

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, template = nil, fault = nil, dstHost = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @chainId = chainId
  @createdTime = createdTime
  @userName = userName
  @datacenter = datacenter
  @computeResource = computeResource
  @host = host
  @vm = vm
  @fullFormattedMessage = fullFormattedMessage
  @template = template
  @fault = fault
  @dstHost = dstHost
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



11979
11980
11981
# File 'lib/vmware/soap/vim25.rb', line 11979

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



11983
11984
11985
# File 'lib/vmware/soap/vim25.rb', line 11983

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



11980
11981
11982
# File 'lib/vmware/soap/vim25.rb', line 11980

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



11982
11983
11984
# File 'lib/vmware/soap/vim25.rb', line 11982

def datacenter
  @datacenter
end

#dstHostObject

Returns the value of attribute dstHost.



11989
11990
11991
# File 'lib/vmware/soap/vim25.rb', line 11989

def dstHost
  @dstHost
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



11977
11978
11979
# File 'lib/vmware/soap/vim25.rb', line 11977

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



11976
11977
11978
# File 'lib/vmware/soap/vim25.rb', line 11976

def dynamicType
  @dynamicType
end

#faultObject

Returns the value of attribute fault.



11988
11989
11990
# File 'lib/vmware/soap/vim25.rb', line 11988

def fault
  @fault
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



11986
11987
11988
# File 'lib/vmware/soap/vim25.rb', line 11986

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



11984
11985
11986
# File 'lib/vmware/soap/vim25.rb', line 11984

def host
  @host
end

#keyObject

Returns the value of attribute key.



11978
11979
11980
# File 'lib/vmware/soap/vim25.rb', line 11978

def key
  @key
end

#templateObject

Returns the value of attribute template.



11987
11988
11989
# File 'lib/vmware/soap/vim25.rb', line 11987

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



11981
11982
11983
# File 'lib/vmware/soap/vim25.rb', line 11981

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



11985
11986
11987
# File 'lib/vmware/soap/vim25.rb', line 11985

def vm
  @vm
end