Class: VmPowerOffOnIsolationEvent

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

Overview

urn:vim25VmPowerOffOnIsolationEvent

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
isolatedHost - 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, isolatedHost = nil) ⇒ VmPowerOffOnIsolationEvent

Returns a new instance of VmPowerOffOnIsolationEvent.



8290
8291
8292
8293
8294
8295
8296
8297
8298
8299
8300
8301
8302
8303
8304
# File 'lib/vmware/soap/vim25.rb', line 8290

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

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



8279
8280
8281
# File 'lib/vmware/soap/vim25.rb', line 8279

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



8283
8284
8285
# File 'lib/vmware/soap/vim25.rb', line 8283

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



8280
8281
8282
# File 'lib/vmware/soap/vim25.rb', line 8280

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



8282
8283
8284
# File 'lib/vmware/soap/vim25.rb', line 8282

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



8277
8278
8279
# File 'lib/vmware/soap/vim25.rb', line 8277

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



8276
8277
8278
# File 'lib/vmware/soap/vim25.rb', line 8276

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



8286
8287
8288
# File 'lib/vmware/soap/vim25.rb', line 8286

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



8284
8285
8286
# File 'lib/vmware/soap/vim25.rb', line 8284

def host
  @host
end

#isolatedHostObject

Returns the value of attribute isolatedHost.



8288
8289
8290
# File 'lib/vmware/soap/vim25.rb', line 8288

def isolatedHost
  @isolatedHost
end

#keyObject

Returns the value of attribute key.



8278
8279
8280
# File 'lib/vmware/soap/vim25.rb', line 8278

def key
  @key
end

#templateObject

Returns the value of attribute template.



8287
8288
8289
# File 'lib/vmware/soap/vim25.rb', line 8287

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



8281
8282
8283
# File 'lib/vmware/soap/vim25.rb', line 8281

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



8285
8286
8287
# File 'lib/vmware/soap/vim25.rb', line 8285

def vm
  @vm
end