public class HostNameSettings extends AbstractModel
header, skipSign
Constructor and Description |
---|
HostNameSettings() |
HostNameSettings(HostNameSettings 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 |
getHostName()
Get CVM HostName.
|
String |
getHostNameStyle()
Get The style of the CVM HostName.
|
String |
getHostNameSuffix()
Get HostName suffix for CVM.
|
void |
setHostName(String HostName)
Set CVM HostName.
|
void |
setHostNameStyle(String HostNameStyle)
Set The style of the CVM HostName.
|
void |
setHostNameSuffix(String HostNameSuffix)
Set HostName suffix for CVM.
|
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 HostNameSettings()
public HostNameSettings(HostNameSettings source)
public String getHostName()
public void setHostName(String HostName)
HostName
- CVM HostName.
public String getHostNameStyle()
public void setHostNameStyle(String HostNameStyle)
HostNameStyle
- The style of the CVM HostName. Valid values include ORIGINAL and UNIQUE, and the default value is ORIGINAL.
public String getHostNameSuffix()
public void setHostNameSuffix(String HostNameSuffix)
HostNameSuffix
- HostName suffix for CVM.
Copyright © 2024. All rights reserved.