Show / Hide Table of Contents

Class ExternalListenerServiceSummary

The summary of a service registered with an external listener.

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

Properties

ListenerId

Declaration
[JsonProperty(PropertyName = "listenerId")]
public string ListenerId { get; set; }
Property Value
Type Description
string

The OCID of the external listener.

ManagedDatabaseId

Declaration
[JsonProperty(PropertyName = "managedDatabaseId")]
public string ManagedDatabaseId { get; set; }
Property Value
Type Description
string

The OCID of the Managed Database.

Name

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

The name of the service.

Remarks

Required

In this article
Back to top