public class BindCidrBlockIpsRequest
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
cidrBlockId
待操作的Cidr Block ID。
|
List<IpBindParam> |
ipBindList
待绑定的IP列表。
|
| Constructor and Description |
|---|
BindCidrBlockIpsRequest() |
@Validation(required=true) public String cidrBlockId
@Validation(required=true,
minLength=1,
maxLength=100)
public List<IpBindParam> ipBindList
Copyright © 2024. All rights reserved.