public class ShareCname extends AbstractModel
Constructor and Description |
---|
ShareCname() |
ShareCname(ShareCname 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 |
getCname()
Get Shared CNAME to be configured
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getSwitch()
Get Specifies whether to enable Shared CNAME.
|
void |
setCname(String Cname)
Set Shared CNAME to be configured
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setSwitch(String Switch)
Set Specifies whether to enable Shared CNAME.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ShareCname()
public ShareCname(ShareCname source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- Specifies whether to enable Shared CNAME. If it is set to `off`, the default CNAME is used. If it is set to `on`, a shared CNAME is used.
ShareCname is only available to beta users. To use this feature, please submit a ticket for application.public String getCname()
public void setCname(String Cname)
Cname
- Shared CNAME to be configured
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.