public static class DescribeInstanceTopologyResponseBody.DescribeInstanceTopologyResponseBodyTopologysTopology
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
hostId
The ID of the host where the ECS instance is deployed.
|
String |
instanceId
The ID of the ECS instance.
|
构造器和说明 |
---|
DescribeInstanceTopologyResponseBodyTopologysTopology() |
@NameInMap(value="HostId") public String hostId
The ID of the host where the ECS instance is deployed. This parameter is encrypted and cannot match the ID of the instance. However, if the values of this parameter for different ECS instances are the same, the ECS instances are deployed on the same host.
@NameInMap(value="InstanceId") public String instanceId
The ID of the ECS instance.
public DescribeInstanceTopologyResponseBodyTopologysTopology()
public static DescribeInstanceTopologyResponseBody.DescribeInstanceTopologyResponseBodyTopologysTopology build(Map<String,?> map) throws Exception
Exception
public DescribeInstanceTopologyResponseBody.DescribeInstanceTopologyResponseBodyTopologysTopology setHostId(String hostId)
public String getHostId()
public DescribeInstanceTopologyResponseBody.DescribeInstanceTopologyResponseBodyTopologysTopology setInstanceId(String instanceId)
public String getInstanceId()
Copyright © 2023. All rights reserved.