Class: VmDeployFailedEvent

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

Overview

urn:vim25VmDeployFailedEvent

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
destDatastore - EntityEventArgument
reason - 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, destDatastore = nil, reason = nil) ⇒ VmDeployFailedEvent

Returns a new instance of VmDeployFailedEvent.



9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
# File 'lib/vmware/soap/vim25.rb', line 9274

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, destDatastore = nil, reason = 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
  @destDatastore = destDatastore
  @reason = reason
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



9262
9263
9264
# File 'lib/vmware/soap/vim25.rb', line 9262

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



9266
9267
9268
# File 'lib/vmware/soap/vim25.rb', line 9266

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



9263
9264
9265
# File 'lib/vmware/soap/vim25.rb', line 9263

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



9265
9266
9267
# File 'lib/vmware/soap/vim25.rb', line 9265

def datacenter
  @datacenter
end

#destDatastoreObject

Returns the value of attribute destDatastore.



9271
9272
9273
# File 'lib/vmware/soap/vim25.rb', line 9271

def destDatastore
  @destDatastore
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



9260
9261
9262
# File 'lib/vmware/soap/vim25.rb', line 9260

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



9259
9260
9261
# File 'lib/vmware/soap/vim25.rb', line 9259

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



9269
9270
9271
# File 'lib/vmware/soap/vim25.rb', line 9269

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



9267
9268
9269
# File 'lib/vmware/soap/vim25.rb', line 9267

def host
  @host
end

#keyObject

Returns the value of attribute key.



9261
9262
9263
# File 'lib/vmware/soap/vim25.rb', line 9261

def key
  @key
end

#reasonObject

Returns the value of attribute reason.



9272
9273
9274
# File 'lib/vmware/soap/vim25.rb', line 9272

def reason
  @reason
end

#templateObject

Returns the value of attribute template.



9270
9271
9272
# File 'lib/vmware/soap/vim25.rb', line 9270

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



9264
9265
9266
# File 'lib/vmware/soap/vim25.rb', line 9264

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



9268
9269
9270
# File 'lib/vmware/soap/vim25.rb', line 9268

def vm
  @vm
end