Class: LicenseServerUnavailableEvent

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

Overview

urn:vim25LicenseServerUnavailableEvent

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

Returns a new instance of LicenseServerUnavailableEvent.



14795
14796
14797
14798
14799
14800
14801
14802
14803
14804
14805
14806
14807
14808
# File 'lib/vmware/soap/vim25.rb', line 14795

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.



14785
14786
14787
# File 'lib/vmware/soap/vim25.rb', line 14785

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



14789
14790
14791
# File 'lib/vmware/soap/vim25.rb', line 14789

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



14786
14787
14788
# File 'lib/vmware/soap/vim25.rb', line 14786

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



14788
14789
14790
# File 'lib/vmware/soap/vim25.rb', line 14788

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



14783
14784
14785
# File 'lib/vmware/soap/vim25.rb', line 14783

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



14782
14783
14784
# File 'lib/vmware/soap/vim25.rb', line 14782

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



14792
14793
14794
# File 'lib/vmware/soap/vim25.rb', line 14792

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



14790
14791
14792
# File 'lib/vmware/soap/vim25.rb', line 14790

def host
  @host
end

#keyObject

Returns the value of attribute key.



14784
14785
14786
# File 'lib/vmware/soap/vim25.rb', line 14784

def key
  @key
end

#licenseServerObject

Returns the value of attribute licenseServer.



14793
14794
14795
# File 'lib/vmware/soap/vim25.rb', line 14793

def licenseServer
  @licenseServer
end

#userNameObject

Returns the value of attribute userName.



14787
14788
14789
# File 'lib/vmware/soap/vim25.rb', line 14787

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



14791
14792
14793
# File 'lib/vmware/soap/vim25.rb', line 14791

def vm
  @vm
end