public class CreateClusterEndpointRequest extends AbstractModel
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 The LB parameter.
|
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 The LB parameter.
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, 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
- The LB parameter. Required only for public network access.Copyright © 2023. All rights reserved.