public class OpenReadOnlyInstanceExclusiveAccessRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
OpenReadOnlyInstanceExclusiveAccessRequest() |
OpenReadOnlyInstanceExclusiveAccessRequest(OpenReadOnlyInstanceExclusiveAccessRequest 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 Please use the cluster information description (https://intl.cloud.tencent.com/document/api/1003/48086?from_cn_redirect=1) to obtain the clusterId.
|
String |
getInstanceId()
Get Please use the cluster information description (https://intl.cloud.tencent.com/document/api/1003/48086?from_cn_redirect=1) to obtain the instanceId.
|
Long |
getPort()
Get User-Defined port.
|
String[] |
getSecurityGroupIds()
Get Security group ID.
|
String |
getSubnetId()
Get Specified subnet ID.
|
String |
getVpcId()
Get Specifies the designated vpc ID.
|
void |
setClusterId(String ClusterId)
Set Please use the cluster information description (https://intl.cloud.tencent.com/document/api/1003/48086?from_cn_redirect=1) to obtain the clusterId.
|
void |
setInstanceId(String InstanceId)
Set Please use the cluster information description (https://intl.cloud.tencent.com/document/api/1003/48086?from_cn_redirect=1) to obtain the instanceId.
|
void |
setPort(Long Port)
Set User-Defined port.
|
void |
setSecurityGroupIds(String[] SecurityGroupIds)
Set Security group ID.
|
void |
setSubnetId(String SubnetId)
Set Specified subnet ID.
|
void |
setVpcId(String VpcId)
Set Specifies the designated vpc ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public OpenReadOnlyInstanceExclusiveAccessRequest()
public OpenReadOnlyInstanceExclusiveAccessRequest(OpenReadOnlyInstanceExclusiveAccessRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Please use the cluster information description (https://intl.cloud.tencent.com/document/api/1003/48086?from_cn_redirect=1) to obtain the clusterId.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Please use the cluster information description (https://intl.cloud.tencent.com/document/api/1003/48086?from_cn_redirect=1) to obtain the instanceId.public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- Specifies the designated vpc ID. please use the "query vpc list" to obtain the vpc ID.public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- Specified subnet ID. if vpc ID is set, SubnetId is required. please use query subnet list (https://intl.cloud.tencent.com/document/api/215/15784?from_cn_redirect=1) to get SubnetId.public Long getPort()
public void setPort(Long Port)
Port
- User-Defined port.public String[] getSecurityGroupIds()
public void setSecurityGroupIds(String[] SecurityGroupIds)
SecurityGroupIds
- Security group ID. use [view security group](https://intl.cloud.tencent.com/document/api/215/15808?from_cn_redirect=1) to obtain the SecurityGroupId.Copyright © 2025. All rights reserved.