public class DescribeSnapshotLinksRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
diskIds
The IDs of disks.
|
String |
instanceId
The ID of the instance.
|
String |
ownerAccount |
Long |
ownerId |
Integer |
pageNumber
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each page.
|
String |
regionId
The region ID of the disk.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
snapshotLinkIds
The IDs of snapshot chains.
|
构造器和说明 |
---|
DescribeSnapshotLinksRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DescribeSnapshotLinksRequest |
build(Map<String,?> map) |
String |
getDiskIds() |
String |
getInstanceId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getSnapshotLinkIds() |
DescribeSnapshotLinksRequest |
setDiskIds(String diskIds) |
DescribeSnapshotLinksRequest |
setInstanceId(String instanceId) |
DescribeSnapshotLinksRequest |
setOwnerAccount(String ownerAccount) |
DescribeSnapshotLinksRequest |
setOwnerId(Long ownerId) |
DescribeSnapshotLinksRequest |
setPageNumber(Integer pageNumber) |
DescribeSnapshotLinksRequest |
setPageSize(Integer pageSize) |
DescribeSnapshotLinksRequest |
setRegionId(String regionId) |
DescribeSnapshotLinksRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DescribeSnapshotLinksRequest |
setResourceOwnerId(Long resourceOwnerId) |
DescribeSnapshotLinksRequest |
setSnapshotLinkIds(String snapshotLinkIds) |
@NameInMap(value="DiskIds") public String diskIds
The IDs of disks. The value is a JSON array that consists of up to 100 disk IDs. Separate the disk IDs with commas (,).
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance.
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageNumber") public Integer pageNumber
The number of the page to return. Pages start from page 1.
Default value: 1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return on each page. Valid values: 1 to 100.
Default value: 10.
@NameInMap(value="RegionId") public String regionId
The region ID of the disk. You can call the [DescribeRegions](~~25609~~) operation to query the most recent region list.
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="SnapshotLinkIds") public String snapshotLinkIds
The IDs of snapshot chains. The value is a JSON array that consists of up to 100 snapshot chain IDs. Separate the snapshot chain IDs with commas (,).
public static DescribeSnapshotLinksRequest build(Map<String,?> map) throws Exception
Exception
public DescribeSnapshotLinksRequest setDiskIds(String diskIds)
public String getDiskIds()
public DescribeSnapshotLinksRequest setInstanceId(String instanceId)
public String getInstanceId()
public DescribeSnapshotLinksRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeSnapshotLinksRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeSnapshotLinksRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeSnapshotLinksRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeSnapshotLinksRequest setRegionId(String regionId)
public String getRegionId()
public DescribeSnapshotLinksRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeSnapshotLinksRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeSnapshotLinksRequest setSnapshotLinkIds(String snapshotLinkIds)
public String getSnapshotLinkIds()
Copyright © 2023. All rights reserved.