public class CreateClusterEndpointVipRequest extends AbstractModel
| Constructor and Description | 
|---|
| CreateClusterEndpointVipRequest() | 
| CreateClusterEndpointVipRequest(CreateClusterEndpointVipRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| 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, toJsonStringpublic CreateClusterEndpointVipRequest()
public CreateClusterEndpointVipRequest(CreateClusterEndpointVipRequest source)
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 © 2022. All rights reserved.