public class OriginACLEntity extends AbstractModel
header, skipSign
Constructor and Description |
---|
OriginACLEntity() |
OriginACLEntity(OriginACLEntity 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[] |
getInstances()
Get 实例详情,取值有:
- 当 Type = l7 时,请填写七层加速域名;
- 当 Type = l4 时,请填写四层代理实例 ID。
|
String |
getOperationMode()
Get 操作模式,取值有:
enable:启用;
disable:停用。
|
String |
getType()
Get 实例类型,取值有:
- l7:七层加速域名;
- l4:四层代理实例。
|
void |
setInstances(String[] Instances)
Set 实例详情,取值有:
- 当 Type = l7 时,请填写七层加速域名;
- 当 Type = l4 时,请填写四层代理实例 ID。
|
void |
setOperationMode(String OperationMode)
Set 操作模式,取值有:
enable:启用;
disable:停用。
|
void |
setType(String Type)
Set 实例类型,取值有:
- l7:七层加速域名;
- l4:四层代理实例。
|
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 OriginACLEntity()
public OriginACLEntity(OriginACLEntity source)
public String getType()
public void setType(String Type)
Type
- 实例类型,取值有:
- l7:七层加速域名;
- l4:四层代理实例。public String[] getInstances()
public void setInstances(String[] Instances)
Instances
- 实例详情,取值有:
- 当 Type = l7 时,请填写七层加速域名;
- 当 Type = l4 时,请填写四层代理实例 ID。public String getOperationMode()
public void setOperationMode(String OperationMode)
OperationMode
- 操作模式,取值有:
Copyright © 2025. All rights reserved.