Show / Hide Table of Contents

Class UpdateNetworkDetails

Network details for the database system.

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

Properties

IsReaderEndpointEnabled

Declaration
[JsonProperty(PropertyName = "isReaderEndpointEnabled")]
public bool? IsReaderEndpointEnabled { get; set; }
Property Value
Type Description
bool?

Specifies if the reader endpoint is enabled on the dbSystem.

NsgIds

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

List of Network Security Group OCIDs associated with the database system.

In this article
Back to top