Class UpdateNetworkDetails
Network details for the database system.
Inherited Members
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. |