bytepluscc v0.0.11 published on Wednesday, Jan 21, 2026 by Byteplus
bytepluscc v0.0.11 published on Wednesday, Jan 21, 2026 by Byteplus
Data Source schema for Byteplus::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: bytepluscc: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 - 快照创建时间。
- Description string
- 快照描述信息。
- File
System stringId - 文件系统 ID。
- File
System stringName - 文件系统名称。
- Id string
- Uniquely identifies the resource.
- Is
Encrypt bool - 是否加密,当前仅支持false,即不加密。
- Progress string
- 快照创建进度。
- Retention
Days int - 快照保留时间,默认为2147483647,即永久保留。
- Snapshot
Id string - 快照 ID。
- Snapshot
Name string - 快照名称。
- Snapshot
Type string - 快照类型,默认为Manual,即手动快照。
- Source
Size int - 文件系统容量,单位为 GiB。
- Source
Version string - 文件系统版本。
- Status string
- 快照状态。说明如下:Progressing:正在创建。Accomplished:创建成功。Failed:创建失败。
- Zone
Id string - 可用区 ID。
- Created
Time string - 快照创建时间。
- Description string
- 快照描述信息。
- File
System stringId - 文件系统 ID。
- File
System stringName - 文件系统名称。
- Id string
- Uniquely identifies the resource.
- Is
Encrypt bool - 是否加密,当前仅支持false,即不加密。
- Progress string
- 快照创建进度。
- Retention
Days int - 快照保留时间,默认为2147483647,即永久保留。
- Snapshot
Id string - 快照 ID。
- Snapshot
Name string - 快照名称。
- Snapshot
Type string - 快照类型,默认为Manual,即手动快照。
- Source
Size int - 文件系统容量,单位为 GiB。
- Source
Version string - 文件系统版本。
- Status string
- 快照状态。说明如下:Progressing:正在创建。Accomplished:创建成功。Failed:创建失败。
- Zone
Id string - 可用区 ID。
- created
Time String - 快照创建时间。
- description String
- 快照描述信息。
- file
System StringId - 文件系统 ID。
- file
System StringName - 文件系统名称。
- id String
- Uniquely identifies the resource.
- is
Encrypt Boolean - 是否加密,当前仅支持false,即不加密。
- progress String
- 快照创建进度。
- retention
Days Integer - 快照保留时间,默认为2147483647,即永久保留。
- snapshot
Id String - 快照 ID。
- snapshot
Name String - 快照名称。
- snapshot
Type String - 快照类型,默认为Manual,即手动快照。
- source
Size Integer - 文件系统容量,单位为 GiB。
- source
Version String - 文件系统版本。
- status String
- 快照状态。说明如下:Progressing:正在创建。Accomplished:创建成功。Failed:创建失败。
- zone
Id String - 可用区 ID。
- created
Time string - 快照创建时间。
- description string
- 快照描述信息。
- file
System stringId - 文件系统 ID。
- file
System stringName - 文件系统名称。
- id string
- Uniquely identifies the resource.
- is
Encrypt boolean - 是否加密,当前仅支持false,即不加密。
- progress string
- 快照创建进度。
- retention
Days number - 快照保留时间,默认为2147483647,即永久保留。
- snapshot
Id string - 快照 ID。
- snapshot
Name string - 快照名称。
- snapshot
Type string - 快照类型,默认为Manual,即手动快照。
- source
Size number - 文件系统容量,单位为 GiB。
- source
Version string - 文件系统版本。
- status string
- 快照状态。说明如下:Progressing:正在创建。Accomplished:创建成功。Failed:创建失败。
- zone
Id string - 可用区 ID。
- created_
time str - 快照创建时间。
- description str
- 快照描述信息。
- file_
system_ strid - 文件系统 ID。
- file_
system_ strname - 文件系统名称。
- id str
- Uniquely identifies the resource.
- is_
encrypt bool - 是否加密,当前仅支持false,即不加密。
- progress str
- 快照创建进度。
- retention_
days int - 快照保留时间,默认为2147483647,即永久保留。
- snapshot_
id str - 快照 ID。
- snapshot_
name str - 快照名称。
- snapshot_
type str - 快照类型,默认为Manual,即手动快照。
- source_
size int - 文件系统容量,单位为 GiB。
- source_
version str - 文件系统版本。
- status str
- 快照状态。说明如下:Progressing:正在创建。Accomplished:创建成功。Failed:创建失败。
- zone_
id str - 可用区 ID。
- created
Time String - 快照创建时间。
- description String
- 快照描述信息。
- file
System StringId - 文件系统 ID。
- file
System StringName - 文件系统名称。
- id String
- Uniquely identifies the resource.
- is
Encrypt Boolean - 是否加密,当前仅支持false,即不加密。
- progress String
- 快照创建进度。
- retention
Days Number - 快照保留时间,默认为2147483647,即永久保留。
- snapshot
Id String - 快照 ID。
- snapshot
Name String - 快照名称。
- snapshot
Type String - 快照类型,默认为Manual,即手动快照。
- source
Size Number - 文件系统容量,单位为 GiB。
- source
Version String - 文件系统版本。
- status String
- 快照状态。说明如下:Progressing:正在创建。Accomplished:创建成功。Failed:创建失败。
- zone
Id String - 可用区 ID。
Package Details
- Repository
- bytepluscc byteplus-sdk/pulumi-bytepluscc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
byteplusccTerraform Provider.
bytepluscc v0.0.11 published on Wednesday, Jan 21, 2026 by Byteplus
