public class RunEIPDirectServiceEnabled extends AbstractModel
header, skipSign
Constructor and Description |
---|
RunEIPDirectServiceEnabled() |
RunEIPDirectServiceEnabled(RunEIPDirectServiceEnabled 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 |
---|---|
Boolean |
getEnabled()
Get Whether to enable IP direct access.
|
void |
setEnabled(Boolean Enabled)
Set Whether to enable IP direct access.
|
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 RunEIPDirectServiceEnabled()
public RunEIPDirectServiceEnabled(RunEIPDirectServiceEnabled source)
public Boolean getEnabled()
public void setEnabled(Boolean Enabled)
Enabled
- Whether to enable IP direct access. Valid values:
TRUE: yes
FALSE: no
Default value: TRUE.
Currently, Windows images do not support IP direct access.Copyright © 2024. All rights reserved.