public static class ListConnectedClustersResponseBody.ListConnectedClustersResponseBodyResultResult
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
instances
The ID of the remote instance that is connected to the network of the current instance.
|
String |
networkType
The network type of the instance.
|
构造器和说明 |
---|
ListConnectedClustersResponseBodyResultResult() |
@NameInMap(value="instances") public String instances
The ID of the remote instance that is connected to the network of the current instance.
@NameInMap(value="networkType") public String networkType
The network type of the instance.
public ListConnectedClustersResponseBodyResultResult()
public static ListConnectedClustersResponseBody.ListConnectedClustersResponseBodyResultResult build(Map<String,?> map) throws Exception
Exception
public ListConnectedClustersResponseBody.ListConnectedClustersResponseBodyResultResult setInstances(String instances)
public String getInstances()
public ListConnectedClustersResponseBody.ListConnectedClustersResponseBodyResultResult setNetworkType(String networkType)
public String getNetworkType()
Copyright © 2024. All rights reserved.