public class ModifyClusterEndpointSPRequest extends AbstractModel
| Constructor and Description | 
|---|
| ModifyClusterEndpointSPRequest() | 
| ModifyClusterEndpointSPRequest(ModifyClusterEndpointSPRequest 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 | getSecurityGroup()Get Modify public network security group | 
| String[] | getSecurityPolicies()Get Security policy opens single IP or CIDR block to the Internet (for example: '192.168.1.0/24', with 'reject all' as the default). | 
| void | setClusterId(String ClusterId)Set Cluster ID | 
| void | setSecurityGroup(String SecurityGroup)Set Modify public network security group | 
| void | setSecurityPolicies(String[] SecurityPolicies)Set Security policy opens single IP or CIDR block 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 ModifyClusterEndpointSPRequest()
public ModifyClusterEndpointSPRequest(ModifyClusterEndpointSPRequest 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 block to the Internet (for example: '192.168.1.0/24', with 'reject all' as the default).public String getSecurityGroup()
public void setSecurityGroup(String SecurityGroup)
SecurityGroup - Modify public network security groupCopyright © 2022. All rights reserved.