Show / Hide Table of Contents

Class CloudListenerEndpoint

The protocol address that a cloud listener is configured to listen on.

Inheritance
object
CloudListenerEndpoint
CloudListenerIpcEndpoint
CloudListenerTcpEndpoint
CloudListenerTcpsEndpoint
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
[JsonConverter(typeof(CloudListenerEndpointModelConverter))]
public class CloudListenerEndpoint

Properties

Services

Declaration
[JsonProperty(PropertyName = "services")]
public List<string> Services { get; set; }
Property Value
Type Description
List<string>

The list of services registered with the listener.

In this article
Back to top