public class DescribeIpv6EgressOnlyRulesRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
instanceId
The ID of the instance that is associated with the IPv6 address to which the egress-only rule is applied.
|
String |
instanceType
The type of the instance to which you want to apply the egress-only rule.
|
String |
ipv6EgressOnlyRuleId
The ID of the egress-only rule that you want to query.
|
String |
ipv6GatewayId
The ID of the IPv6 gateway.
|
String |
name
The name of the rule.
|
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 ID of the region where the IPv6 gateway is deployed.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
DescribeIpv6EgressOnlyRulesRequest() |
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance that is associated with the IPv6 address to which the egress-only rule is applied.
example:ipv6gw-bp1rhhs9zjlxukc5e****
@NameInMap(value="InstanceType") public String instanceType
The type of the instance to which you want to apply the egress-only rule. Set the value to
Ipv6Address, which specifies that the egress-only rule applies to an IPv6 address.
example:Ipv6Address
@NameInMap(value="Ipv6EgressOnlyRuleId") public String ipv6EgressOnlyRuleId
The ID of the egress-only rule that you want to query.
example:ipv6py-bp1rr7fq1md8pbb3k****
@NameInMap(value="Ipv6GatewayId") public String ipv6GatewayId
The ID of the IPv6 gateway.
This parameter is required.
example:ipv6gw-bp1rhhs9zjlxukc5e****
@NameInMap(value="Name") public String name
The name of the rule.
example:rulename
@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. Default value: 1.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return on each page. Maximum value: 50. Default value: 10.
example:10
@NameInMap(value="RegionId") public String regionId
The ID of the region where the IPv6 gateway is deployed. You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-huhehaote
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static DescribeIpv6EgressOnlyRulesRequest build(Map<String,?> map) throws Exception
Exception
public DescribeIpv6EgressOnlyRulesRequest setInstanceId(String instanceId)
public String getInstanceId()
public DescribeIpv6EgressOnlyRulesRequest setInstanceType(String instanceType)
public String getInstanceType()
public DescribeIpv6EgressOnlyRulesRequest setIpv6EgressOnlyRuleId(String ipv6EgressOnlyRuleId)
public String getIpv6EgressOnlyRuleId()
public DescribeIpv6EgressOnlyRulesRequest setIpv6GatewayId(String ipv6GatewayId)
public String getIpv6GatewayId()
public DescribeIpv6EgressOnlyRulesRequest setName(String name)
public String getName()
public DescribeIpv6EgressOnlyRulesRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeIpv6EgressOnlyRulesRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeIpv6EgressOnlyRulesRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeIpv6EgressOnlyRulesRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeIpv6EgressOnlyRulesRequest setRegionId(String regionId)
public String getRegionId()
public DescribeIpv6EgressOnlyRulesRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeIpv6EgressOnlyRulesRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.