Class: ResourceViolatedEvent

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

Overview

urn:vim25ResourceViolatedEvent

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
resourcePool - ResourcePoolEventArgument

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, resourcePool = nil) ⇒ ResourceViolatedEvent

Returns a new instance of ResourceViolatedEvent.



16181
16182
16183
16184
16185
16186
16187
16188
16189
16190
16191
16192
16193
16194
# File 'lib/vmware/soap/vim25.rb', line 16181

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, resourcePool = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @chainId = chainId
  @createdTime = createdTime
  @userName = userName
  @datacenter = datacenter
  @computeResource = computeResource
  @host = host
  @vm = vm
  @fullFormattedMessage = fullFormattedMessage
  @resourcePool = resourcePool
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



16171
16172
16173
# File 'lib/vmware/soap/vim25.rb', line 16171

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



16175
16176
16177
# File 'lib/vmware/soap/vim25.rb', line 16175

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



16172
16173
16174
# File 'lib/vmware/soap/vim25.rb', line 16172

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



16174
16175
16176
# File 'lib/vmware/soap/vim25.rb', line 16174

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



16169
16170
16171
# File 'lib/vmware/soap/vim25.rb', line 16169

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



16168
16169
16170
# File 'lib/vmware/soap/vim25.rb', line 16168

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



16178
16179
16180
# File 'lib/vmware/soap/vim25.rb', line 16178

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



16176
16177
16178
# File 'lib/vmware/soap/vim25.rb', line 16176

def host
  @host
end

#keyObject

Returns the value of attribute key.



16170
16171
16172
# File 'lib/vmware/soap/vim25.rb', line 16170

def key
  @key
end

#resourcePoolObject

Returns the value of attribute resourcePool.



16179
16180
16181
# File 'lib/vmware/soap/vim25.rb', line 16179

def resourcePool
  @resourcePool
end

#userNameObject

Returns the value of attribute userName.



16173
16174
16175
# File 'lib/vmware/soap/vim25.rb', line 16173

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



16177
16178
16179
# File 'lib/vmware/soap/vim25.rb', line 16177

def vm
  @vm
end