public class EndPointService extends AbstractModel
header, skipSign
Constructor and Description |
---|
EndPointService() |
EndPointService(EndPointService 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 |
getCreateTime()
Get Creation time
|
Long |
getEndPointCount()
Get Number of associated endpoints
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getEndPointServiceId()
Get Endpoint service ID
|
EndPoint[] |
getEndPointSet()
Get Array of endpoints
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getServiceInstanceId()
Get Real server ID in the format of `lb-xxx`.
|
String |
getServiceName()
Get Endpoint service name
|
String |
getServiceOwner()
Get APP ID
|
String |
getServiceType()
Get Mounted PaaS service type.
|
String |
getServiceVip()
Get Real server VIP
|
String |
getVpcId()
Get VPC ID
|
void |
setAutoAcceptFlag(Boolean AutoAcceptFlag)
Set Whether to automatically accept
|
void |
setCreateTime(String CreateTime)
Set Creation time
|
void |
setEndPointCount(Long EndPointCount)
Set Number of associated endpoints
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setEndPointServiceId(String EndPointServiceId)
Set Endpoint service ID
|
void |
setEndPointSet(EndPoint[] EndPointSet)
Set Array of endpoints
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setServiceInstanceId(String ServiceInstanceId)
Set Real server ID in the format of `lb-xxx`.
|
void |
setServiceName(String ServiceName)
Set Endpoint service name
|
void |
setServiceOwner(String ServiceOwner)
Set APP ID
|
void |
setServiceType(String ServiceType)
Set Mounted PaaS service type.
|
void |
setServiceVip(String ServiceVip)
Set Real server VIP
|
void |
setVpcId(String VpcId)
Set VPC 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 EndPointService()
public EndPointService(EndPointService source)
public String getEndPointServiceId()
public void setEndPointServiceId(String EndPointServiceId)
EndPointServiceId
- Endpoint service IDpublic String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPC IDpublic String getServiceOwner()
public void setServiceOwner(String ServiceOwner)
ServiceOwner
- APP IDpublic String getServiceName()
public void setServiceName(String ServiceName)
ServiceName
- Endpoint service namepublic String getServiceVip()
public void setServiceVip(String ServiceVip)
ServiceVip
- Real server VIPpublic String getServiceInstanceId()
public void setServiceInstanceId(String ServiceInstanceId)
ServiceInstanceId
- Real server ID in the format of `lb-xxx`.public Boolean getAutoAcceptFlag()
public void setAutoAcceptFlag(Boolean AutoAcceptFlag)
AutoAcceptFlag
- Whether to automatically acceptpublic Long getEndPointCount()
public void setEndPointCount(Long EndPointCount)
EndPointCount
- Number of associated endpoints
Note: this field may return `null`, indicating that no valid values can be obtained.public EndPoint[] getEndPointSet()
public void setEndPointSet(EndPoint[] EndPointSet)
EndPointSet
- Array of endpoints
Note: this field may return `null`, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation timepublic String getServiceType()
public void setServiceType(String ServiceType)
ServiceType
- Mounted PaaS service type. Values: `CLB`, `CDB`, `CRS`Copyright © 2024. All rights reserved.