public class CreateClusterEndpointRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateClusterEndpointRequest() |
CreateClusterEndpointRequest(CreateClusterEndpointRequest 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 |
getDomain()
Get The domain name
|
String |
getExtensiveParameters()
Get LB parameters in a JSON string.
|
Boolean |
getIsExtranet()
Get Whether public network access is enabled or not (True = public network access, FALSE = private network access, with the default value as FALSE).
|
String |
getSecurityGroup()
Get The security group in use, which must be passed in when public access is enabled.
|
String |
getSubnetId()
Get The ID of the subnet where the cluster's port is located (only needs to be entered when the non-public network access is enabled, and must be within the subnet of the cluster's VPC).
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setDomain(String Domain)
Set The domain name
|
void |
setExtensiveParameters(String ExtensiveParameters)
Set LB parameters in a JSON string.
|
void |
setIsExtranet(Boolean IsExtranet)
Set Whether public network access is enabled or not (True = public network access, FALSE = private network access, with the default value as FALSE).
|
void |
setSecurityGroup(String SecurityGroup)
Set The security group in use, which must be passed in when public access is enabled.
|
void |
setSubnetId(String SubnetId)
Set The ID of the subnet where the cluster's port is located (only needs to be entered when the non-public network access is enabled, and must be within the subnet of the cluster's VPC).
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateClusterEndpointRequest()
public CreateClusterEndpointRequest(CreateClusterEndpointRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- The ID of the subnet where the cluster's port is located (only needs to be entered when the non-public network access is enabled, and must be within the subnet of the cluster's VPC).public Boolean getIsExtranet()
public void setIsExtranet(Boolean IsExtranet)
IsExtranet
- Whether public network access is enabled or not (True = public network access, FALSE = private network access, with the default value as FALSE).public String getDomain()
public void setDomain(String Domain)
Domain
- The domain namepublic String getSecurityGroup()
public void setSecurityGroup(String SecurityGroup)
SecurityGroup
- The security group in use, which must be passed in when public access is enabled.public String getExtensiveParameters()
public void setExtensiveParameters(String ExtensiveParameters)
ExtensiveParameters
- LB parameters in a JSON string. It is only required for public network access: {"InternetAccessible":{"InternetChargeType":"TRAFFIC_POSTPAID_BY_HOUR","InternetMaxBandwidthOut":200},"VipIsp":"","BandwidthPackageId":""}.
Description of parameters:
`InternetAccessible.InternetChargeType`: `TRAFFIC_POSTPAID_BY_HOUR` (Pay-as-you-go by traffic on an hourly basis); `BANDWIDTH_POSTPAID_BY_HOUR` (Pay-as-you-go by bandwidth on an hourly basis); `InternetAccessible.BANDWIDTH_PACKAGE` (Bill-by-bandwidth package).
`InternetMaxBandwidthOut`: Outbound bandwidth cap in Mbps. Value range: 0 - 2048. Default value: 10.
`VipIsp`: `CMCC` (China Mobile), `CTCC`·(China Telecom) and `CUCC` (China Unicom). If it is not specified, BGP line is used by default. To query ISPs available in a region, call `DescribeSingleIsp`. If this parameter is specified, the network billing mode must be `BANDWIDTH_PACKAGE`.
`BandwidthPackageId`: Bandwidth package ID. If this parameter is specified, only `BANDWIDTH_PACKAGE` is supported for `InternetAccessible.InternetChargeType`.Copyright © 2024. All rights reserved.