Class: LicenseServerAvailableEvent

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

Overview

urn:vim25LicenseServerAvailableEvent

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
licenseServer - SOAP::SOAPString

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, licenseServer = nil) ⇒ LicenseServerAvailableEvent

Returns a new instance of LicenseServerAvailableEvent.



14838
14839
14840
14841
14842
14843
14844
14845
14846
14847
14848
14849
14850
14851
# File 'lib/vmware/soap/vim25.rb', line 14838

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

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



14828
14829
14830
# File 'lib/vmware/soap/vim25.rb', line 14828

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



14832
14833
14834
# File 'lib/vmware/soap/vim25.rb', line 14832

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



14829
14830
14831
# File 'lib/vmware/soap/vim25.rb', line 14829

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



14831
14832
14833
# File 'lib/vmware/soap/vim25.rb', line 14831

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



14826
14827
14828
# File 'lib/vmware/soap/vim25.rb', line 14826

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



14825
14826
14827
# File 'lib/vmware/soap/vim25.rb', line 14825

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



14835
14836
14837
# File 'lib/vmware/soap/vim25.rb', line 14835

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



14833
14834
14835
# File 'lib/vmware/soap/vim25.rb', line 14833

def host
  @host
end

#keyObject

Returns the value of attribute key.



14827
14828
14829
# File 'lib/vmware/soap/vim25.rb', line 14827

def key
  @key
end

#licenseServerObject

Returns the value of attribute licenseServer.



14836
14837
14838
# File 'lib/vmware/soap/vim25.rb', line 14836

def licenseServer
  @licenseServer
end

#userNameObject

Returns the value of attribute userName.



14830
14831
14832
# File 'lib/vmware/soap/vim25.rb', line 14830

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



14834
14835
14836
# File 'lib/vmware/soap/vim25.rb', line 14834

def vm
  @vm
end