CreateDbInstanceDetails

class oci.psql.models.CreateDbInstanceDetails(**kwargs)

Bases: object

Information about the new database instance node.

Methods

__init__(**kwargs) Initializes a new CreateDbInstanceDetails object with values from keyword arguments.

Attributes

description Gets the description of this CreateDbInstanceDetails.
display_name Gets the display_name of this CreateDbInstanceDetails.
private_ip Gets the private_ip of this CreateDbInstanceDetails.
__init__(**kwargs)

Initializes a new CreateDbInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • display_name (str) – The value to assign to the display_name property of this CreateDbInstanceDetails.
  • description (str) – The value to assign to the description property of this CreateDbInstanceDetails.
  • private_ip (str) – The value to assign to the private_ip property of this CreateDbInstanceDetails.
description

Gets the description of this CreateDbInstanceDetails. A user-provided description of the database instance node.

Returns:The description of this CreateDbInstanceDetails.
Return type:str
display_name

Gets the display_name of this CreateDbInstanceDetails. Display name of the database instance node. Avoid entering confidential information.

Returns:The display_name of this CreateDbInstanceDetails.
Return type:str
private_ip

Gets the private_ip of this CreateDbInstanceDetails. Private IP in customer subnet that will be assigned to the database instance node. This value is optional. If the IP is not provided, the IP will be chosen from the available IP addresses in the specified subnet.

Returns:The private_ip of this CreateDbInstanceDetails.
Return type:str