public static final class CreateSnapshotRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
CreateSnapshotRequest |
build() |
CreateSnapshotRequest.Builder |
description(String description)
The description of the snapshot.
|
CreateSnapshotRequest.Builder |
desktopId(String desktopId)
The ID of the cloud computer.
|
CreateSnapshotRequest.Builder |
regionId(String regionId)
The region ID.
|
CreateSnapshotRequest.Builder |
snapshotName(String snapshotName)
The name of the snapshot.
|
CreateSnapshotRequest.Builder |
sourceDiskType(String sourceDiskType)
The type of the disk for which you want to create a snapshot.
|
public CreateSnapshotRequest.Builder description(String description)
public CreateSnapshotRequest.Builder desktopId(String desktopId)
public CreateSnapshotRequest.Builder regionId(String regionId)
public CreateSnapshotRequest.Builder snapshotName(String snapshotName)
public CreateSnapshotRequest.Builder sourceDiskType(String sourceDiskType)
Valid values: * system: system disk * data: data disk
public CreateSnapshotRequest build()
Copyright © 2024. All rights reserved.