Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Data Source schema for Volcengine::FileNAS::Snapshot
Using getSnapshot
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 getSnapshot(args: GetSnapshotArgs, opts?: InvokeOptions): Promise<GetSnapshotResult>
function getSnapshotOutput(args: GetSnapshotOutputArgs, opts?: InvokeOptions): Output<GetSnapshotResult>def get_snapshot(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSnapshotResult
def get_snapshot_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSnapshotResult]func LookupSnapshot(ctx *Context, args *LookupSnapshotArgs, opts ...InvokeOption) (*LookupSnapshotResult, error)
func LookupSnapshotOutput(ctx *Context, args *LookupSnapshotOutputArgs, opts ...InvokeOption) LookupSnapshotResultOutput> Note: This function is named LookupSnapshot in the Go SDK.
public static class GetSnapshot
{
public static Task<GetSnapshotResult> InvokeAsync(GetSnapshotArgs args, InvokeOptions? opts = null)
public static Output<GetSnapshotResult> Invoke(GetSnapshotInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSnapshotResult> getSnapshot(GetSnapshotArgs args, InvokeOptions options)
public static Output<GetSnapshotResult> getSnapshot(GetSnapshotArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:filenas/getSnapshot:getSnapshot
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Uniquely identifies the resource.
- Id string
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
- id string
- Uniquely identifies the resource.
- id str
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
getSnapshot Result
The following output properties are available:
- Created
Time string - Snapshot Creation Time
- Description string
- Snapshot Description
- File
System stringId - File System ID
- File
System stringName - File System Name
- Id string
- Uniquely identifies the resource.
- Is
Encrypt bool - Is encryption enabled. Currently only false is supported (not encrypted)
- Progress string
- Snapshot Creation Progress
- Retention
Days int - Snapshot Retention Period. Default is 2147483647 (permanent retention)
- Snapshot
Id string - Snapshot ID
- Snapshot
Name string - Snapshot Name
- Snapshot
Type string - Snapshot Type. Default is Manual (manual snapshot)
- Source
Size int - File System Capacity (GiB)
- Source
Version string - File System Version
- Status string
- Snapshot Status. Details: Progressing: Creating. Accomplished: Created successfully. Failed: Creation failed
- Zone
Id string - Availability Zone ID
- Created
Time string - Snapshot Creation Time
- Description string
- Snapshot Description
- File
System stringId - File System ID
- File
System stringName - File System Name
- Id string
- Uniquely identifies the resource.
- Is
Encrypt bool - Is encryption enabled. Currently only false is supported (not encrypted)
- Progress string
- Snapshot Creation Progress
- Retention
Days int - Snapshot Retention Period. Default is 2147483647 (permanent retention)
- Snapshot
Id string - Snapshot ID
- Snapshot
Name string - Snapshot Name
- Snapshot
Type string - Snapshot Type. Default is Manual (manual snapshot)
- Source
Size int - File System Capacity (GiB)
- Source
Version string - File System Version
- Status string
- Snapshot Status. Details: Progressing: Creating. Accomplished: Created successfully. Failed: Creation failed
- Zone
Id string - Availability Zone ID
- created
Time String - Snapshot Creation Time
- description String
- Snapshot Description
- file
System StringId - File System ID
- file
System StringName - File System Name
- id String
- Uniquely identifies the resource.
- is
Encrypt Boolean - Is encryption enabled. Currently only false is supported (not encrypted)
- progress String
- Snapshot Creation Progress
- retention
Days Integer - Snapshot Retention Period. Default is 2147483647 (permanent retention)
- snapshot
Id String - Snapshot ID
- snapshot
Name String - Snapshot Name
- snapshot
Type String - Snapshot Type. Default is Manual (manual snapshot)
- source
Size Integer - File System Capacity (GiB)
- source
Version String - File System Version
- status String
- Snapshot Status. Details: Progressing: Creating. Accomplished: Created successfully. Failed: Creation failed
- zone
Id String - Availability Zone ID
- created
Time string - Snapshot Creation Time
- description string
- Snapshot Description
- file
System stringId - File System ID
- file
System stringName - File System Name
- id string
- Uniquely identifies the resource.
- is
Encrypt boolean - Is encryption enabled. Currently only false is supported (not encrypted)
- progress string
- Snapshot Creation Progress
- retention
Days number - Snapshot Retention Period. Default is 2147483647 (permanent retention)
- snapshot
Id string - Snapshot ID
- snapshot
Name string - Snapshot Name
- snapshot
Type string - Snapshot Type. Default is Manual (manual snapshot)
- source
Size number - File System Capacity (GiB)
- source
Version string - File System Version
- status string
- Snapshot Status. Details: Progressing: Creating. Accomplished: Created successfully. Failed: Creation failed
- zone
Id string - Availability Zone ID
- created_
time str - Snapshot Creation Time
- description str
- Snapshot Description
- file_
system_ strid - File System ID
- file_
system_ strname - File System Name
- id str
- Uniquely identifies the resource.
- is_
encrypt bool - Is encryption enabled. Currently only false is supported (not encrypted)
- progress str
- Snapshot Creation Progress
- retention_
days int - Snapshot Retention Period. Default is 2147483647 (permanent retention)
- snapshot_
id str - Snapshot ID
- snapshot_
name str - Snapshot Name
- snapshot_
type str - Snapshot Type. Default is Manual (manual snapshot)
- source_
size int - File System Capacity (GiB)
- source_
version str - File System Version
- status str
- Snapshot Status. Details: Progressing: Creating. Accomplished: Created successfully. Failed: Creation failed
- zone_
id str - Availability Zone ID
- created
Time String - Snapshot Creation Time
- description String
- Snapshot Description
- file
System StringId - File System ID
- file
System StringName - File System Name
- id String
- Uniquely identifies the resource.
- is
Encrypt Boolean - Is encryption enabled. Currently only false is supported (not encrypted)
- progress String
- Snapshot Creation Progress
- retention
Days Number - Snapshot Retention Period. Default is 2147483647 (permanent retention)
- snapshot
Id String - Snapshot ID
- snapshot
Name String - Snapshot Name
- snapshot
Type String - Snapshot Type. Default is Manual (manual snapshot)
- source
Size Number - File System Capacity (GiB)
- source
Version String - File System Version
- status String
- Snapshot Status. Details: Progressing: Creating. Accomplished: Created successfully. Failed: Creation failed
- zone
Id String - Availability Zone ID
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
