Show / Hide Table of Contents

Class UpdateDbSystemDbInstanceDetails

Database instance node update parameters.

Inheritance
object
UpdateDbSystemDbInstanceDetails
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 UpdateDbSystemDbInstanceDetails

Properties

Description

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

A user-provided description of the database instance node.

DisplayName

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

A user-friendly display name of the database instance node. Avoid entering confidential information.

In this article
Back to top