Class: VmFailoverFailed

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

Overview

urn:vim25VmFailoverFailed

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

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

Returns a new instance of VmFailoverFailed.



11122
11123
11124
11125
11126
11127
11128
11129
11130
11131
11132
11133
11134
11135
# File 'lib/vmware/soap/vim25.rb', line 11122

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

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



11112
11113
11114
# File 'lib/vmware/soap/vim25.rb', line 11112

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



11116
11117
11118
# File 'lib/vmware/soap/vim25.rb', line 11116

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



11113
11114
11115
# File 'lib/vmware/soap/vim25.rb', line 11113

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



11115
11116
11117
# File 'lib/vmware/soap/vim25.rb', line 11115

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



11110
11111
11112
# File 'lib/vmware/soap/vim25.rb', line 11110

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



11109
11110
11111
# File 'lib/vmware/soap/vim25.rb', line 11109

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



11119
11120
11121
# File 'lib/vmware/soap/vim25.rb', line 11119

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



11117
11118
11119
# File 'lib/vmware/soap/vim25.rb', line 11117

def host
  @host
end

#keyObject

Returns the value of attribute key.



11111
11112
11113
# File 'lib/vmware/soap/vim25.rb', line 11111

def key
  @key
end

#templateObject

Returns the value of attribute template.



11120
11121
11122
# File 'lib/vmware/soap/vim25.rb', line 11120

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



11114
11115
11116
# File 'lib/vmware/soap/vim25.rb', line 11114

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



11118
11119
11120
# File 'lib/vmware/soap/vim25.rb', line 11118

def vm
  @vm
end