Class: Google::Cloud::OracleDatabase::V1::GenerateAutonomousDatabaseWalletRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb

Overview

The request for AutonomousDatabase.GenerateWallet.

Instance Attribute Summary collapse

Instance Attribute Details

#is_regional::Boolean

Returns Optional. True when requesting regional connection strings in PDB connect info, applicable to cross-region Data Guard only.

Returns:

  • (::Boolean)

    Optional. True when requesting regional connection strings in PDB connect info, applicable to cross-region Data Guard only.



528
529
530
531
# File 'proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb', line 528

class GenerateAutonomousDatabaseWalletRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.

Returns:

  • (::String)

    Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.



528
529
530
531
# File 'proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb', line 528

class GenerateAutonomousDatabaseWalletRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#password::String

Returns Required. The password used to encrypt the keys inside the wallet. The password must be a minimum of 8 characters.

Returns:

  • (::String)

    Required. The password used to encrypt the keys inside the wallet. The password must be a minimum of 8 characters.



528
529
530
531
# File 'proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb', line 528

class GenerateAutonomousDatabaseWalletRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#type::Google::Cloud::OracleDatabase::V1::GenerateType

Returns Optional. The type of wallet generation for the Autonomous Database. The default value is SINGLE.

Returns:



528
529
530
531
# File 'proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb', line 528

class GenerateAutonomousDatabaseWalletRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end