Show / Hide Table of Contents

Class ExternalListenerIpcEndpoint

An IPC-based protocol address.

Inheritance
object
ExternalListenerEndpoint
ExternalListenerIpcEndpoint
Inherited Members
ExternalListenerEndpoint.Services
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 ExternalListenerIpcEndpoint : ExternalListenerEndpoint

Properties

Key

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

The unique name of the service.

Remarks

Required

In this article
Back to top