Class: ResourcePoolReconfiguredEvent

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

Overview

urn:vim25ResourcePoolReconfiguredEvent

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

Returns a new instance of ResourcePoolReconfiguredEvent.



16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
# File 'lib/vmware/soap/vim25.rb', line 16138

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.



16128
16129
16130
# File 'lib/vmware/soap/vim25.rb', line 16128

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



16132
16133
16134
# File 'lib/vmware/soap/vim25.rb', line 16132

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



16129
16130
16131
# File 'lib/vmware/soap/vim25.rb', line 16129

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



16131
16132
16133
# File 'lib/vmware/soap/vim25.rb', line 16131

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



16126
16127
16128
# File 'lib/vmware/soap/vim25.rb', line 16126

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



16125
16126
16127
# File 'lib/vmware/soap/vim25.rb', line 16125

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



16135
16136
16137
# File 'lib/vmware/soap/vim25.rb', line 16135

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



16133
16134
16135
# File 'lib/vmware/soap/vim25.rb', line 16133

def host
  @host
end

#keyObject

Returns the value of attribute key.



16127
16128
16129
# File 'lib/vmware/soap/vim25.rb', line 16127

def key
  @key
end

#resourcePoolObject

Returns the value of attribute resourcePool.



16136
16137
16138
# File 'lib/vmware/soap/vim25.rb', line 16136

def resourcePool
  @resourcePool
end

#userNameObject

Returns the value of attribute userName.



16130
16131
16132
# File 'lib/vmware/soap/vim25.rb', line 16130

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



16134
16135
16136
# File 'lib/vmware/soap/vim25.rb', line 16134

def vm
  @vm
end