Oracle Database@Google Cloud V1 API - Class Google::Cloud::OracleDatabase::V1::AutonomousDatabase (v0.6.0)

Reference documentation and code samples for the Oracle Database@Google Cloud V1 API class Google::Cloud::OracleDatabase::V1::AutonomousDatabase.

Details of the Autonomous Database resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabase/

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#admin_password

defadmin_password()->::String
Returns
  • (::String) — Optional. The password for the default ADMIN user.

#admin_password=

defadmin_password=(value)->::String
Parameter
  • value (::String) — Optional. The password for the default ADMIN user.
Returns
  • (::String) — Optional. The password for the default ADMIN user.

#cidr

defcidr()->::String
Returns
  • (::String) — Optional. The subnet CIDR range for the Autonmous Database.

#cidr=

defcidr=(value)->::String
Parameter
  • value (::String) — Optional. The subnet CIDR range for the Autonmous Database.
Returns
  • (::String) — Optional. The subnet CIDR range for the Autonmous Database.

#create_time

defcreate_time()->::Google::Protobuf::Timestamp
Returns

#database

defdatabase()->::String
Returns
  • (::String) — Optional. 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.

#database=

defdatabase=(value)->::String
Parameter
  • value (::String) — Optional. 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.
Returns
  • (::String) — Optional. 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.

#display_name

defdisplay_name()->::String
Returns
  • (::String) — Optional. The display name for the Autonomous Database. The name does not have to be unique within your project.

#display_name=

defdisplay_name=(value)->::String
Parameter
  • value (::String) — Optional. The display name for the Autonomous Database. The name does not have to be unique within your project.
Returns
  • (::String) — Optional. The display name for the Autonomous Database. The name does not have to be unique within your project.

#entitlement_id

defentitlement_id()->::String
Returns
  • (::String) — Output only. The ID of the subscription entitlement associated with the Autonomous Database.

#labels

deflabels()->::Google::Protobuf::Map{::String=>::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. The labels or tags associated with the Autonomous Database.

#labels=

deflabels=(value)->::Google::Protobuf::Map{::String=>::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — Optional. The labels or tags associated with the Autonomous Database.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. The labels or tags associated with the Autonomous Database.

#name

defname()->::String
Returns
  • (::String) — Identifier. The name of the Autonomous Database resource in the following format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}

#name=

defname=(value)->::String
Parameter
  • value (::String) — Identifier. The name of the Autonomous Database resource in the following format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}
Returns
  • (::String) — Identifier. The name of the Autonomous Database resource in the following format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}

#network

defnetwork()->::String
Returns
  • (::String) — Optional. The name of the VPC network used by the Autonomous Database in the following format: projects/{project}/global/networks/{network}

#network=

defnetwork=(value)->::String
Parameter
  • value (::String) — Optional. The name of the VPC network used by the Autonomous Database in the following format: projects/{project}/global/networks/{network}
Returns
  • (::String) — Optional. The name of the VPC network used by the Autonomous Database in the following format: projects/{project}/global/networks/{network}

#properties

defproperties()->::Google::Cloud::OracleDatabase::V1::AutonomousDatabaseProperties
Returns

#properties=

defproperties=(value)->::Google::Cloud::OracleDatabase::V1::AutonomousDatabaseProperties
Parameter
Returns

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.