public class CreateEndPointAndEndPointServiceRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateEndPointAndEndPointServiceRequest() |
CreateEndPointAndEndPointServiceRequest(CreateEndPointAndEndPointServiceRequest 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 automatic forwarding is supported.
|
String |
getEndPointName()
Get Endpoint name.
|
String |
getEndPointRegion()
Get Endpoint region, which should be consistent with the region of the endpoint service.
|
String |
getEndPointServiceName()
Get Endpoint service name.
|
Long |
getIpNum()
Get Number of endpoint IP addresses.
|
String |
getServiceInstanceId()
Get Backend service ID.
|
String |
getServiceType()
Get Mounted PaaS service type.
|
String |
getVpcId()
Get VPC instance ID.
|
void |
setAutoAcceptFlag(Boolean AutoAcceptFlag)
Set Whether automatic forwarding is supported.
|
void |
setEndPointName(String EndPointName)
Set Endpoint name.
|
void |
setEndPointRegion(String EndPointRegion)
Set Endpoint region, which should be consistent with the region of the endpoint service.
|
void |
setEndPointServiceName(String EndPointServiceName)
Set Endpoint service name.
|
void |
setIpNum(Long IpNum)
Set Number of endpoint IP addresses.
|
void |
setServiceInstanceId(String ServiceInstanceId)
Set Backend service ID.
|
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 CreateEndPointAndEndPointServiceRequest()
public CreateEndPointAndEndPointServiceRequest(CreateEndPointAndEndPointServiceRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPC instance ID.public Boolean getAutoAcceptFlag()
public void setAutoAcceptFlag(Boolean AutoAcceptFlag)
AutoAcceptFlag
- Whether automatic forwarding is supported.public String getServiceInstanceId()
public void setServiceInstanceId(String ServiceInstanceId)
ServiceInstanceId
- Backend service ID.public String getEndPointName()
public void setEndPointName(String EndPointName)
EndPointName
- Endpoint name.public String getEndPointRegion()
public void setEndPointRegion(String EndPointRegion)
EndPointRegion
- Endpoint region, which should be consistent with the region of the endpoint service.public String getEndPointServiceName()
public void setEndPointServiceName(String EndPointServiceName)
EndPointServiceName
- Endpoint service name.public String getServiceType()
public void setServiceType(String ServiceType)
ServiceType
- Mounted PaaS service type. Valid values: CLB, CDB, and CRS.public Long getIpNum()
public void setIpNum(Long IpNum)
IpNum
- Number of endpoint IP addresses.Copyright © 2024. All rights reserved.