public static class CreatePrefixListRequest.CreatePrefixListRequestEntry
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
cidr
The CIDR block in entry N.
|
String |
description
The description in entry N.
|
构造器和说明 |
---|
CreatePrefixListRequestEntry() |
限定符和类型 | 方法和说明 |
---|---|
static CreatePrefixListRequest.CreatePrefixListRequestEntry |
build(Map<String,?> map) |
String |
getCidr() |
String |
getDescription() |
CreatePrefixListRequest.CreatePrefixListRequestEntry |
setCidr(String cidr) |
CreatePrefixListRequest.CreatePrefixListRequestEntry |
setDescription(String description) |
@NameInMap(value="Cidr") public String cidr
The CIDR block in entry N. Valid values of N: 0 to 200. Take note of the following items:
MaxEntries
value.For more information about CIDR blocks, see the What is CIDR? section in the "Network FAQ" topic.
This parameter is empty by default.
This parameter is required.
example:192.168.1.0/24
@NameInMap(value="Description") public String description
The description in entry N. The description must be 2 to 32 characters in length and cannot start with http://
or https://
. Valid values of N: 0 to 200.
Description Sample 01
public static CreatePrefixListRequest.CreatePrefixListRequestEntry build(Map<String,?> map) throws Exception
Exception
public CreatePrefixListRequest.CreatePrefixListRequestEntry setCidr(String cidr)
public String getCidr()
public CreatePrefixListRequest.CreatePrefixListRequestEntry setDescription(String description)
public String getDescription()
Copyright © 2024. All rights reserved.