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 集群ID
|
String[] |
getSecurityPolicies()
Get 安全策略放通单个IP或CIDR(例如: "192.168.1.0/24",默认为拒绝所有)
|
void |
setClusterId(String ClusterId)
Set 集群ID
|
void |
setSecurityPolicies(String[] SecurityPolicies)
Set 安全策略放通单个IP或CIDR(例如: "192.168.1.0/24",默认为拒绝所有)
|
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 CreateClusterEndpointVipRequest()
public CreateClusterEndpointVipRequest(CreateClusterEndpointVipRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群IDpublic String[] getSecurityPolicies()
public void setSecurityPolicies(String[] SecurityPolicies)
SecurityPolicies
- 安全策略放通单个IP或CIDR(例如: "192.168.1.0/24",默认为拒绝所有)Copyright © 2023. All rights reserved.