public class HostNameSettings extends AbstractModel
Constructor and Description |
---|
HostNameSettings() |
Modifier and Type | Method and Description |
---|---|
String |
getHostName()
Get Host name of a CVM.
|
String |
getHostNameStyle()
Get Type of CVM host name.
|
void |
setHostName(String HostName)
Set Host name of a CVM.
|
void |
setHostNameStyle(String HostNameStyle)
Set Type of CVM host name.
|
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 String getHostName()
public void setHostName(String HostName)
HostName
- Host name of a CVM.
public String getHostNameStyle()
public void setHostNameStyle(String HostNameStyle)
HostNameStyle
- Type of CVM host name. Valid values: "ORIGINAL" and "UNIQUE". Default value: "ORIGINAL"
Copyright © 2020. All rights reserved.