Class: MigrationWarningEvent

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

Overview

urn:vim25MigrationWarningEvent

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

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

Returns a new instance of MigrationWarningEvent.



11897
11898
11899
11900
11901
11902
11903
11904
11905
11906
11907
11908
11909
11910
11911
# File 'lib/vmware/soap/vim25.rb', line 11897

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)
  @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
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



11886
11887
11888
# File 'lib/vmware/soap/vim25.rb', line 11886

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



11890
11891
11892
# File 'lib/vmware/soap/vim25.rb', line 11890

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



11887
11888
11889
# File 'lib/vmware/soap/vim25.rb', line 11887

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



11889
11890
11891
# File 'lib/vmware/soap/vim25.rb', line 11889

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



11884
11885
11886
# File 'lib/vmware/soap/vim25.rb', line 11884

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



11883
11884
11885
# File 'lib/vmware/soap/vim25.rb', line 11883

def dynamicType
  @dynamicType
end

#faultObject

Returns the value of attribute fault.



11895
11896
11897
# File 'lib/vmware/soap/vim25.rb', line 11895

def fault
  @fault
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



11893
11894
11895
# File 'lib/vmware/soap/vim25.rb', line 11893

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



11891
11892
11893
# File 'lib/vmware/soap/vim25.rb', line 11891

def host
  @host
end

#keyObject

Returns the value of attribute key.



11885
11886
11887
# File 'lib/vmware/soap/vim25.rb', line 11885

def key
  @key
end

#templateObject

Returns the value of attribute template.



11894
11895
11896
# File 'lib/vmware/soap/vim25.rb', line 11894

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



11888
11889
11890
# File 'lib/vmware/soap/vim25.rb', line 11888

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



11892
11893
11894
# File 'lib/vmware/soap/vim25.rb', line 11892

def vm
  @vm
end