public static final class CreateGlobalSecurityIPGroupResponseBody.GlobalSecurityIPGroup.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
CreateGlobalSecurityIPGroupResponseBody.GlobalSecurityIPGroup |
build() |
CreateGlobalSecurityIPGroupResponseBody.GlobalSecurityIPGroup.Builder |
gIpList(String gIpList)
The IP address in the whitelist template.
|
CreateGlobalSecurityIPGroupResponseBody.GlobalSecurityIPGroup.Builder |
globalIgName(String globalIgName)
The name of the IP whitelist template.
|
CreateGlobalSecurityIPGroupResponseBody.GlobalSecurityIPGroup.Builder |
globalSecurityGroupId(String globalSecurityGroupId)
The ID of the IP whitelist template.
|
CreateGlobalSecurityIPGroupResponseBody.GlobalSecurityIPGroup.Builder |
regionId(String regionId)
The ID of the region.
|
public CreateGlobalSecurityIPGroupResponseBody.GlobalSecurityIPGroup.Builder gIpList(String gIpList)
> Separate multiple IP addresses with commas (,). You can add up to 1,000 IP addresses or CIDR blocks to all IP whitelists.
public CreateGlobalSecurityIPGroupResponseBody.GlobalSecurityIPGroup.Builder globalIgName(String globalIgName)
* The name can contain lowercase letters, digits, and underscores (\_). * The name must start with a letter and end with a letter or a digit. * The name must be 2 to 120 characters in length.
public CreateGlobalSecurityIPGroupResponseBody.GlobalSecurityIPGroup.Builder globalSecurityGroupId(String globalSecurityGroupId)
public CreateGlobalSecurityIPGroupResponseBody.GlobalSecurityIPGroup.Builder regionId(String regionId)
public CreateGlobalSecurityIPGroupResponseBody.GlobalSecurityIPGroup build()
Copyright © 2024. All rights reserved.