Class: MigrationResourceWarningEvent

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

Overview

urn:vim25MigrationResourceWarningEvent

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
dstPool - ResourcePoolEventArgument
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, dstPool = nil, dstHost = nil) ⇒ MigrationResourceWarningEvent

Returns a new instance of MigrationResourceWarningEvent.



12091
12092
12093
12094
12095
12096
12097
12098
12099
12100
12101
12102
12103
12104
12105
12106
12107
# File 'lib/vmware/soap/vim25.rb', line 12091

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, dstPool = 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
  @dstPool = dstPool
  @dstHost = dstHost
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



12078
12079
12080
# File 'lib/vmware/soap/vim25.rb', line 12078

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



12082
12083
12084
# File 'lib/vmware/soap/vim25.rb', line 12082

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



12079
12080
12081
# File 'lib/vmware/soap/vim25.rb', line 12079

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



12081
12082
12083
# File 'lib/vmware/soap/vim25.rb', line 12081

def datacenter
  @datacenter
end

#dstHostObject

Returns the value of attribute dstHost.



12089
12090
12091
# File 'lib/vmware/soap/vim25.rb', line 12089

def dstHost
  @dstHost
end

#dstPoolObject

Returns the value of attribute dstPool.



12088
12089
12090
# File 'lib/vmware/soap/vim25.rb', line 12088

def dstPool
  @dstPool
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



12076
12077
12078
# File 'lib/vmware/soap/vim25.rb', line 12076

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



12075
12076
12077
# File 'lib/vmware/soap/vim25.rb', line 12075

def dynamicType
  @dynamicType
end

#faultObject

Returns the value of attribute fault.



12087
12088
12089
# File 'lib/vmware/soap/vim25.rb', line 12087

def fault
  @fault
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



12085
12086
12087
# File 'lib/vmware/soap/vim25.rb', line 12085

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



12083
12084
12085
# File 'lib/vmware/soap/vim25.rb', line 12083

def host
  @host
end

#keyObject

Returns the value of attribute key.



12077
12078
12079
# File 'lib/vmware/soap/vim25.rb', line 12077

def key
  @key
end

#templateObject

Returns the value of attribute template.



12086
12087
12088
# File 'lib/vmware/soap/vim25.rb', line 12086

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



12080
12081
12082
# File 'lib/vmware/soap/vim25.rb', line 12080

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



12084
12085
12086
# File 'lib/vmware/soap/vim25.rb', line 12084

def vm
  @vm
end