Class CreateVpcEndPointServiceRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.CreateVpcEndPointServiceRequest
-
public class CreateVpcEndPointServiceRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateVpcEndPointServiceRequest()CreateVpcEndPointServiceRequest(CreateVpcEndPointServiceRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAutoAcceptFlag()Get 是否自动接受。StringgetEndPointServiceName()Get 终端节点服务名称。BooleangetIsPassService()Get ~~是否是PassService类型。该字段已废弃,请不要使用该字段。~~StringgetServiceInstanceId()Get 后端服务ID,比如lb-xxx。StringgetServiceType()Get 挂载的PAAS服务类型,CLB,CDB,CRS,不填默认挂载为CLB。StringgetVpcId()Get VPC实例ID。voidsetAutoAcceptFlag(Boolean AutoAcceptFlag)Set 是否自动接受。voidsetEndPointServiceName(String EndPointServiceName)Set 终端节点服务名称。voidsetIsPassService(Boolean IsPassService)Set ~~是否是PassService类型。该字段已废弃,请不要使用该字段。~~voidsetServiceInstanceId(String ServiceInstanceId)Set 后端服务ID,比如lb-xxx。voidsetServiceType(String ServiceType)Set 挂载的PAAS服务类型,CLB,CDB,CRS,不填默认挂载为CLB。voidsetVpcId(String VpcId)Set VPC实例ID。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateVpcEndPointServiceRequest
public CreateVpcEndPointServiceRequest()
-
CreateVpcEndPointServiceRequest
public CreateVpcEndPointServiceRequest(CreateVpcEndPointServiceRequest 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.
-
-
Method Detail
-
getVpcId
public String getVpcId()
Get VPC实例ID。- Returns:
- VpcId VPC实例ID。
-
setVpcId
public void setVpcId(String VpcId)
Set VPC实例ID。- Parameters:
VpcId- VPC实例ID。
-
getEndPointServiceName
public String getEndPointServiceName()
Get 终端节点服务名称。- Returns:
- EndPointServiceName 终端节点服务名称。
-
setEndPointServiceName
public void setEndPointServiceName(String EndPointServiceName)
Set 终端节点服务名称。- Parameters:
EndPointServiceName- 终端节点服务名称。
-
getAutoAcceptFlag
public Boolean getAutoAcceptFlag()
Get 是否自动接受。- Returns:
- AutoAcceptFlag 是否自动接受。
-
setAutoAcceptFlag
public void setAutoAcceptFlag(Boolean AutoAcceptFlag)
Set 是否自动接受。- Parameters:
AutoAcceptFlag- 是否自动接受。
-
getServiceInstanceId
public String getServiceInstanceId()
Get 后端服务ID,比如lb-xxx。- Returns:
- ServiceInstanceId 后端服务ID,比如lb-xxx。
-
setServiceInstanceId
public void setServiceInstanceId(String ServiceInstanceId)
Set 后端服务ID,比如lb-xxx。- Parameters:
ServiceInstanceId- 后端服务ID,比如lb-xxx。
-
getIsPassService
public Boolean getIsPassService()
Get ~~是否是PassService类型。该字段已废弃,请不要使用该字段。~~- Returns:
- IsPassService ~~是否是PassService类型。该字段已废弃,请不要使用该字段。~~
-
setIsPassService
public void setIsPassService(Boolean IsPassService)
Set ~~是否是PassService类型。该字段已废弃,请不要使用该字段。~~- Parameters:
IsPassService- ~~是否是PassService类型。该字段已废弃,请不要使用该字段。~~
-
getServiceType
public String getServiceType()
Get 挂载的PAAS服务类型,CLB,CDB,CRS,不填默认挂载为CLB。- Returns:
- ServiceType 挂载的PAAS服务类型,CLB,CDB,CRS,不填默认挂载为CLB。
-
setServiceType
public void setServiceType(String ServiceType)
Set 挂载的PAAS服务类型,CLB,CDB,CRS,不填默认挂载为CLB。- Parameters:
ServiceType- 挂载的PAAS服务类型,CLB,CDB,CRS,不填默认挂载为CLB。
-
-