public static final class DescribeSnapshotLinksResponseBody.SnapshotLink.Builder extends Object
构造器和说明 |
---|
Builder() |
public DescribeSnapshotLinksResponseBody.SnapshotLink.Builder category(String category)
public DescribeSnapshotLinksResponseBody.SnapshotLink.Builder instanceId(String instanceId)
public DescribeSnapshotLinksResponseBody.SnapshotLink.Builder instanceName(String instanceName)
public DescribeSnapshotLinksResponseBody.SnapshotLink.Builder instantAccess(Boolean instantAccess)
* true: The instant access feature is enabled. This feature can be enabled only for enhanced SSDs (ESSDs). * false: The instant access feature is disabled. The snapshot is a normal snapshot for which the instant access feature is disabled. > This parameter is no longer used. By default, new normal snapshots of ESSDs are upgraded to instant access snapshots free of charge without the need for additional configurations. For more information, see [Use the instant access feature](~~193667~~).
public DescribeSnapshotLinksResponseBody.SnapshotLink.Builder regionId(String regionId)
public DescribeSnapshotLinksResponseBody.SnapshotLink.Builder snapshotLinkId(String snapshotLinkId)
public DescribeSnapshotLinksResponseBody.SnapshotLink.Builder sourceDiskId(String sourceDiskId)
public DescribeSnapshotLinksResponseBody.SnapshotLink.Builder sourceDiskName(String sourceDiskName)
public DescribeSnapshotLinksResponseBody.SnapshotLink.Builder sourceDiskSize(Integer sourceDiskSize)
public DescribeSnapshotLinksResponseBody.SnapshotLink.Builder sourceDiskType(String sourceDiskType)
* system: system disk * data: data disk
public DescribeSnapshotLinksResponseBody.SnapshotLink.Builder totalCount(Integer totalCount)
public DescribeSnapshotLinksResponseBody.SnapshotLink.Builder totalSize(Long totalSize)
public DescribeSnapshotLinksResponseBody.SnapshotLink build()
Copyright © 2024. All rights reserved.