spectrocloud 0.23.5 published on Sunday, Apr 20, 2025 by spectrocloud
spectrocloud.getBackupStorageLocation
Explore with Pulumi AI
spectrocloud 0.23.5 published on Sunday, Apr 20, 2025 by spectrocloud
Using getBackupStorageLocation
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 getBackupStorageLocation(args: GetBackupStorageLocationArgs, opts?: InvokeOptions): Promise<GetBackupStorageLocationResult>
function getBackupStorageLocationOutput(args: GetBackupStorageLocationOutputArgs, opts?: InvokeOptions): Output<GetBackupStorageLocationResult>
def get_backup_storage_location(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBackupStorageLocationResult
def get_backup_storage_location_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBackupStorageLocationResult]
func LookupBackupStorageLocation(ctx *Context, args *LookupBackupStorageLocationArgs, opts ...InvokeOption) (*LookupBackupStorageLocationResult, error)
func LookupBackupStorageLocationOutput(ctx *Context, args *LookupBackupStorageLocationOutputArgs, opts ...InvokeOption) LookupBackupStorageLocationResultOutput
> Note: This function is named LookupBackupStorageLocation
in the Go SDK.
public static class GetBackupStorageLocation
{
public static Task<GetBackupStorageLocationResult> InvokeAsync(GetBackupStorageLocationArgs args, InvokeOptions? opts = null)
public static Output<GetBackupStorageLocationResult> Invoke(GetBackupStorageLocationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetBackupStorageLocationResult> getBackupStorageLocation(GetBackupStorageLocationArgs args, InvokeOptions options)
public static Output<GetBackupStorageLocationResult> getBackupStorageLocation(GetBackupStorageLocationArgs args, InvokeOptions options)
fn::invoke:
function: spectrocloud:index/getBackupStorageLocation:getBackupStorageLocation
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- The unique ID of the backup storage location. This is an optional field, but if provided, it will be used to retrieve the specific backup storage location.
- Name string
- The name of the backup storage location. This is an optional field, but if provided, it will be used to retrieve the specific backup storage location.
- Id string
- The unique ID of the backup storage location. This is an optional field, but if provided, it will be used to retrieve the specific backup storage location.
- Name string
- The name of the backup storage location. This is an optional field, but if provided, it will be used to retrieve the specific backup storage location.
- id String
- The unique ID of the backup storage location. This is an optional field, but if provided, it will be used to retrieve the specific backup storage location.
- name String
- The name of the backup storage location. This is an optional field, but if provided, it will be used to retrieve the specific backup storage location.
- id string
- The unique ID of the backup storage location. This is an optional field, but if provided, it will be used to retrieve the specific backup storage location.
- name string
- The name of the backup storage location. This is an optional field, but if provided, it will be used to retrieve the specific backup storage location.
- id str
- The unique ID of the backup storage location. This is an optional field, but if provided, it will be used to retrieve the specific backup storage location.
- name str
- The name of the backup storage location. This is an optional field, but if provided, it will be used to retrieve the specific backup storage location.
- id String
- The unique ID of the backup storage location. This is an optional field, but if provided, it will be used to retrieve the specific backup storage location.
- name String
- The name of the backup storage location. This is an optional field, but if provided, it will be used to retrieve the specific backup storage location.
getBackupStorageLocation Result
The following output properties are available:
- Id string
- The unique ID of the backup storage location. This is an optional field, but if provided, it will be used to retrieve the specific backup storage location.
- Name string
- The name of the backup storage location. This is an optional field, but if provided, it will be used to retrieve the specific backup storage location.
- Id string
- The unique ID of the backup storage location. This is an optional field, but if provided, it will be used to retrieve the specific backup storage location.
- Name string
- The name of the backup storage location. This is an optional field, but if provided, it will be used to retrieve the specific backup storage location.
- id String
- The unique ID of the backup storage location. This is an optional field, but if provided, it will be used to retrieve the specific backup storage location.
- name String
- The name of the backup storage location. This is an optional field, but if provided, it will be used to retrieve the specific backup storage location.
- id string
- The unique ID of the backup storage location. This is an optional field, but if provided, it will be used to retrieve the specific backup storage location.
- name string
- The name of the backup storage location. This is an optional field, but if provided, it will be used to retrieve the specific backup storage location.
- id str
- The unique ID of the backup storage location. This is an optional field, but if provided, it will be used to retrieve the specific backup storage location.
- name str
- The name of the backup storage location. This is an optional field, but if provided, it will be used to retrieve the specific backup storage location.
- id String
- The unique ID of the backup storage location. This is an optional field, but if provided, it will be used to retrieve the specific backup storage location.
- name String
- The name of the backup storage location. This is an optional field, but if provided, it will be used to retrieve the specific backup storage location.
Package Details
- Repository
- spectrocloud spectrocloud/terraform-provider-spectrocloud
- License
- Notes
- This Pulumi package is based on the
spectrocloud
Terraform Provider.
spectrocloud 0.23.5 published on Sunday, Apr 20, 2025 by spectrocloud