public static class ModifyPrefixListRequest.ModifyPrefixListRequestRemoveEntry
extends com.aliyun.tea.TeaModel
构造器和说明 |
---|
ModifyPrefixListRequestRemoveEntry() |
限定符和类型 | 方法和说明 |
---|---|
static ModifyPrefixListRequest.ModifyPrefixListRequestRemoveEntry |
build(Map<String,?> map) |
String |
getCidr() |
ModifyPrefixListRequest.ModifyPrefixListRequestRemoveEntry |
setCidr(String cidr) |
@NameInMap(value="Cidr") public String cidr
The CIDR block in entry N to be deleted from the prefix list. Valid values of N: 0 to 200.
Take note of the following items when you delete the entries:
AddEntry.N.Cidr
values.This parameter is required.
example:192.168.1.0/24
public static ModifyPrefixListRequest.ModifyPrefixListRequestRemoveEntry build(Map<String,?> map) throws Exception
Exception
public ModifyPrefixListRequest.ModifyPrefixListRequestRemoveEntry setCidr(String cidr)
public String getCidr()
Copyright © 2024. All rights reserved.