ionoscloud 6.7.6 published on Monday, Apr 14, 2025 by ionos-cloud
ionoscloud.getInmemorydbSnapshot
Explore with Pulumi AI
ionoscloud 6.7.6 published on Monday, Apr 14, 2025 by ionos-cloud
Using getInmemorydbSnapshot
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 getInmemorydbSnapshot(args: GetInmemorydbSnapshotArgs, opts?: InvokeOptions): Promise<GetInmemorydbSnapshotResult>
function getInmemorydbSnapshotOutput(args: GetInmemorydbSnapshotOutputArgs, opts?: InvokeOptions): Output<GetInmemorydbSnapshotResult>
def get_inmemorydb_snapshot(id: Optional[str] = None,
location: Optional[str] = None,
timeouts: Optional[GetInmemorydbSnapshotTimeouts] = None,
opts: Optional[InvokeOptions] = None) -> GetInmemorydbSnapshotResult
def get_inmemorydb_snapshot_output(id: Optional[pulumi.Input[str]] = None,
location: Optional[pulumi.Input[str]] = None,
timeouts: Optional[pulumi.Input[GetInmemorydbSnapshotTimeoutsArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetInmemorydbSnapshotResult]
func GetInmemorydbSnapshot(ctx *Context, args *GetInmemorydbSnapshotArgs, opts ...InvokeOption) (*GetInmemorydbSnapshotResult, error)
func GetInmemorydbSnapshotOutput(ctx *Context, args *GetInmemorydbSnapshotOutputArgs, opts ...InvokeOption) GetInmemorydbSnapshotResultOutput
> Note: This function is named GetInmemorydbSnapshot
in the Go SDK.
public static class GetInmemorydbSnapshot
{
public static Task<GetInmemorydbSnapshotResult> InvokeAsync(GetInmemorydbSnapshotArgs args, InvokeOptions? opts = null)
public static Output<GetInmemorydbSnapshotResult> Invoke(GetInmemorydbSnapshotInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetInmemorydbSnapshotResult> getInmemorydbSnapshot(GetInmemorydbSnapshotArgs args, InvokeOptions options)
public static Output<GetInmemorydbSnapshotResult> getInmemorydbSnapshot(GetInmemorydbSnapshotArgs args, InvokeOptions options)
fn::invoke:
function: ionoscloud:index/getInmemorydbSnapshot:getInmemorydbSnapshot
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- Location string
- Timeouts
Get
Inmemorydb Snapshot Timeouts
- Id string
- Location string
- Timeouts
Get
Inmemorydb Snapshot Timeouts
- id String
- location String
- timeouts
Get
Inmemorydb Snapshot Timeouts
- id string
- location string
- timeouts
Get
Inmemorydb Snapshot Timeouts
- id String
- location String
- timeouts Property Map
getInmemorydbSnapshot Result
The following output properties are available:
- id String
- location String
- metadatas List<Property Map>
- timeouts Property Map
Supporting Types
GetInmemorydbSnapshotMetadata
- Created
Date string - Datacenter
Id string - Last
Modified stringDate - Replica
Set stringId - Snapshot
Time string
- Created
Date string - Datacenter
Id string - Last
Modified stringDate - Replica
Set stringId - Snapshot
Time string
- created
Date String - datacenter
Id String - last
Modified StringDate - replica
Set StringId - snapshot
Time String
- created
Date string - datacenter
Id string - last
Modified stringDate - replica
Set stringId - snapshot
Time string
- created_
date str - datacenter_
id str - last_
modified_ strdate - replica_
set_ strid - snapshot_
time str
- created
Date String - datacenter
Id String - last
Modified StringDate - replica
Set StringId - snapshot
Time String
GetInmemorydbSnapshotTimeouts
Package Details
- Repository
- ionoscloud ionos-cloud/terraform-provider-ionoscloud
- License
- Notes
- This Pulumi package is based on the
ionoscloud
Terraform Provider.
ionoscloud 6.7.6 published on Monday, Apr 14, 2025 by ionos-cloud