public class L4ProxyRemoteAuth extends AbstractModel
header, skipSign
Constructor and Description |
---|
L4ProxyRemoteAuth() |
L4ProxyRemoteAuth(L4ProxyRemoteAuth 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 |
getAddress()
Get Remote authentication service address, in the format of domain/ip:port, such as example.auth.com:8888.
|
String |
getServerFaultyBehavior()
Get Default origin-pull behavior based on L4 forwarding rules after the remote authentication service is disabled.
|
String |
getSwitch()
Get Whether to enable L4 remote authentication.
|
void |
setAddress(String Address)
Set Remote authentication service address, in the format of domain/ip:port, such as example.auth.com:8888.
|
void |
setServerFaultyBehavior(String ServerFaultyBehavior)
Set Default origin-pull behavior based on L4 forwarding rules after the remote authentication service is disabled.
|
void |
setSwitch(String Switch)
Set Whether to enable L4 remote authentication.
|
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 L4ProxyRemoteAuth()
public L4ProxyRemoteAuth(L4ProxyRemoteAuth source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- Whether to enable L4 remote authentication. Valid values:
public String getAddress()
public void setAddress(String Address)
Address
- Remote authentication service address, in the format of domain/ip:port, such as example.auth.com:8888.public String getServerFaultyBehavior()
public void setServerFaultyBehavior(String ServerFaultyBehavior)
ServerFaultyBehavior
- Default origin-pull behavior based on L4 forwarding rules after the remote authentication service is disabled. Valid values:
Copyright © 2024. All rights reserved.