Show / Hide Table of Contents

Class AdditionalDetails

Additional details about the provisioned services

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

Properties

AssignedConnections

Declaration
[JsonProperty(PropertyName = "assignedConnections")]
public List<AssignedConnectionDetails> AssignedConnections { get; set; }
Property Value
Type Description
List<AssignedConnectionDetails>

connections assigned to Golden Gate deployment

EndpointDetails

Declaration
[JsonProperty(PropertyName = "endpointDetails")]
public List<EndpointAdditional> EndpointDetails { get; set; }
Property Value
Type Description
List<EndpointAdditional>

details of all endpoints assigned to cluster

ModelId

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

OCID of model

ModelVersion

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

version of model

OciRegion

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

region of cluster

PrivateEndpointId

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

OCID of model

In this article
Back to top