Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class GenerateAutonomousDatabaseWalletRequest.
The request for AutonomousDatabase.GenerateWallet.
Generated from protobuf message google.cloud.oracledatabase.v1.GenerateAutonomousDatabaseWalletRequest
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
data | 
        
          array
          Optional. Data for populating the Message object.  | 
      
↳ name | 
        
          string
          Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.  | 
      
↳ type | 
        
          int
          Optional. The type of wallet generation for the Autonomous Database. The default value is SINGLE.  | 
      
↳ is_regional | 
        
          bool
          Optional. True when requesting regional connection strings in PDB connect info, applicable to cross-region Data Guard only.  | 
      
↳ password | 
        
          string
          Required. The password used to encrypt the keys inside the wallet. The password must be a minimum of 8 characters.  | 
      
getName
Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.
| Returns | |
|---|---|
| Type | Description | 
string | 
        |
setName
Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
getType
Optional. The type of wallet generation for the Autonomous Database. The default value is SINGLE.
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
setType
Optional. The type of wallet generation for the Autonomous Database. The default value is SINGLE.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          int
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
getIsRegional
Optional. True when requesting regional connection strings in PDB connect info, applicable to cross-region Data Guard only.
| Returns | |
|---|---|
| Type | Description | 
bool | 
        |
setIsRegional
Optional. True when requesting regional connection strings in PDB connect info, applicable to cross-region Data Guard only.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          bool
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
getPassword
Required. The password used to encrypt the keys inside the wallet. The password must be a minimum of 8 characters.
| Returns | |
|---|---|
| Type | Description | 
string | 
        |
setPassword
Required. The password used to encrypt the keys inside the wallet. The password must be a minimum of 8 characters.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
static::build
| Parameters | |
|---|---|
| Name | Description | 
name | 
        
          string
          Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}. Please see OracleDatabaseClient::autonomousDatabaseName() for help formatting this field.  | 
      
type | 
        
          int
          Optional. The type of wallet generation for the Autonomous Database. The default value is SINGLE. For allowed values, use constants defined on GenerateType  | 
      
isRegional | 
        
          bool
          Optional. True when requesting regional connection strings in PDB connect info, applicable to cross-region Data Guard only.  | 
      
password | 
        
          string
          Required. The password used to encrypt the keys inside the wallet. The password must be a minimum of 8 characters.  | 
      
| Returns | |
|---|---|
| Type | Description | 
GenerateAutonomousDatabaseWalletRequest | 
        |