ExistingInstallationSiteId

class oci.jms.models.ExistingInstallationSiteId(**kwargs)

Bases: object

The essential properties to identity a Java installation site.

Methods

__init__(**kwargs) Initializes a new ExistingInstallationSiteId object with values from keyword arguments.

Attributes

installation_key [Required] Gets the installation_key of this ExistingInstallationSiteId.
managed_instance_id [Required] Gets the managed_instance_id of this ExistingInstallationSiteId.
__init__(**kwargs)

Initializes a new ExistingInstallationSiteId object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • managed_instance_id (str) – The value to assign to the managed_instance_id property of this ExistingInstallationSiteId.
  • installation_key (str) – The value to assign to the installation_key property of this ExistingInstallationSiteId.
installation_key

[Required] Gets the installation_key of this ExistingInstallationSiteId. The unique identifier for the installation of a Java Runtime at a specific path on a specific operating system.

Returns:The installation_key of this ExistingInstallationSiteId.
Return type:str
managed_instance_id

[Required] Gets the managed_instance_id of this ExistingInstallationSiteId. The OCID of the related managed instance.

Returns:The managed_instance_id of this ExistingInstallationSiteId.
Return type:str