public static class DescribeLogstashResponseBody.DescribeLogstashResponseBodyResultNetworkConfig
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
type
The ID of the vSwitch to which the instance is connected.
|
String |
vpcId
The zone where the cluster resides.
|
String |
vsArea
The network type of the instance.
|
String |
vswitchId |
构造器和说明 |
---|
DescribeLogstashResponseBodyResultNetworkConfig() |
@NameInMap(value="type") public String type
The ID of the vSwitch to which the instance is connected.
@NameInMap(value="vpcId") public String vpcId
The zone where the cluster resides.
@NameInMap(value="vsArea") public String vsArea
The network type of the instance. Valid values: Currently, only Virtual Private Cloud (VPC) are supported.
@NameInMap(value="vswitchId") public String vswitchId
public DescribeLogstashResponseBodyResultNetworkConfig()
public static DescribeLogstashResponseBody.DescribeLogstashResponseBodyResultNetworkConfig build(Map<String,?> map) throws Exception
Exception
public DescribeLogstashResponseBody.DescribeLogstashResponseBodyResultNetworkConfig setType(String type)
public String getType()
public DescribeLogstashResponseBody.DescribeLogstashResponseBodyResultNetworkConfig setVpcId(String vpcId)
public String getVpcId()
public DescribeLogstashResponseBody.DescribeLogstashResponseBodyResultNetworkConfig setVsArea(String vsArea)
public String getVsArea()
public DescribeLogstashResponseBody.DescribeLogstashResponseBodyResultNetworkConfig setVswitchId(String vswitchId)
public String getVswitchId()
Copyright © 2024. All rights reserved.