public class CreateClusterEndpointVipRequest extends AbstractModel
Constructor and Description |
---|
CreateClusterEndpointVipRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getClusterId()
Get Cluster ID
|
String[] |
getSecurityPolicies()
Get Security policy opens single IP or CIDR to the Internet (for example: '192.168.1.0/24', with 'reject all' as the default).
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setSecurityPolicies(String[] SecurityPolicies)
Set Security policy opens single IP or CIDR to the Internet (for example: '192.168.1.0/24', with 'reject all' as the default).
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic String[] getSecurityPolicies()
public void setSecurityPolicies(String[] SecurityPolicies)
SecurityPolicies
- Security policy opens single IP or CIDR to the Internet (for example: '192.168.1.0/24', with 'reject all' as the default).Copyright © 2020. All rights reserved.