gcp.alloydb.getCluster
Explore with Pulumi AI
Use this data source to get information about the available cluster. For more details refer the API docs.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as gcp from "@pulumi/gcp";
const qa = gcp.alloydb.getCluster({});
import pulumi
import pulumi_gcp as gcp
qa = gcp.alloydb.get_cluster()
package main
import (
"github.com/pulumi/pulumi-gcp/sdk/v8/go/gcp/alloydb"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := alloydb.LookupCluster(ctx, &alloydb.LookupClusterArgs{}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Gcp = Pulumi.Gcp;
return await Deployment.RunAsync(() =>
{
var qa = Gcp.Alloydb.GetCluster.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.gcp.alloydb.AlloydbFunctions;
import com.pulumi.gcp.alloydb.inputs.GetClusterArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var qa = AlloydbFunctions.getCluster();
}
}
variables:
qa:
fn::invoke:
function: gcp:alloydb:getCluster
arguments: {}
Using getCluster
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCluster(args: GetClusterArgs, opts?: InvokeOptions): Promise<GetClusterResult>
function getClusterOutput(args: GetClusterOutputArgs, opts?: InvokeOptions): Output<GetClusterResult>
def get_cluster(cluster_id: Optional[str] = None,
location: Optional[str] = None,
project: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetClusterResult
def get_cluster_output(cluster_id: Optional[pulumi.Input[str]] = None,
location: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetClusterResult]
func LookupCluster(ctx *Context, args *LookupClusterArgs, opts ...InvokeOption) (*LookupClusterResult, error)
func LookupClusterOutput(ctx *Context, args *LookupClusterOutputArgs, opts ...InvokeOption) LookupClusterResultOutput
> Note: This function is named LookupCluster
in the Go SDK.
public static class GetCluster
{
public static Task<GetClusterResult> InvokeAsync(GetClusterArgs args, InvokeOptions? opts = null)
public static Output<GetClusterResult> Invoke(GetClusterInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
public static Output<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
fn::invoke:
function: gcp:alloydb/getCluster:getCluster
arguments:
# arguments dictionary
The following arguments are supported:
- Cluster
Id string - The ID of the alloydb cluster that the instance belongs to. 'alloydb_cluster_id'
- Location string
- (optional) The canonical id of the location.If it is not provided, the provider project is used. For example: us-east1.
- Project string
- (optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- Cluster
Id string - The ID of the alloydb cluster that the instance belongs to. 'alloydb_cluster_id'
- Location string
- (optional) The canonical id of the location.If it is not provided, the provider project is used. For example: us-east1.
- Project string
- (optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- cluster
Id String - The ID of the alloydb cluster that the instance belongs to. 'alloydb_cluster_id'
- location String
- (optional) The canonical id of the location.If it is not provided, the provider project is used. For example: us-east1.
- project String
- (optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- cluster
Id string - The ID of the alloydb cluster that the instance belongs to. 'alloydb_cluster_id'
- location string
- (optional) The canonical id of the location.If it is not provided, the provider project is used. For example: us-east1.
- project string
- (optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- cluster_
id str - The ID of the alloydb cluster that the instance belongs to. 'alloydb_cluster_id'
- location str
- (optional) The canonical id of the location.If it is not provided, the provider project is used. For example: us-east1.
- project str
- (optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- cluster
Id String - The ID of the alloydb cluster that the instance belongs to. 'alloydb_cluster_id'
- location String
- (optional) The canonical id of the location.If it is not provided, the provider project is used. For example: us-east1.
- project String
- (optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
getCluster Result
The following output properties are available:
- Annotations Dictionary<string, string>
- Automated
Backup List<GetPolicies Cluster Automated Backup Policy> - Backup
Sources List<GetCluster Backup Source> - Cluster
Id string - Cluster
Type string - Continuous
Backup List<GetConfigs Cluster Continuous Backup Config> - Continuous
Backup List<GetInfos Cluster Continuous Backup Info> - Database
Version string - Deletion
Policy string - Display
Name string - Effective
Annotations Dictionary<string, string> - Effective
Labels Dictionary<string, string> - Encryption
Configs List<GetCluster Encryption Config> - Encryption
Infos List<GetCluster Encryption Info> - Etag string
- Id string
- The provider-assigned unique ID for this managed resource.
- Initial
Users List<GetCluster Initial User> - Labels Dictionary<string, string>
- Maintenance
Update List<GetPolicies Cluster Maintenance Update Policy> - Migration
Sources List<GetCluster Migration Source> - Name string
- Network
Configs List<GetCluster Network Config> - Psc
Configs List<GetCluster Psc Config> - Pulumi
Labels Dictionary<string, string> - Reconciling bool
- Restore
Backup List<GetSources Cluster Restore Backup Source> - Restore
Continuous List<GetBackup Sources Cluster Restore Continuous Backup Source> - Secondary
Configs List<GetCluster Secondary Config> - Skip
Await boolMajor Version Upgrade - State string
- Subscription
Type string - Trial
Metadatas List<GetCluster Trial Metadata> - Uid string
- Location string
- Project string
- Annotations map[string]string
- Automated
Backup []GetPolicies Cluster Automated Backup Policy - Backup
Sources []GetCluster Backup Source - Cluster
Id string - Cluster
Type string - Continuous
Backup []GetConfigs Cluster Continuous Backup Config - Continuous
Backup []GetInfos Cluster Continuous Backup Info - Database
Version string - Deletion
Policy string - Display
Name string - Effective
Annotations map[string]string - Effective
Labels map[string]string - Encryption
Configs []GetCluster Encryption Config - Encryption
Infos []GetCluster Encryption Info - Etag string
- Id string
- The provider-assigned unique ID for this managed resource.
- Initial
Users []GetCluster Initial User - Labels map[string]string
- Maintenance
Update []GetPolicies Cluster Maintenance Update Policy - Migration
Sources []GetCluster Migration Source - Name string
- Network
Configs []GetCluster Network Config - Psc
Configs []GetCluster Psc Config - Pulumi
Labels map[string]string - Reconciling bool
- Restore
Backup []GetSources Cluster Restore Backup Source - Restore
Continuous []GetBackup Sources Cluster Restore Continuous Backup Source - Secondary
Configs []GetCluster Secondary Config - Skip
Await boolMajor Version Upgrade - State string
- Subscription
Type string - Trial
Metadatas []GetCluster Trial Metadata - Uid string
- Location string
- Project string
- annotations Map<String,String>
- automated
Backup List<GetPolicies Cluster Automated Backup Policy> - backup
Sources List<GetCluster Backup Source> - cluster
Id String - cluster
Type String - continuous
Backup List<GetConfigs Cluster Continuous Backup Config> - continuous
Backup List<GetInfos Cluster Continuous Backup Info> - database
Version String - deletion
Policy String - display
Name String - effective
Annotations Map<String,String> - effective
Labels Map<String,String> - encryption
Configs List<GetCluster Encryption Config> - encryption
Infos List<GetCluster Encryption Info> - etag String
- id String
- The provider-assigned unique ID for this managed resource.
- initial
Users List<GetCluster Initial User> - labels Map<String,String>
- maintenance
Update List<GetPolicies Cluster Maintenance Update Policy> - migration
Sources List<GetCluster Migration Source> - name String
- network
Configs List<GetCluster Network Config> - psc
Configs List<GetCluster Psc Config> - pulumi
Labels Map<String,String> - reconciling Boolean
- restore
Backup List<GetSources Cluster Restore Backup Source> - restore
Continuous List<GetBackup Sources Cluster Restore Continuous Backup Source> - secondary
Configs List<GetCluster Secondary Config> - skip
Await BooleanMajor Version Upgrade - state String
- subscription
Type String - trial
Metadatas List<GetCluster Trial Metadata> - uid String
- location String
- project String
- annotations {[key: string]: string}
- automated
Backup GetPolicies Cluster Automated Backup Policy[] - backup
Sources GetCluster Backup Source[] - cluster
Id string - cluster
Type string - continuous
Backup GetConfigs Cluster Continuous Backup Config[] - continuous
Backup GetInfos Cluster Continuous Backup Info[] - database
Version string - deletion
Policy string - display
Name string - effective
Annotations {[key: string]: string} - effective
Labels {[key: string]: string} - encryption
Configs GetCluster Encryption Config[] - encryption
Infos GetCluster Encryption Info[] - etag string
- id string
- The provider-assigned unique ID for this managed resource.
- initial
Users GetCluster Initial User[] - labels {[key: string]: string}
- maintenance
Update GetPolicies Cluster Maintenance Update Policy[] - migration
Sources GetCluster Migration Source[] - name string
- network
Configs GetCluster Network Config[] - psc
Configs GetCluster Psc Config[] - pulumi
Labels {[key: string]: string} - reconciling boolean
- restore
Backup GetSources Cluster Restore Backup Source[] - restore
Continuous GetBackup Sources Cluster Restore Continuous Backup Source[] - secondary
Configs GetCluster Secondary Config[] - skip
Await booleanMajor Version Upgrade - state string
- subscription
Type string - trial
Metadatas GetCluster Trial Metadata[] - uid string
- location string
- project string
- annotations Mapping[str, str]
- automated_
backup_ Sequence[Getpolicies Cluster Automated Backup Policy] - backup_
sources Sequence[GetCluster Backup Source] - cluster_
id str - cluster_
type str - continuous_
backup_ Sequence[Getconfigs Cluster Continuous Backup Config] - continuous_
backup_ Sequence[Getinfos Cluster Continuous Backup Info] - database_
version str - deletion_
policy str - display_
name str - effective_
annotations Mapping[str, str] - effective_
labels Mapping[str, str] - encryption_
configs Sequence[GetCluster Encryption Config] - encryption_
infos Sequence[GetCluster Encryption Info] - etag str
- id str
- The provider-assigned unique ID for this managed resource.
- initial_
users Sequence[GetCluster Initial User] - labels Mapping[str, str]
- maintenance_
update_ Sequence[Getpolicies Cluster Maintenance Update Policy] - migration_
sources Sequence[GetCluster Migration Source] - name str
- network_
configs Sequence[GetCluster Network Config] - psc_
configs Sequence[GetCluster Psc Config] - pulumi_
labels Mapping[str, str] - reconciling bool
- restore_
backup_ Sequence[Getsources Cluster Restore Backup Source] - restore_
continuous_ Sequence[Getbackup_ sources Cluster Restore Continuous Backup Source] - secondary_
configs Sequence[GetCluster Secondary Config] - skip_
await_ boolmajor_ version_ upgrade - state str
- subscription_
type str - trial_
metadatas Sequence[GetCluster Trial Metadata] - uid str
- location str
- project str
- annotations Map<String>
- automated
Backup List<Property Map>Policies - backup
Sources List<Property Map> - cluster
Id String - cluster
Type String - continuous
Backup List<Property Map>Configs - continuous
Backup List<Property Map>Infos - database
Version String - deletion
Policy String - display
Name String - effective
Annotations Map<String> - effective
Labels Map<String> - encryption
Configs List<Property Map> - encryption
Infos List<Property Map> - etag String
- id String
- The provider-assigned unique ID for this managed resource.
- initial
Users List<Property Map> - labels Map<String>
- maintenance
Update List<Property Map>Policies - migration
Sources List<Property Map> - name String
- network
Configs List<Property Map> - psc
Configs List<Property Map> - pulumi
Labels Map<String> - reconciling Boolean
- restore
Backup List<Property Map>Sources - restore
Continuous List<Property Map>Backup Sources - secondary
Configs List<Property Map> - skip
Await BooleanMajor Version Upgrade - state String
- subscription
Type String - trial
Metadatas List<Property Map> - uid String
- location String
- project String
Supporting Types
GetClusterAutomatedBackupPolicy
- Backup
Window string The length of the time window during which a backup can be taken. If a backup does not succeed within this time window, it will be canceled and considered failed.
The backup window must be at least 5 minutes long. There is no upper bound on the window. If not set, it will default to 1 hour.
A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
- Enabled bool
- Whether automated backups are enabled.
- Encryption
Configs List<GetCluster Automated Backup Policy Encryption Config> - EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key).
- Labels Dictionary<string, string>
- Labels to apply to backups created using this configuration.
- Location string
- (optional) The canonical id of the location.If it is not provided, the provider project is used. For example: us-east1.
- Quantity
Based List<GetRetentions Cluster Automated Backup Policy Quantity Based Retention> - Quantity-based Backup retention policy to retain recent backups. Conflicts with 'time_based_retention', both can't be set together.
- Time
Based List<GetRetentions Cluster Automated Backup Policy Time Based Retention> - Time-based Backup retention policy. Conflicts with 'quantity_based_retention', both can't be set together.
- Weekly
Schedules List<GetCluster Automated Backup Policy Weekly Schedule> - Weekly schedule for the Backup.
- Backup
Window string The length of the time window during which a backup can be taken. If a backup does not succeed within this time window, it will be canceled and considered failed.
The backup window must be at least 5 minutes long. There is no upper bound on the window. If not set, it will default to 1 hour.
A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
- Enabled bool
- Whether automated backups are enabled.
- Encryption
Configs []GetCluster Automated Backup Policy Encryption Config - EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key).
- Labels map[string]string
- Labels to apply to backups created using this configuration.
- Location string
- (optional) The canonical id of the location.If it is not provided, the provider project is used. For example: us-east1.
- Quantity
Based []GetRetentions Cluster Automated Backup Policy Quantity Based Retention - Quantity-based Backup retention policy to retain recent backups. Conflicts with 'time_based_retention', both can't be set together.
- Time
Based []GetRetentions Cluster Automated Backup Policy Time Based Retention - Time-based Backup retention policy. Conflicts with 'quantity_based_retention', both can't be set together.
- Weekly
Schedules []GetCluster Automated Backup Policy Weekly Schedule - Weekly schedule for the Backup.
- backup
Window String The length of the time window during which a backup can be taken. If a backup does not succeed within this time window, it will be canceled and considered failed.
The backup window must be at least 5 minutes long. There is no upper bound on the window. If not set, it will default to 1 hour.
A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
- enabled Boolean
- Whether automated backups are enabled.
- encryption
Configs List<GetCluster Automated Backup Policy Encryption Config> - EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key).
- labels Map<String,String>
- Labels to apply to backups created using this configuration.
- location String
- (optional) The canonical id of the location.If it is not provided, the provider project is used. For example: us-east1.
- quantity
Based List<GetRetentions Cluster Automated Backup Policy Quantity Based Retention> - Quantity-based Backup retention policy to retain recent backups. Conflicts with 'time_based_retention', both can't be set together.
- time
Based List<GetRetentions Cluster Automated Backup Policy Time Based Retention> - Time-based Backup retention policy. Conflicts with 'quantity_based_retention', both can't be set together.
- weekly
Schedules List<GetCluster Automated Backup Policy Weekly Schedule> - Weekly schedule for the Backup.
- backup
Window string The length of the time window during which a backup can be taken. If a backup does not succeed within this time window, it will be canceled and considered failed.
The backup window must be at least 5 minutes long. There is no upper bound on the window. If not set, it will default to 1 hour.
A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
- enabled boolean
- Whether automated backups are enabled.
- encryption
Configs GetCluster Automated Backup Policy Encryption Config[] - EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key).
- labels {[key: string]: string}
- Labels to apply to backups created using this configuration.
- location string
- (optional) The canonical id of the location.If it is not provided, the provider project is used. For example: us-east1.
- quantity
Based GetRetentions Cluster Automated Backup Policy Quantity Based Retention[] - Quantity-based Backup retention policy to retain recent backups. Conflicts with 'time_based_retention', both can't be set together.
- time
Based GetRetentions Cluster Automated Backup Policy Time Based Retention[] - Time-based Backup retention policy. Conflicts with 'quantity_based_retention', both can't be set together.
- weekly
Schedules GetCluster Automated Backup Policy Weekly Schedule[] - Weekly schedule for the Backup.
- backup_
window str The length of the time window during which a backup can be taken. If a backup does not succeed within this time window, it will be canceled and considered failed.
The backup window must be at least 5 minutes long. There is no upper bound on the window. If not set, it will default to 1 hour.
A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
- enabled bool
- Whether automated backups are enabled.
- encryption_
configs Sequence[GetCluster Automated Backup Policy Encryption Config] - EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key).
- labels Mapping[str, str]
- Labels to apply to backups created using this configuration.
- location str
- (optional) The canonical id of the location.If it is not provided, the provider project is used. For example: us-east1.
- quantity_
based_ Sequence[Getretentions Cluster Automated Backup Policy Quantity Based Retention] - Quantity-based Backup retention policy to retain recent backups. Conflicts with 'time_based_retention', both can't be set together.
- time_
based_ Sequence[Getretentions Cluster Automated Backup Policy Time Based Retention] - Time-based Backup retention policy. Conflicts with 'quantity_based_retention', both can't be set together.
- weekly_
schedules Sequence[GetCluster Automated Backup Policy Weekly Schedule] - Weekly schedule for the Backup.
- backup
Window String The length of the time window during which a backup can be taken. If a backup does not succeed within this time window, it will be canceled and considered failed.
The backup window must be at least 5 minutes long. There is no upper bound on the window. If not set, it will default to 1 hour.
A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
- enabled Boolean
- Whether automated backups are enabled.
- encryption
Configs List<Property Map> - EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key).
- labels Map<String>
- Labels to apply to backups created using this configuration.
- location String
- (optional) The canonical id of the location.If it is not provided, the provider project is used. For example: us-east1.
- quantity
Based List<Property Map>Retentions - Quantity-based Backup retention policy to retain recent backups. Conflicts with 'time_based_retention', both can't be set together.
- time
Based List<Property Map>Retentions - Time-based Backup retention policy. Conflicts with 'quantity_based_retention', both can't be set together.
- weekly
Schedules List<Property Map> - Weekly schedule for the Backup.
GetClusterAutomatedBackupPolicyEncryptionConfig
- 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].
GetClusterAutomatedBackupPolicyQuantityBasedRetention
- Count int
- The number of backups to retain.
- Count int
- The number of backups to retain.
- count Integer
- The number of backups to retain.
- count number
- The number of backups to retain.
- count int
- The number of backups to retain.
- count Number
- The number of backups to retain.
GetClusterAutomatedBackupPolicyTimeBasedRetention
- Retention
Period string - The retention period. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
- Retention
Period string - The retention period. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
- retention
Period String - The retention period. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
- retention
Period string - The retention period. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
- retention_
period str - The retention period. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
- retention
Period String - The retention period. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
GetClusterAutomatedBackupPolicyWeeklySchedule
- Days
Of List<string>Weeks - The days of the week to perform a backup. At least one day of the week must be provided. Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
- Start
Times List<GetCluster Automated Backup Policy Weekly Schedule Start Time> - The times during the day to start a backup. At least one start time must be provided. The start times are assumed to be in UTC and to be an exact hour (e.g., 04:00:00).
- Days
Of []stringWeeks - The days of the week to perform a backup. At least one day of the week must be provided. Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
- Start
Times []GetCluster Automated Backup Policy Weekly Schedule Start Time - The times during the day to start a backup. At least one start time must be provided. The start times are assumed to be in UTC and to be an exact hour (e.g., 04:00:00).
- days
Of List<String>Weeks - The days of the week to perform a backup. At least one day of the week must be provided. Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
- start
Times List<GetCluster Automated Backup Policy Weekly Schedule Start Time> - The times during the day to start a backup. At least one start time must be provided. The start times are assumed to be in UTC and to be an exact hour (e.g., 04:00:00).
- days
Of string[]Weeks - The days of the week to perform a backup. At least one day of the week must be provided. Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
- start
Times GetCluster Automated Backup Policy Weekly Schedule Start Time[] - The times during the day to start a backup. At least one start time must be provided. The start times are assumed to be in UTC and to be an exact hour (e.g., 04:00:00).
- days_
of_ Sequence[str]weeks - The days of the week to perform a backup. At least one day of the week must be provided. Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
- start_
times Sequence[GetCluster Automated Backup Policy Weekly Schedule Start Time] - The times during the day to start a backup. At least one start time must be provided. The start times are assumed to be in UTC and to be an exact hour (e.g., 04:00:00).
- days
Of List<String>Weeks - The days of the week to perform a backup. At least one day of the week must be provided. Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
- start
Times List<Property Map> - The times during the day to start a backup. At least one start time must be provided. The start times are assumed to be in UTC and to be an exact hour (e.g., 04:00:00).
GetClusterAutomatedBackupPolicyWeeklyScheduleStartTime
- Hours int
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- Minutes int
- Minutes of hour of day. Currently, only the value 0 is supported.
- Nanos int
- Fractions of seconds in nanoseconds. Currently, only the value 0 is supported.
- Seconds int
- Seconds of minutes of the time. Currently, only the value 0 is supported.
- Hours int
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- Minutes int
- Minutes of hour of day. Currently, only the value 0 is supported.
- Nanos int
- Fractions of seconds in nanoseconds. Currently, only the value 0 is supported.
- Seconds int
- Seconds of minutes of the time. Currently, only the value 0 is supported.
- hours Integer
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- minutes Integer
- Minutes of hour of day. Currently, only the value 0 is supported.
- nanos Integer
- Fractions of seconds in nanoseconds. Currently, only the value 0 is supported.
- seconds Integer
- Seconds of minutes of the time. Currently, only the value 0 is supported.
- hours number
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- minutes number
- Minutes of hour of day. Currently, only the value 0 is supported.
- nanos number
- Fractions of seconds in nanoseconds. Currently, only the value 0 is supported.
- seconds number
- Seconds of minutes of the time. Currently, only the value 0 is supported.
- hours int
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- minutes int
- Minutes of hour of day. Currently, only the value 0 is supported.
- nanos int
- Fractions of seconds in nanoseconds. Currently, only the value 0 is supported.
- seconds int
- Seconds of minutes of the time. Currently, only the value 0 is supported.
- hours Number
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- minutes Number
- Minutes of hour of day. Currently, only the value 0 is supported.
- nanos Number
- Fractions of seconds in nanoseconds. Currently, only the value 0 is supported.
- seconds Number
- Seconds of minutes of the time. Currently, only the value 0 is supported.
GetClusterBackupSource
- Backup
Name string - The name of the backup resource.
- Backup
Name string - The name of the backup resource.
- backup
Name String - The name of the backup resource.
- backup
Name string - The name of the backup resource.
- backup_
name str - The name of the backup resource.
- backup
Name String - The name of the backup resource.
GetClusterContinuousBackupConfig
- Enabled bool
- Whether continuous backup recovery is enabled. If not set, defaults to true.
- Encryption
Configs List<GetCluster Continuous Backup Config Encryption Config> - EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key).
- Recovery
Window intDays The numbers of days that are eligible to restore from using PITR. To support the entire recovery window, backups and logs are retained for one day more than the recovery window.
If not set, defaults to 14 days.
- Enabled bool
- Whether continuous backup recovery is enabled. If not set, defaults to true.
- Encryption
Configs []GetCluster Continuous Backup Config Encryption Config - EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key).
- Recovery
Window intDays The numbers of days that are eligible to restore from using PITR. To support the entire recovery window, backups and logs are retained for one day more than the recovery window.
If not set, defaults to 14 days.
- enabled Boolean
- Whether continuous backup recovery is enabled. If not set, defaults to true.
- encryption
Configs List<GetCluster Continuous Backup Config Encryption Config> - EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key).
- recovery
Window IntegerDays The numbers of days that are eligible to restore from using PITR. To support the entire recovery window, backups and logs are retained for one day more than the recovery window.
If not set, defaults to 14 days.
- enabled boolean
- Whether continuous backup recovery is enabled. If not set, defaults to true.
- encryption
Configs GetCluster Continuous Backup Config Encryption Config[] - EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key).
- recovery
Window numberDays The numbers of days that are eligible to restore from using PITR. To support the entire recovery window, backups and logs are retained for one day more than the recovery window.
If not set, defaults to 14 days.
- enabled bool
- Whether continuous backup recovery is enabled. If not set, defaults to true.
- encryption_
configs Sequence[GetCluster Continuous Backup Config Encryption Config] - EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key).
- recovery_
window_ intdays The numbers of days that are eligible to restore from using PITR. To support the entire recovery window, backups and logs are retained for one day more than the recovery window.
If not set, defaults to 14 days.
- enabled Boolean
- Whether continuous backup recovery is enabled. If not set, defaults to true.
- encryption
Configs List<Property Map> - EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key).
- recovery
Window NumberDays The numbers of days that are eligible to restore from using PITR. To support the entire recovery window, backups and logs are retained for one day more than the recovery window.
If not set, defaults to 14 days.
GetClusterContinuousBackupConfigEncryptionConfig
- 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].
GetClusterContinuousBackupInfo
- Earliest
Restorable stringTime - The earliest restorable time that can be restored to. Output only field.
- Enabled
Time string - When ContinuousBackup was most recently enabled. Set to null if ContinuousBackup is not enabled.
- Encryption
Infos List<GetCluster Continuous Backup Info Encryption Info> - Output only. The encryption information for the WALs and backups required for ContinuousBackup.
- Schedules List<string>
- Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.
- Earliest
Restorable stringTime - The earliest restorable time that can be restored to. Output only field.
- Enabled
Time string - When ContinuousBackup was most recently enabled. Set to null if ContinuousBackup is not enabled.
- Encryption
Infos []GetCluster Continuous Backup Info Encryption Info - Output only. The encryption information for the WALs and backups required for ContinuousBackup.
- Schedules []string
- Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.
- earliest
Restorable StringTime - The earliest restorable time that can be restored to. Output only field.
- enabled
Time String - When ContinuousBackup was most recently enabled. Set to null if ContinuousBackup is not enabled.
- encryption
Infos List<GetCluster Continuous Backup Info Encryption Info> - Output only. The encryption information for the WALs and backups required for ContinuousBackup.
- schedules List<String>
- Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.
- earliest
Restorable stringTime - The earliest restorable time that can be restored to. Output only field.
- enabled
Time string - When ContinuousBackup was most recently enabled. Set to null if ContinuousBackup is not enabled.
- encryption
Infos GetCluster Continuous Backup Info Encryption Info[] - Output only. The encryption information for the WALs and backups required for ContinuousBackup.
- schedules string[]
- Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.
- earliest_
restorable_ strtime - The earliest restorable time that can be restored to. Output only field.
- enabled_
time str - When ContinuousBackup was most recently enabled. Set to null if ContinuousBackup is not enabled.
- encryption_
infos Sequence[GetCluster Continuous Backup Info Encryption Info] - Output only. The encryption information for the WALs and backups required for ContinuousBackup.
- schedules Sequence[str]
- Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.
- earliest
Restorable StringTime - The earliest restorable time that can be restored to. Output only field.
- enabled
Time String - When ContinuousBackup was most recently enabled. Set to null if ContinuousBackup is not enabled.
- encryption
Infos List<Property Map> - Output only. The encryption information for the WALs and backups required for ContinuousBackup.
- schedules List<String>
- Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.
GetClusterContinuousBackupInfoEncryptionInfo
- Encryption
Type string - Output only. Type of encryption.
- Kms
Key List<string>Versions - Output only. Cloud KMS key versions that are being used to protect the database or the backup.
- Encryption
Type string - Output only. Type of encryption.
- Kms
Key []stringVersions - Output only. Cloud KMS key versions that are being used to protect the database or the backup.
- encryption
Type String - Output only. Type of encryption.
- kms
Key List<String>Versions - Output only. Cloud KMS key versions that are being used to protect the database or the backup.
- encryption
Type string - Output only. Type of encryption.
- kms
Key string[]Versions - Output only. Cloud KMS key versions that are being used to protect the database or the backup.
- encryption_
type str - Output only. Type of encryption.
- kms_
key_ Sequence[str]versions - Output only. Cloud KMS key versions that are being used to protect the database or the backup.
- encryption
Type String - Output only. Type of encryption.
- kms
Key List<String>Versions - Output only. Cloud KMS key versions that are being used to protect the database or the backup.
GetClusterEncryptionConfig
- 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].
GetClusterEncryptionInfo
- Encryption
Type string - Output only. Type of encryption.
- Kms
Key List<string>Versions - Output only. Cloud KMS key versions that are being used to protect the database or the backup.
- Encryption
Type string - Output only. Type of encryption.
- Kms
Key []stringVersions - Output only. Cloud KMS key versions that are being used to protect the database or the backup.
- encryption
Type String - Output only. Type of encryption.
- kms
Key List<String>Versions - Output only. Cloud KMS key versions that are being used to protect the database or the backup.
- encryption
Type string - Output only. Type of encryption.
- kms
Key string[]Versions - Output only. Cloud KMS key versions that are being used to protect the database or the backup.
- encryption_
type str - Output only. Type of encryption.
- kms_
key_ Sequence[str]versions - Output only. Cloud KMS key versions that are being used to protect the database or the backup.
- encryption
Type String - Output only. Type of encryption.
- kms
Key List<String>Versions - Output only. Cloud KMS key versions that are being used to protect the database or the backup.
GetClusterInitialUser
GetClusterMaintenanceUpdatePolicy
- Maintenance
Windows List<GetCluster Maintenance Update Policy Maintenance Window> - Preferred windows to perform maintenance. Currently limited to 1.
- Maintenance
Windows []GetCluster Maintenance Update Policy Maintenance Window - Preferred windows to perform maintenance. Currently limited to 1.
- maintenance
Windows List<GetCluster Maintenance Update Policy Maintenance Window> - Preferred windows to perform maintenance. Currently limited to 1.
- maintenance
Windows GetCluster Maintenance Update Policy Maintenance Window[] - Preferred windows to perform maintenance. Currently limited to 1.
- maintenance_
windows Sequence[GetCluster Maintenance Update Policy Maintenance Window] - Preferred windows to perform maintenance. Currently limited to 1.
- maintenance
Windows List<Property Map> - Preferred windows to perform maintenance. Currently limited to 1.
GetClusterMaintenanceUpdatePolicyMaintenanceWindow
- Day string
- Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc. Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
- Start
Times List<GetCluster Maintenance Update Policy Maintenance Window Start Time> - Preferred time to start the maintenance operation on the specified day. Maintenance will start within 1 hour of this time.
- Day string
- Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc. Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
- Start
Times []GetCluster Maintenance Update Policy Maintenance Window Start Time - Preferred time to start the maintenance operation on the specified day. Maintenance will start within 1 hour of this time.
- day String
- Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc. Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
- start
Times List<GetCluster Maintenance Update Policy Maintenance Window Start Time> - Preferred time to start the maintenance operation on the specified day. Maintenance will start within 1 hour of this time.
- day string
- Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc. Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
- start
Times GetCluster Maintenance Update Policy Maintenance Window Start Time[] - Preferred time to start the maintenance operation on the specified day. Maintenance will start within 1 hour of this time.
- day str
- Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc. Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
- start_
times Sequence[GetCluster Maintenance Update Policy Maintenance Window Start Time] - Preferred time to start the maintenance operation on the specified day. Maintenance will start within 1 hour of this time.
- day String
- Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc. Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
- start
Times List<Property Map> - Preferred time to start the maintenance operation on the specified day. Maintenance will start within 1 hour of this time.
GetClusterMaintenanceUpdatePolicyMaintenanceWindowStartTime
- Hours int
- Hours of day in 24 hour format. Should be from 0 to 23.
- Minutes int
- Minutes of hour of day. Currently, only the value 0 is supported.
- Nanos int
- Fractions of seconds in nanoseconds. Currently, only the value 0 is supported.
- Seconds int
- Seconds of minutes of the time. Currently, only the value 0 is supported.
- Hours int
- Hours of day in 24 hour format. Should be from 0 to 23.
- Minutes int
- Minutes of hour of day. Currently, only the value 0 is supported.
- Nanos int
- Fractions of seconds in nanoseconds. Currently, only the value 0 is supported.
- Seconds int
- Seconds of minutes of the time. Currently, only the value 0 is supported.
- hours Integer
- Hours of day in 24 hour format. Should be from 0 to 23.
- minutes Integer
- Minutes of hour of day. Currently, only the value 0 is supported.
- nanos Integer
- Fractions of seconds in nanoseconds. Currently, only the value 0 is supported.
- seconds Integer
- Seconds of minutes of the time. Currently, only the value 0 is supported.
- hours number
- Hours of day in 24 hour format. Should be from 0 to 23.
- minutes number
- Minutes of hour of day. Currently, only the value 0 is supported.
- nanos number
- Fractions of seconds in nanoseconds. Currently, only the value 0 is supported.
- seconds number
- Seconds of minutes of the time. Currently, only the value 0 is supported.
- hours int
- Hours of day in 24 hour format. Should be from 0 to 23.
- minutes int
- Minutes of hour of day. Currently, only the value 0 is supported.
- nanos int
- Fractions of seconds in nanoseconds. Currently, only the value 0 is supported.
- seconds int
- Seconds of minutes of the time. Currently, only the value 0 is supported.
- hours Number
- Hours of day in 24 hour format. Should be from 0 to 23.
- minutes Number
- Minutes of hour of day. Currently, only the value 0 is supported.
- nanos Number
- Fractions of seconds in nanoseconds. Currently, only the value 0 is supported.
- seconds Number
- Seconds of minutes of the time. Currently, only the value 0 is supported.
GetClusterMigrationSource
- Host
Port string - The host and port of the on-premises instance in host:port format
- Reference
Id string - Place holder for the external source identifier(e.g DMS job name) that created the cluster.
- Source
Type string - Type of migration source.
- Host
Port string - The host and port of the on-premises instance in host:port format
- Reference
Id string - Place holder for the external source identifier(e.g DMS job name) that created the cluster.
- Source
Type string - Type of migration source.
- host
Port String - The host and port of the on-premises instance in host:port format
- reference
Id String - Place holder for the external source identifier(e.g DMS job name) that created the cluster.
- source
Type String - Type of migration source.
- host
Port string - The host and port of the on-premises instance in host:port format
- reference
Id string - Place holder for the external source identifier(e.g DMS job name) that created the cluster.
- source
Type string - Type of migration source.
- host_
port str - The host and port of the on-premises instance in host:port format
- reference_
id str - Place holder for the external source identifier(e.g DMS job name) that created the cluster.
- source_
type str - Type of migration source.
- host
Port String - The host and port of the on-premises instance in host:port format
- reference
Id String - Place holder for the external source identifier(e.g DMS job name) that created the cluster.
- source
Type String - Type of migration source.
GetClusterNetworkConfig
- Allocated
Ip stringRange - The name of the allocated IP range for the private IP AlloyDB cluster. For example: "google-managed-services-default". If set, the instance IPs for this cluster will be created in the allocated range.
- Network string
- The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{projectNumber}/global/networks/{network_id}".
- Allocated
Ip stringRange - The name of the allocated IP range for the private IP AlloyDB cluster. For example: "google-managed-services-default". If set, the instance IPs for this cluster will be created in the allocated range.
- Network string
- The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{projectNumber}/global/networks/{network_id}".
- allocated
Ip StringRange - The name of the allocated IP range for the private IP AlloyDB cluster. For example: "google-managed-services-default". If set, the instance IPs for this cluster will be created in the allocated range.
- network String
- The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{projectNumber}/global/networks/{network_id}".
- allocated
Ip stringRange - The name of the allocated IP range for the private IP AlloyDB cluster. For example: "google-managed-services-default". If set, the instance IPs for this cluster will be created in the allocated range.
- network string
- The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{projectNumber}/global/networks/{network_id}".
- allocated_
ip_ strrange - The name of the allocated IP range for the private IP AlloyDB cluster. For example: "google-managed-services-default". If set, the instance IPs for this cluster will be created in the allocated range.
- network str
- The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{projectNumber}/global/networks/{network_id}".
- allocated
Ip StringRange - The name of the allocated IP range for the private IP AlloyDB cluster. For example: "google-managed-services-default". If set, the instance IPs for this cluster will be created in the allocated range.
- network String
- The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{projectNumber}/global/networks/{network_id}".
GetClusterPscConfig
- Psc
Enabled bool - Create an instance that allows connections from Private Service Connect endpoints to the instance.
- Psc
Enabled bool - Create an instance that allows connections from Private Service Connect endpoints to the instance.
- psc
Enabled Boolean - Create an instance that allows connections from Private Service Connect endpoints to the instance.
- psc
Enabled boolean - Create an instance that allows connections from Private Service Connect endpoints to the instance.
- psc_
enabled bool - Create an instance that allows connections from Private Service Connect endpoints to the instance.
- psc
Enabled Boolean - Create an instance that allows connections from Private Service Connect endpoints to the instance.
GetClusterRestoreBackupSource
- Backup
Name string - The name of the backup that this cluster is restored from.
- Backup
Name string - The name of the backup that this cluster is restored from.
- backup
Name String - The name of the backup that this cluster is restored from.
- backup
Name string - The name of the backup that this cluster is restored from.
- backup_
name str - The name of the backup that this cluster is restored from.
- backup
Name String - The name of the backup that this cluster is restored from.
GetClusterRestoreContinuousBackupSource
- Cluster string
- The name of the source cluster that this cluster is restored from.
- Point
In stringTime - The point in time that this cluster is restored to, in RFC 3339 format.
- Cluster string
- The name of the source cluster that this cluster is restored from.
- Point
In stringTime - The point in time that this cluster is restored to, in RFC 3339 format.
- cluster String
- The name of the source cluster that this cluster is restored from.
- point
In StringTime - The point in time that this cluster is restored to, in RFC 3339 format.
- cluster string
- The name of the source cluster that this cluster is restored from.
- point
In stringTime - The point in time that this cluster is restored to, in RFC 3339 format.
- cluster str
- The name of the source cluster that this cluster is restored from.
- point_
in_ strtime - The point in time that this cluster is restored to, in RFC 3339 format.
- cluster String
- The name of the source cluster that this cluster is restored from.
- point
In StringTime - The point in time that this cluster is restored to, in RFC 3339 format.
GetClusterSecondaryConfig
- Primary
Cluster stringName - Name of the primary cluster must be in the format 'projects/{project}/locations/{location}/clusters/{cluster_id}'
- Primary
Cluster stringName - Name of the primary cluster must be in the format 'projects/{project}/locations/{location}/clusters/{cluster_id}'
- primary
Cluster StringName - Name of the primary cluster must be in the format 'projects/{project}/locations/{location}/clusters/{cluster_id}'
- primary
Cluster stringName - Name of the primary cluster must be in the format 'projects/{project}/locations/{location}/clusters/{cluster_id}'
- primary_
cluster_ strname - Name of the primary cluster must be in the format 'projects/{project}/locations/{location}/clusters/{cluster_id}'
- primary
Cluster StringName - Name of the primary cluster must be in the format 'projects/{project}/locations/{location}/clusters/{cluster_id}'
GetClusterTrialMetadata
- End
Time string - End time of the trial cluster.
- Grace
End stringTime - Grace end time of the trial cluster.
- Start
Time string - Start time of the trial cluster.
- Upgrade
Time string - Upgrade time of the trial cluster to standard cluster.
- End
Time string - End time of the trial cluster.
- Grace
End stringTime - Grace end time of the trial cluster.
- Start
Time string - Start time of the trial cluster.
- Upgrade
Time string - Upgrade time of the trial cluster to standard cluster.
- end
Time String - End time of the trial cluster.
- grace
End StringTime - Grace end time of the trial cluster.
- start
Time String - Start time of the trial cluster.
- upgrade
Time String - Upgrade time of the trial cluster to standard cluster.
- end
Time string - End time of the trial cluster.
- grace
End stringTime - Grace end time of the trial cluster.
- start
Time string - Start time of the trial cluster.
- upgrade
Time string - Upgrade time of the trial cluster to standard cluster.
- end_
time str - End time of the trial cluster.
- grace_
end_ strtime - Grace end time of the trial cluster.
- start_
time str - Start time of the trial cluster.
- upgrade_
time str - Upgrade time of the trial cluster to standard cluster.
- end
Time String - End time of the trial cluster.
- grace
End StringTime - Grace end time of the trial cluster.
- start
Time String - Start time of the trial cluster.
- upgrade
Time String - Upgrade time of the trial cluster to standard cluster.
Package Details
- Repository
- Google Cloud (GCP) Classic pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-beta
Terraform Provider.