Class CloudListenerEndpoint
The protocol address that a cloud listener is configured to listen on.
Inheritance
CloudListenerEndpoint
Inherited Members
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. |