Class: HostInventoryFullEvent

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

Overview

urn:vim25HostInventoryFullEvent

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
capacity - SOAP::SOAPInt

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, capacity = nil) ⇒ HostInventoryFullEvent

Returns a new instance of HostInventoryFullEvent.



14924
14925
14926
14927
14928
14929
14930
14931
14932
14933
14934
14935
14936
14937
# File 'lib/vmware/soap/vim25.rb', line 14924

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

Instance Attribute Details

#capacityObject

Returns the value of attribute capacity.



14922
14923
14924
# File 'lib/vmware/soap/vim25.rb', line 14922

def capacity
  @capacity
end

#chainIdObject

Returns the value of attribute chainId.



14914
14915
14916
# File 'lib/vmware/soap/vim25.rb', line 14914

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



14918
14919
14920
# File 'lib/vmware/soap/vim25.rb', line 14918

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



14915
14916
14917
# File 'lib/vmware/soap/vim25.rb', line 14915

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



14917
14918
14919
# File 'lib/vmware/soap/vim25.rb', line 14917

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



14912
14913
14914
# File 'lib/vmware/soap/vim25.rb', line 14912

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



14911
14912
14913
# File 'lib/vmware/soap/vim25.rb', line 14911

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



14921
14922
14923
# File 'lib/vmware/soap/vim25.rb', line 14921

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



14919
14920
14921
# File 'lib/vmware/soap/vim25.rb', line 14919

def host
  @host
end

#keyObject

Returns the value of attribute key.



14913
14914
14915
# File 'lib/vmware/soap/vim25.rb', line 14913

def key
  @key
end

#userNameObject

Returns the value of attribute userName.



14916
14917
14918
# File 'lib/vmware/soap/vim25.rb', line 14916

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



14920
14921
14922
# File 'lib/vmware/soap/vim25.rb', line 14920

def vm
  @vm
end