Show / Hide Table of Contents

Class ExistingInstallationSiteId

The essential properties to identity a Java installation site.

Inheritance
object
ExistingInstallationSiteId
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.JmsService.Models
Assembly: OCI.DotNetSDK.Jms.dll
Syntax
public class ExistingInstallationSiteId

Properties

InstallationKey

Declaration
[Required(ErrorMessage = "InstallationKey is required.")]
[JsonProperty(PropertyName = "installationKey")]
public string InstallationKey { get; set; }
Property Value
Type Description
string

The unique identifier for the installation of a Java Runtime at a specific path on a specific operating system.

Remarks

Required

ManagedInstanceId

Declaration
[Required(ErrorMessage = "ManagedInstanceId is required.")]
[JsonProperty(PropertyName = "managedInstanceId")]
public string ManagedInstanceId { get; set; }
Property Value
Type Description
string

The OCID of the related managed instance.

Remarks

Required

In this article
Back to top