Show / Hide Table of Contents

Class PeComanagedDatabaseHostDetails

Input Host Details used for connection requests for private endpoint accessed db resource.

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

Properties

HostIp

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

Host IP used for connection requests for Cloud DB resource.

Port

Declaration
[JsonProperty(PropertyName = "port")]
public int? Port { get; set; }
Property Value
Type Description
int?

Listener port number used for connection requests for rivate endpoint accessed db resource.

In this article
Back to top