public class DescribeMachineRequest extends AbstractModel
Constructor and Description |
---|
DescribeMachineRequest() |
DescribeMachineRequest(DescribeMachineRequest 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 |
---|---|
Long |
getIpv6Enable()
Get If this parameter is not `0`, machines supporting IPv6 will be queried.
|
void |
setIpv6Enable(Long Ipv6Enable)
Set If this parameter is not `0`, machines supporting IPv6 will be queried.
|
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 DescribeMachineRequest()
public DescribeMachineRequest(DescribeMachineRequest source)
public Long getIpv6Enable()
public void setIpv6Enable(Long Ipv6Enable)
Ipv6Enable
- If this parameter is not `0`, machines supporting IPv6 will be queried.Copyright © 2023. All rights reserved.