public static class DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceImageOptions
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Boolean |
loginAsNonRoot
Indicates whether the instance that uses the image supports logons of the ecs-user user.
|
构造器和说明 |
---|
DescribeInstancesResponseBodyInstancesInstanceImageOptions() |
@NameInMap(value="LoginAsNonRoot") public Boolean loginAsNonRoot
Indicates whether the instance that uses the image supports logons of the ecs-user user. Valid values:
- true: The instance that uses the image supports logons of the ecs-user user.
- false: The instance that uses the image does not support logons of the ecs-user user.
public DescribeInstancesResponseBodyInstancesInstanceImageOptions()
public static DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceImageOptions build(Map<String,?> map) throws Exception
Exception
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceImageOptions setLoginAsNonRoot(Boolean loginAsNonRoot)
public Boolean getLoginAsNonRoot()
Copyright © 2023. All rights reserved.