Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.alloydb/v1alpha.Backup
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates a new Backup in a given project and location. Auto-naming is currently not supported for this resource.
Create Backup Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Backup(name: string, args: BackupArgs, opts?: CustomResourceOptions);
@overload
def Backup(resource_name: str,
args: BackupArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Backup(resource_name: str,
opts: Optional[ResourceOptions] = None,
backup_id: Optional[str] = None,
cluster_name: Optional[str] = None,
annotations: Optional[Mapping[str, str]] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
encryption_config: Optional[EncryptionConfigArgs] = None,
etag: Optional[str] = None,
labels: Optional[Mapping[str, str]] = None,
location: Optional[str] = None,
project: Optional[str] = None,
request_id: Optional[str] = None,
type: Optional[BackupType] = None)
func NewBackup(ctx *Context, name string, args BackupArgs, opts ...ResourceOption) (*Backup, error)
public Backup(string name, BackupArgs args, CustomResourceOptions? opts = null)
public Backup(String name, BackupArgs args)
public Backup(String name, BackupArgs args, CustomResourceOptions options)
type: google-native:alloydb/v1alpha:Backup
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args BackupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args BackupArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args BackupArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args BackupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args BackupArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var google_nativeBackupResource = new GoogleNative.AlloyDB.V1Alpha.Backup("google-nativeBackupResource", new()
{
BackupId = "string",
ClusterName = "string",
Annotations =
{
{ "string", "string" },
},
Description = "string",
DisplayName = "string",
EncryptionConfig = new GoogleNative.AlloyDB.V1Alpha.Inputs.EncryptionConfigArgs
{
KmsKeyName = "string",
},
Etag = "string",
Labels =
{
{ "string", "string" },
},
Location = "string",
Project = "string",
RequestId = "string",
Type = GoogleNative.AlloyDB.V1Alpha.BackupType.TypeUnspecified,
});
example, err := alloydbv1alpha.NewBackup(ctx, "google-nativeBackupResource", &alloydbv1alpha.BackupArgs{
BackupId: pulumi.String("string"),
ClusterName: pulumi.String("string"),
Annotations: pulumi.StringMap{
"string": pulumi.String("string"),
},
Description: pulumi.String("string"),
DisplayName: pulumi.String("string"),
EncryptionConfig: &alloydb.EncryptionConfigArgs{
KmsKeyName: pulumi.String("string"),
},
Etag: pulumi.String("string"),
Labels: pulumi.StringMap{
"string": pulumi.String("string"),
},
Location: pulumi.String("string"),
Project: pulumi.String("string"),
RequestId: pulumi.String("string"),
Type: alloydbv1alpha.BackupTypeTypeUnspecified,
})
var google_nativeBackupResource = new Backup("google-nativeBackupResource", BackupArgs.builder()
.backupId("string")
.clusterName("string")
.annotations(Map.of("string", "string"))
.description("string")
.displayName("string")
.encryptionConfig(EncryptionConfigArgs.builder()
.kmsKeyName("string")
.build())
.etag("string")
.labels(Map.of("string", "string"))
.location("string")
.project("string")
.requestId("string")
.type("TYPE_UNSPECIFIED")
.build());
google_native_backup_resource = google_native.alloydb.v1alpha.Backup("google-nativeBackupResource",
backup_id="string",
cluster_name="string",
annotations={
"string": "string",
},
description="string",
display_name="string",
encryption_config=google_native.alloydb.v1alpha.EncryptionConfigArgs(
kms_key_name="string",
),
etag="string",
labels={
"string": "string",
},
location="string",
project="string",
request_id="string",
type=google_native.alloydb.v1alpha.BackupType.TYPE_UNSPECIFIED)
const google_nativeBackupResource = new google_native.alloydb.v1alpha.Backup("google-nativeBackupResource", {
backupId: "string",
clusterName: "string",
annotations: {
string: "string",
},
description: "string",
displayName: "string",
encryptionConfig: {
kmsKeyName: "string",
},
etag: "string",
labels: {
string: "string",
},
location: "string",
project: "string",
requestId: "string",
type: google_native.alloydb.v1alpha.BackupType.TypeUnspecified,
});
type: google-native:alloydb/v1alpha:Backup
properties:
annotations:
string: string
backupId: string
clusterName: string
description: string
displayName: string
encryptionConfig:
kmsKeyName: string
etag: string
labels:
string: string
location: string
project: string
requestId: string
type: TYPE_UNSPECIFIED
Backup Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Backup resource accepts the following input properties:
- Backup
Id string - Required. ID of the requesting object.
- Cluster
Name string - The full resource name of the backup source cluster (e.g., projects/{project}/locations/{region}/clusters/{cluster_id}).
- Annotations Dictionary<string, string>
- Annotations to allow client tools to store small amount of arbitrary data. This is distinct from labels. https://google.aip.dev/128
- Description string
- User-provided description of the backup.
- Display
Name string - User-settable and human-readable display name for the Backup.
- Encryption
Config Pulumi.Google Native. Alloy DB. V1Alpha. Inputs. Encryption Config - Optional. The encryption config can be specified to encrypt the backup with a customer-managed encryption key (CMEK). When this field is not specified, the backup will then use default encryption scheme to protect the user data.
- Etag string
- For Resource freshness validation (https://google.aip.dev/154)
- Labels Dictionary<string, string>
- Labels as key value pairs
- Location string
- Project string
- Request
Id string - Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- Type
Pulumi.
Google Native. Alloy DB. V1Alpha. Backup Type - The backup type, which suggests the trigger for the backup.
- Backup
Id string - Required. ID of the requesting object.
- Cluster
Name string - The full resource name of the backup source cluster (e.g., projects/{project}/locations/{region}/clusters/{cluster_id}).
- Annotations map[string]string
- Annotations to allow client tools to store small amount of arbitrary data. This is distinct from labels. https://google.aip.dev/128
- Description string
- User-provided description of the backup.
- Display
Name string - User-settable and human-readable display name for the Backup.
- Encryption
Config EncryptionConfig Args - Optional. The encryption config can be specified to encrypt the backup with a customer-managed encryption key (CMEK). When this field is not specified, the backup will then use default encryption scheme to protect the user data.
- Etag string
- For Resource freshness validation (https://google.aip.dev/154)
- Labels map[string]string
- Labels as key value pairs
- Location string
- Project string
- Request
Id string - Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- Type
Backup
Type - The backup type, which suggests the trigger for the backup.
- backup
Id String - Required. ID of the requesting object.
- cluster
Name String - The full resource name of the backup source cluster (e.g., projects/{project}/locations/{region}/clusters/{cluster_id}).
- annotations Map<String,String>
- Annotations to allow client tools to store small amount of arbitrary data. This is distinct from labels. https://google.aip.dev/128
- description String
- User-provided description of the backup.
- display
Name String - User-settable and human-readable display name for the Backup.
- encryption
Config EncryptionConfig - Optional. The encryption config can be specified to encrypt the backup with a customer-managed encryption key (CMEK). When this field is not specified, the backup will then use default encryption scheme to protect the user data.
- etag String
- For Resource freshness validation (https://google.aip.dev/154)
- labels Map<String,String>
- Labels as key value pairs
- location String
- project String
- request
Id String - Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- type
Backup
Type - The backup type, which suggests the trigger for the backup.
- backup
Id string - Required. ID of the requesting object.
- cluster
Name string - The full resource name of the backup source cluster (e.g., projects/{project}/locations/{region}/clusters/{cluster_id}).
- annotations {[key: string]: string}
- Annotations to allow client tools to store small amount of arbitrary data. This is distinct from labels. https://google.aip.dev/128
- description string
- User-provided description of the backup.
- display
Name string - User-settable and human-readable display name for the Backup.
- encryption
Config EncryptionConfig - Optional. The encryption config can be specified to encrypt the backup with a customer-managed encryption key (CMEK). When this field is not specified, the backup will then use default encryption scheme to protect the user data.
- etag string
- For Resource freshness validation (https://google.aip.dev/154)
- labels {[key: string]: string}
- Labels as key value pairs
- location string
- project string
- request
Id string - Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- type
Backup
Type - The backup type, which suggests the trigger for the backup.
- backup_
id str - Required. ID of the requesting object.
- cluster_
name str - The full resource name of the backup source cluster (e.g., projects/{project}/locations/{region}/clusters/{cluster_id}).
- annotations Mapping[str, str]
- Annotations to allow client tools to store small amount of arbitrary data. This is distinct from labels. https://google.aip.dev/128
- description str
- User-provided description of the backup.
- display_
name str - User-settable and human-readable display name for the Backup.
- encryption_
config EncryptionConfig Args - Optional. The encryption config can be specified to encrypt the backup with a customer-managed encryption key (CMEK). When this field is not specified, the backup will then use default encryption scheme to protect the user data.
- etag str
- For Resource freshness validation (https://google.aip.dev/154)
- labels Mapping[str, str]
- Labels as key value pairs
- location str
- project str
- request_
id str - Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- type
Backup
Type - The backup type, which suggests the trigger for the backup.
- backup
Id String - Required. ID of the requesting object.
- cluster
Name String - The full resource name of the backup source cluster (e.g., projects/{project}/locations/{region}/clusters/{cluster_id}).
- annotations Map<String>
- Annotations to allow client tools to store small amount of arbitrary data. This is distinct from labels. https://google.aip.dev/128
- description String
- User-provided description of the backup.
- display
Name String - User-settable and human-readable display name for the Backup.
- encryption
Config Property Map - Optional. The encryption config can be specified to encrypt the backup with a customer-managed encryption key (CMEK). When this field is not specified, the backup will then use default encryption scheme to protect the user data.
- etag String
- For Resource freshness validation (https://google.aip.dev/154)
- labels Map<String>
- Labels as key value pairs
- location String
- project String
- request
Id String - Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- type "TYPE_UNSPECIFIED" | "ON_DEMAND" | "AUTOMATED" | "CONTINUOUS"
- The backup type, which suggests the trigger for the backup.
Outputs
All input properties are implicitly available as output properties. Additionally, the Backup resource produces the following output properties:
- Cluster
Uid string - The system-generated UID of the cluster which was used to create this resource.
- Create
Time string - Create time stamp
- Database
Version string - The database engine major version of the cluster this backup was created from. Any restored cluster created from this backup will have the same database version.
- Delete
Time string - Delete time stamp
- Encryption
Info Pulumi.Google Native. Alloy DB. V1Alpha. Outputs. Encryption Info Response - The encryption information for the backup.
- Expiry
Quantity Pulumi.Google Native. Alloy DB. V1Alpha. Outputs. Quantity Based Expiry Response - The QuantityBasedExpiry of the backup, specified by the backup's retention policy. Once the expiry quantity is over retention, the backup is eligible to be garbage collected.
- Expiry
Time string - The time at which after the backup is eligible to be garbage collected. It is the duration specified by the backup's retention policy, added to the backup's create_time.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the backup resource with the format: * projects/{project}/locations/{region}/backups/{backup_id} where the cluster and backup ID segments should satisfy the regex expression
[a-z]([a-z0-9-]{0,61}[a-z0-9])?
, e.g. 1-63 characters of lowercase letters, numbers, and dashes, starting with a letter, and ending with a letter or number. For more details see https://google.aip.dev/122. The prefix of the backup resource name is the name of the parent resource: * projects/{project}/locations/{region} - Reconciling bool
- Reconciling (https://google.aip.dev/128#reconciliation), if true, indicates that the service is actively updating the resource. This can happen due to user-triggered updates or system actions like failover or maintenance.
- Satisfies
Pzs bool - Reserved for future use.
- Size
Bytes string - The size of the backup in bytes.
- State string
- The current state of the backup.
- Uid string
- The system-generated UID of the resource. The UID is assigned when the resource is created, and it is retained until it is deleted.
- Update
Time string - Update time stamp
- Cluster
Uid string - The system-generated UID of the cluster which was used to create this resource.
- Create
Time string - Create time stamp
- Database
Version string - The database engine major version of the cluster this backup was created from. Any restored cluster created from this backup will have the same database version.
- Delete
Time string - Delete time stamp
- Encryption
Info EncryptionInfo Response - The encryption information for the backup.
- Expiry
Quantity QuantityBased Expiry Response - The QuantityBasedExpiry of the backup, specified by the backup's retention policy. Once the expiry quantity is over retention, the backup is eligible to be garbage collected.
- Expiry
Time string - The time at which after the backup is eligible to be garbage collected. It is the duration specified by the backup's retention policy, added to the backup's create_time.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the backup resource with the format: * projects/{project}/locations/{region}/backups/{backup_id} where the cluster and backup ID segments should satisfy the regex expression
[a-z]([a-z0-9-]{0,61}[a-z0-9])?
, e.g. 1-63 characters of lowercase letters, numbers, and dashes, starting with a letter, and ending with a letter or number. For more details see https://google.aip.dev/122. The prefix of the backup resource name is the name of the parent resource: * projects/{project}/locations/{region} - Reconciling bool
- Reconciling (https://google.aip.dev/128#reconciliation), if true, indicates that the service is actively updating the resource. This can happen due to user-triggered updates or system actions like failover or maintenance.
- Satisfies
Pzs bool - Reserved for future use.
- Size
Bytes string - The size of the backup in bytes.
- State string
- The current state of the backup.
- Uid string
- The system-generated UID of the resource. The UID is assigned when the resource is created, and it is retained until it is deleted.
- Update
Time string - Update time stamp
- cluster
Uid String - The system-generated UID of the cluster which was used to create this resource.
- create
Time String - Create time stamp
- database
Version String - The database engine major version of the cluster this backup was created from. Any restored cluster created from this backup will have the same database version.
- delete
Time String - Delete time stamp
- encryption
Info EncryptionInfo Response - The encryption information for the backup.
- expiry
Quantity QuantityBased Expiry Response - The QuantityBasedExpiry of the backup, specified by the backup's retention policy. Once the expiry quantity is over retention, the backup is eligible to be garbage collected.
- expiry
Time String - The time at which after the backup is eligible to be garbage collected. It is the duration specified by the backup's retention policy, added to the backup's create_time.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the backup resource with the format: * projects/{project}/locations/{region}/backups/{backup_id} where the cluster and backup ID segments should satisfy the regex expression
[a-z]([a-z0-9-]{0,61}[a-z0-9])?
, e.g. 1-63 characters of lowercase letters, numbers, and dashes, starting with a letter, and ending with a letter or number. For more details see https://google.aip.dev/122. The prefix of the backup resource name is the name of the parent resource: * projects/{project}/locations/{region} - reconciling Boolean
- Reconciling (https://google.aip.dev/128#reconciliation), if true, indicates that the service is actively updating the resource. This can happen due to user-triggered updates or system actions like failover or maintenance.
- satisfies
Pzs Boolean - Reserved for future use.
- size
Bytes String - The size of the backup in bytes.
- state String
- The current state of the backup.
- uid String
- The system-generated UID of the resource. The UID is assigned when the resource is created, and it is retained until it is deleted.
- update
Time String - Update time stamp
- cluster
Uid string - The system-generated UID of the cluster which was used to create this resource.
- create
Time string - Create time stamp
- database
Version string - The database engine major version of the cluster this backup was created from. Any restored cluster created from this backup will have the same database version.
- delete
Time string - Delete time stamp
- encryption
Info EncryptionInfo Response - The encryption information for the backup.
- expiry
Quantity QuantityBased Expiry Response - The QuantityBasedExpiry of the backup, specified by the backup's retention policy. Once the expiry quantity is over retention, the backup is eligible to be garbage collected.
- expiry
Time string - The time at which after the backup is eligible to be garbage collected. It is the duration specified by the backup's retention policy, added to the backup's create_time.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the backup resource with the format: * projects/{project}/locations/{region}/backups/{backup_id} where the cluster and backup ID segments should satisfy the regex expression
[a-z]([a-z0-9-]{0,61}[a-z0-9])?
, e.g. 1-63 characters of lowercase letters, numbers, and dashes, starting with a letter, and ending with a letter or number. For more details see https://google.aip.dev/122. The prefix of the backup resource name is the name of the parent resource: * projects/{project}/locations/{region} - reconciling boolean
- Reconciling (https://google.aip.dev/128#reconciliation), if true, indicates that the service is actively updating the resource. This can happen due to user-triggered updates or system actions like failover or maintenance.
- satisfies
Pzs boolean - Reserved for future use.
- size
Bytes string - The size of the backup in bytes.
- state string
- The current state of the backup.
- uid string
- The system-generated UID of the resource. The UID is assigned when the resource is created, and it is retained until it is deleted.
- update
Time string - Update time stamp
- cluster_
uid str - The system-generated UID of the cluster which was used to create this resource.
- create_
time str - Create time stamp
- database_
version str - The database engine major version of the cluster this backup was created from. Any restored cluster created from this backup will have the same database version.
- delete_
time str - Delete time stamp
- encryption_
info EncryptionInfo Response - The encryption information for the backup.
- expiry_
quantity QuantityBased Expiry Response - The QuantityBasedExpiry of the backup, specified by the backup's retention policy. Once the expiry quantity is over retention, the backup is eligible to be garbage collected.
- expiry_
time str - The time at which after the backup is eligible to be garbage collected. It is the duration specified by the backup's retention policy, added to the backup's create_time.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the backup resource with the format: * projects/{project}/locations/{region}/backups/{backup_id} where the cluster and backup ID segments should satisfy the regex expression
[a-z]([a-z0-9-]{0,61}[a-z0-9])?
, e.g. 1-63 characters of lowercase letters, numbers, and dashes, starting with a letter, and ending with a letter or number. For more details see https://google.aip.dev/122. The prefix of the backup resource name is the name of the parent resource: * projects/{project}/locations/{region} - reconciling bool
- Reconciling (https://google.aip.dev/128#reconciliation), if true, indicates that the service is actively updating the resource. This can happen due to user-triggered updates or system actions like failover or maintenance.
- satisfies_
pzs bool - Reserved for future use.
- size_
bytes str - The size of the backup in bytes.
- state str
- The current state of the backup.
- uid str
- The system-generated UID of the resource. The UID is assigned when the resource is created, and it is retained until it is deleted.
- update_
time str - Update time stamp
- cluster
Uid String - The system-generated UID of the cluster which was used to create this resource.
- create
Time String - Create time stamp
- database
Version String - The database engine major version of the cluster this backup was created from. Any restored cluster created from this backup will have the same database version.
- delete
Time String - Delete time stamp
- encryption
Info Property Map - The encryption information for the backup.
- expiry
Quantity Property Map - The QuantityBasedExpiry of the backup, specified by the backup's retention policy. Once the expiry quantity is over retention, the backup is eligible to be garbage collected.
- expiry
Time String - The time at which after the backup is eligible to be garbage collected. It is the duration specified by the backup's retention policy, added to the backup's create_time.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the backup resource with the format: * projects/{project}/locations/{region}/backups/{backup_id} where the cluster and backup ID segments should satisfy the regex expression
[a-z]([a-z0-9-]{0,61}[a-z0-9])?
, e.g. 1-63 characters of lowercase letters, numbers, and dashes, starting with a letter, and ending with a letter or number. For more details see https://google.aip.dev/122. The prefix of the backup resource name is the name of the parent resource: * projects/{project}/locations/{region} - reconciling Boolean
- Reconciling (https://google.aip.dev/128#reconciliation), if true, indicates that the service is actively updating the resource. This can happen due to user-triggered updates or system actions like failover or maintenance.
- satisfies
Pzs Boolean - Reserved for future use.
- size
Bytes String - The size of the backup in bytes.
- state String
- The current state of the backup.
- uid String
- The system-generated UID of the resource. The UID is assigned when the resource is created, and it is retained until it is deleted.
- update
Time String - Update time stamp
Supporting Types
BackupType, BackupTypeArgs
- Type
Unspecified - TYPE_UNSPECIFIEDBackup Type is unknown.
- On
Demand - ON_DEMANDON_DEMAND backups that were triggered by the customer (e.g., not AUTOMATED).
- Automated
- AUTOMATEDAUTOMATED backups triggered by the automated backups scheduler pursuant to an automated backup policy.
- Continuous
- CONTINUOUSCONTINUOUS backups triggered by the automated backups scheduler due to a continuous backup policy.
- Backup
Type Type Unspecified - TYPE_UNSPECIFIEDBackup Type is unknown.
- Backup
Type On Demand - ON_DEMANDON_DEMAND backups that were triggered by the customer (e.g., not AUTOMATED).
- Backup
Type Automated - AUTOMATEDAUTOMATED backups triggered by the automated backups scheduler pursuant to an automated backup policy.
- Backup
Type Continuous - CONTINUOUSCONTINUOUS backups triggered by the automated backups scheduler due to a continuous backup policy.
- Type
Unspecified - TYPE_UNSPECIFIEDBackup Type is unknown.
- On
Demand - ON_DEMANDON_DEMAND backups that were triggered by the customer (e.g., not AUTOMATED).
- Automated
- AUTOMATEDAUTOMATED backups triggered by the automated backups scheduler pursuant to an automated backup policy.
- Continuous
- CONTINUOUSCONTINUOUS backups triggered by the automated backups scheduler due to a continuous backup policy.
- Type
Unspecified - TYPE_UNSPECIFIEDBackup Type is unknown.
- On
Demand - ON_DEMANDON_DEMAND backups that were triggered by the customer (e.g., not AUTOMATED).
- Automated
- AUTOMATEDAUTOMATED backups triggered by the automated backups scheduler pursuant to an automated backup policy.
- Continuous
- CONTINUOUSCONTINUOUS backups triggered by the automated backups scheduler due to a continuous backup policy.
- TYPE_UNSPECIFIED
- TYPE_UNSPECIFIEDBackup Type is unknown.
- ON_DEMAND
- ON_DEMANDON_DEMAND backups that were triggered by the customer (e.g., not AUTOMATED).
- AUTOMATED
- AUTOMATEDAUTOMATED backups triggered by the automated backups scheduler pursuant to an automated backup policy.
- CONTINUOUS
- CONTINUOUSCONTINUOUS backups triggered by the automated backups scheduler due to a continuous backup policy.
- "TYPE_UNSPECIFIED"
- TYPE_UNSPECIFIEDBackup Type is unknown.
- "ON_DEMAND"
- ON_DEMANDON_DEMAND backups that were triggered by the customer (e.g., not AUTOMATED).
- "AUTOMATED"
- AUTOMATEDAUTOMATED backups triggered by the automated backups scheduler pursuant to an automated backup policy.
- "CONTINUOUS"
- CONTINUOUSCONTINUOUS backups triggered by the automated backups scheduler due to a continuous backup policy.
EncryptionConfig, EncryptionConfigArgs
- Kms
Key stringName - The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
- Kms
Key stringName - The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
- kms
Key StringName - The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
- kms
Key stringName - The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
- kms_
key_ strname - The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
- kms
Key StringName - The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
EncryptionConfigResponse, EncryptionConfigResponseArgs
- Kms
Key stringName - The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
- Kms
Key stringName - The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
- kms
Key StringName - The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
- kms
Key stringName - The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
- kms_
key_ strname - The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
- kms
Key StringName - The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
EncryptionInfoResponse, EncryptionInfoResponseArgs
- Encryption
Type string - Type of encryption.
- Kms
Key List<string>Versions - Cloud KMS key versions that are being used to protect the database or the backup.
- Encryption
Type string - Type of encryption.
- Kms
Key []stringVersions - Cloud KMS key versions that are being used to protect the database or the backup.
- encryption
Type String - Type of encryption.
- kms
Key List<String>Versions - Cloud KMS key versions that are being used to protect the database or the backup.
- encryption
Type string - Type of encryption.
- kms
Key string[]Versions - Cloud KMS key versions that are being used to protect the database or the backup.
- encryption_
type str - Type of encryption.
- kms_
key_ Sequence[str]versions - Cloud KMS key versions that are being used to protect the database or the backup.
- encryption
Type String - Type of encryption.
- kms
Key List<String>Versions - Cloud KMS key versions that are being used to protect the database or the backup.
QuantityBasedExpiryResponse, QuantityBasedExpiryResponseArgs
- Retention
Count int - The backup's position among its backups with the same source cluster and type, by descending chronological order create time(i.e. newest first).
- Total
Retention intCount - The length of the quantity-based queue, specified by the backup's retention policy.
- Retention
Count int - The backup's position among its backups with the same source cluster and type, by descending chronological order create time(i.e. newest first).
- Total
Retention intCount - The length of the quantity-based queue, specified by the backup's retention policy.
- retention
Count Integer - The backup's position among its backups with the same source cluster and type, by descending chronological order create time(i.e. newest first).
- total
Retention IntegerCount - The length of the quantity-based queue, specified by the backup's retention policy.
- retention
Count number - The backup's position among its backups with the same source cluster and type, by descending chronological order create time(i.e. newest first).
- total
Retention numberCount - The length of the quantity-based queue, specified by the backup's retention policy.
- retention_
count int - The backup's position among its backups with the same source cluster and type, by descending chronological order create time(i.e. newest first).
- total_
retention_ intcount - The length of the quantity-based queue, specified by the backup's retention policy.
- retention
Count Number - The backup's position among its backups with the same source cluster and type, by descending chronological order create time(i.e. newest first).
- total
Retention NumberCount - The length of the quantity-based queue, specified by the backup's retention policy.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.