public class CreateVpcEndPointServiceRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getAutoAcceptFlag()
Get Whether to automatically accept
|
String |
getEndPointServiceName()
Get Endpoint service name
|
Boolean |
getIsPassService()
Get (Disused) Whether it’s a PaaS service
|
String |
getServiceInstanceId()
Get Real server ID, such as `lb-xxx`.
|
String |
getServiceType()
Get Mounted PaaS service type.
|
String |
getVpcId()
Get VPC instance ID
|
void |
setAutoAcceptFlag(Boolean AutoAcceptFlag)
Set Whether to automatically accept
|
void |
setEndPointServiceName(String EndPointServiceName)
Set Endpoint service name
|
void |
setIsPassService(Boolean IsPassService)
Set (Disused) Whether it’s a PaaS service
|
void |
setServiceInstanceId(String ServiceInstanceId)
Set Real server ID, such as `lb-xxx`.
|
void |
setServiceType(String ServiceType)
Set Mounted PaaS service type.
|
void |
setVpcId(String VpcId)
Set VPC instance ID
|
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 CreateVpcEndPointServiceRequest()
public CreateVpcEndPointServiceRequest(CreateVpcEndPointServiceRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPC instance IDpublic String getEndPointServiceName()
public void setEndPointServiceName(String EndPointServiceName)
EndPointServiceName
- Endpoint service namepublic Boolean getAutoAcceptFlag()
public void setAutoAcceptFlag(Boolean AutoAcceptFlag)
AutoAcceptFlag
- Whether to automatically acceptpublic String getServiceInstanceId()
public void setServiceInstanceId(String ServiceInstanceId)
ServiceInstanceId
- Real server ID, such as `lb-xxx`.public Boolean getIsPassService()
public void setIsPassService(Boolean IsPassService)
IsPassService
- (Disused) Whether it’s a PaaS servicepublic String getServiceType()
public void setServiceType(String ServiceType)
ServiceType
- Mounted PaaS service type. Values: `CLB` (default), `CDB`, `CRS`Copyright © 2024. All rights reserved.