GetAutonomousDatabasesAutonomousDatabase

data class GetAutonomousDatabasesAutonomousDatabase(val adminPassword: String, val autonomousDatabaseId: String, val cidr: String, val createTime: String, val database: String, val deletionProtection: Boolean, val displayName: String, val effectiveLabels: Map<String, String>, val entitlementId: String, val labels: Map<String, String>, val location: String, val name: String, val network: String, val project: String, val properties: List<GetAutonomousDatabasesAutonomousDatabaseProperty>, val pulumiLabels: Map<String, String>)

Constructors

Link copied to clipboard
constructor(adminPassword: String, autonomousDatabaseId: String, cidr: String, createTime: String, database: String, deletionProtection: Boolean, displayName: String, effectiveLabels: Map<String, String>, entitlementId: String, labels: Map<String, String>, location: String, name: String, network: String, project: String, properties: List<GetAutonomousDatabasesAutonomousDatabaseProperty>, pulumiLabels: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The password for the default ADMIN user.

Link copied to clipboard

The ID of the Autonomous Database to create. This value is restricted to (^a-z?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.

Link copied to clipboard

The subnet CIDR range for the Autonmous Database.

Link copied to clipboard

The date and time that the Autonomous Database was created.

Link copied to clipboard

The name of the Autonomous Database. The database name must be unique in the project. The name must begin with a letter and can contain a maximum of 30 alphanumeric characters.

Link copied to clipboard
Link copied to clipboard

The display name for the Autonomous Database. The name does not have to be unique within your project.

Link copied to clipboard
Link copied to clipboard

The ID of the subscription entitlement associated with the Autonomous Database.

Link copied to clipboard

The labels or tags associated with the Autonomous Database. Note: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource.

Link copied to clipboard

The location of the resource.

Link copied to clipboard

Identifier. The name of the Autonomous Database resource in the following format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}

Link copied to clipboard

The name of the VPC network used by the Autonomous Database. Format: projects/{project}/global/networks/{network}

Link copied to clipboard

The project to which the resource belongs. If it is not provided, the provider project is used.

Link copied to clipboard

The properties of an Autonomous Database.

Link copied to clipboard

The combination of labels configured directly on the resource and default labels configured on the provider.