public class CreateExtendEndpointRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateExtendEndpointRequest() |
CreateExtendEndpointRequest(CreateExtendEndpointRequest 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 |
getEndpointName()
Get Outbound endpoint name.
|
String |
getEndpointRegion()
Get The region of the outbound endpoint must be consistent with the region of the forwarding target VIP.
|
ForwardIp |
getForwardIp()
Get Forwarding target.
|
void |
setEndpointName(String EndpointName)
Set Outbound endpoint name.
|
void |
setEndpointRegion(String EndpointRegion)
Set The region of the outbound endpoint must be consistent with the region of the forwarding target VIP.
|
void |
setForwardIp(ForwardIp ForwardIp)
Set Forwarding target.
|
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 CreateExtendEndpointRequest()
public CreateExtendEndpointRequest(CreateExtendEndpointRequest source)
public String getEndpointName()
public void setEndpointName(String EndpointName)
EndpointName
- Outbound endpoint name.public String getEndpointRegion()
public void setEndpointRegion(String EndpointRegion)
EndpointRegion
- The region of the outbound endpoint must be consistent with the region of the forwarding target VIP.public ForwardIp getForwardIp()
public void setForwardIp(ForwardIp ForwardIp)
ForwardIp
- Forwarding target.Copyright © 2025. All rights reserved.