public class DescribeSnapshotLinksRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
diskIds
The disk IDs.
|
String |
instanceId
The instance ID.
|
String |
ownerAccount |
Long |
ownerId |
Integer |
pageNumber
The page number.
|
Integer |
pageSize
The number of entries per page.
|
String |
regionId
The region ID of the disk.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
snapshotLinkIds
The snapshot chain IDs.
|
构造器和说明 |
---|
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 disk IDs. You can specify a JSON array that contains a maximum of 100 disk IDs. Separate the disk IDs with commas (,).
example:["d-bp1d6tsvznfghy7y****", "d-bp1ippxbaql9zet7****", … "d-bp1ib7bcz07lcxa9****"]
@NameInMap(value="InstanceId") public String instanceId
The instance ID.
example:i-bp1h6jmbefj2cyqs****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageNumber") public Integer pageNumber
The page number. Page starts from page 1.
Default value: 1.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries per page. Valid values: 1 to 100.
Default value: 10.
example:50
@NameInMap(value="RegionId") public String regionId
The region ID of the disk. You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="SnapshotLinkIds") public String snapshotLinkIds
The snapshot chain IDs. You can specify a JSON array that contains a maximum of 100 snapshot chain IDs. Separate the snapshot chain IDs with commas (,).
example:["sl-bp1grgphbcc9brb5****", "sl-bp1c4izumvq0i5bs****", … "sl-bp1akk7isz866dds****"]
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 © 2024. All rights reserved.