pgEdge v0.0.40 published on Friday, Jan 10, 2025 by pgEdge
pgedge.getBackupStores
Explore with Pulumi AI
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:
- Backup
Stores List<Pgedge.Pgedge. Outputs. Get Backup Stores Backup Store> - Id string
- The provider-assigned unique ID for this managed resource.
- Backup
Stores []GetBackup Stores Backup Store - Id string
- The provider-assigned unique ID for this managed resource.
- backup
Stores List<GetBackup Stores Backup Store> - id String
- The provider-assigned unique ID for this managed resource.
- backup
Stores GetBackup Stores Backup Store[] - id string
- The provider-assigned unique ID for this managed resource.
- backup_
stores Sequence[GetBackup Stores Backup Store] - id str
- The provider-assigned unique ID for this managed resource.
- backup
Stores List<Property Map> - id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
GetBackupStoresBackupStore
- Cloud
Account stringId - Cloud
Account stringType - Cluster
Ids List<string> - Created
At string - Id string
- Name string
- Properties Dictionary<string, string>
- Status string
- Cloud
Account stringId - Cloud
Account stringType - Cluster
Ids []string - Created
At string - Id string
- Name string
- Properties map[string]string
- Status string
- cloud
Account StringId - cloud
Account StringType - cluster
Ids List<String> - created
At String - id String
- name String
- properties Map<String,String>
- status String
- cloud
Account stringId - cloud
Account stringType - cluster
Ids string[] - created
At string - id string
- name string
- properties {[key: string]: string}
- status string
- cloud_
account_ strid - cloud_
account_ strtype - cluster_
ids Sequence[str] - created_
at str - id str
- name str
- properties Mapping[str, str]
- status str
- cloud
Account StringId - cloud
Account StringType - cluster
Ids List<String> - created
At 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.