1. Packages
  2. pgEdge
  3. API Docs
  4. getBackupStores
pgEdge v0.0.40 published on Friday, Jan 10, 2025 by pgEdge

pgedge.getBackupStores

Explore with Pulumi AI

pgedge logo
pgEdge v0.0.40 published on Friday, Jan 10, 2025 by pgEdge

    Using getBackupStores

    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 getBackupStores(opts?: InvokeOptions): Promise<GetBackupStoresResult>
    function getBackupStoresOutput(opts?: InvokeOptions): Output<GetBackupStoresResult>
    def get_backup_stores(opts: Optional[InvokeOptions] = None) -> GetBackupStoresResult
    def get_backup_stores_output(opts: Optional[InvokeOptions] = None) -> Output[GetBackupStoresResult]
    func GetBackupStores(ctx *Context, opts ...InvokeOption) (*GetBackupStoresResult, error)
    func GetBackupStoresOutput(ctx *Context, opts ...InvokeOption) GetBackupStoresResultOutput

    > Note: This function is named GetBackupStores in the Go SDK.

    public static class GetBackupStores 
    {
        public static Task<GetBackupStoresResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetBackupStoresResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBackupStoresResult> getBackupStores(InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: pgedge:index/getBackupStores:getBackupStores
      arguments:
        # arguments dictionary

    getBackupStores Result

    The following output properties are available:

    BackupStores List<Pgedge.Pgedge.Outputs.GetBackupStoresBackupStore>
    Id string
    The provider-assigned unique ID for this managed resource.
    BackupStores []GetBackupStoresBackupStore
    Id string
    The provider-assigned unique ID for this managed resource.
    backupStores List<GetBackupStoresBackupStore>
    id String
    The provider-assigned unique ID for this managed resource.
    backupStores GetBackupStoresBackupStore[]
    id string
    The provider-assigned unique ID for this managed resource.
    backup_stores Sequence[GetBackupStoresBackupStore]
    id str
    The provider-assigned unique ID for this managed resource.
    backupStores List<Property Map>
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    GetBackupStoresBackupStore

    CloudAccountId string
    CloudAccountType string
    ClusterIds List<string>
    CreatedAt string
    Id string
    Name string
    Properties Dictionary<string, string>
    Status string
    CloudAccountId string
    CloudAccountType string
    ClusterIds []string
    CreatedAt string
    Id string
    Name string
    Properties map[string]string
    Status string
    cloudAccountId String
    cloudAccountType String
    clusterIds List<String>
    createdAt String
    id String
    name String
    properties Map<String,String>
    status String
    cloudAccountId string
    cloudAccountType string
    clusterIds string[]
    createdAt string
    id string
    name string
    properties {[key: string]: string}
    status string
    cloud_account_id str
    cloud_account_type str
    cluster_ids Sequence[str]
    created_at str
    id str
    name str
    properties Mapping[str, str]
    status str
    cloudAccountId String
    cloudAccountType String
    clusterIds List<String>
    createdAt String
    id String
    name String
    properties Map<String>
    status String

    Package Details

    Repository
    pgedge pgEdge/pulumi-pgedge
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the pgedge Terraform Provider.
    pgedge logo
    pgEdge v0.0.40 published on Friday, Jan 10, 2025 by pgEdge