public static final class DescribeDBClusterAccessWhitelistResponseBody.DBClusterIPArray.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeDBClusterAccessWhitelistResponseBody.DBClusterIPArray |
build() |
DescribeDBClusterAccessWhitelistResponseBody.DBClusterIPArray.Builder |
DBClusterIPArrayAttribute(String DBClusterIPArrayAttribute)
The attributes of the IP whitelist group.
|
DescribeDBClusterAccessWhitelistResponseBody.DBClusterIPArray.Builder |
DBClusterIPArrayName(String DBClusterIPArrayName)
The name of the IP whitelist group.
|
DescribeDBClusterAccessWhitelistResponseBody.DBClusterIPArray.Builder |
securityIps(String securityIps)
The IP addresses or Classless Inter-Domain Routing (CIDR) blocks in the IP whitelist group.
|
public DescribeDBClusterAccessWhitelistResponseBody.DBClusterIPArray.Builder DBClusterIPArrayAttribute(String DBClusterIPArrayAttribute)
> * The IP whitelist group that has appeared in the console cannot be hidden. > * This parameter can be specified only when the **WhiteListType** parameter is set to **IP**.
public DescribeDBClusterAccessWhitelistResponseBody.DBClusterIPArray.Builder DBClusterIPArrayName(String DBClusterIPArrayName)
* If the specified whitelist group name does not exist, the whitelist group is created. * If the specified whitelist group name exists, the whitelist group is modified. * If you do not specify this parameter, the default group is modified. > * You can create a maximum of 50 IP whitelist groups for a cluster. >* This parameter can be specified only when the **WhiteListType** parameter is set to **IP**.
public DescribeDBClusterAccessWhitelistResponseBody.DBClusterIPArray.Builder securityIps(String securityIps)
* IP addresses. Example: 10.23.12.24. * CIDR blocks. Example: 10.23.12.24/24. 24 indicates the length of the prefix of the CIDR block. The length is the range of 1 to 32. > This parameter can be specified only when the **WhiteListType** parameter is set to **IP**.
public DescribeDBClusterAccessWhitelistResponseBody.DBClusterIPArray build()
Copyright © 2024. All rights reserved.