public static class DescribeLaunchTemplateVersionsResponseBody.DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataNetworkInterfacesNetworkInterface
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
description
The description of the secondary ENI.
|
String |
instanceType
The instance type of the instance.
|
String |
networkInterfaceName
The name of the secondary ENI.
|
String |
networkInterfaceTrafficMode
The communication mode of the primary ENI.
|
String |
primaryIpAddress
The primary private IP address of the secondary ENI.
|
String |
securityGroupId
The ID of the security group to which to assign the secondary ENI.
|
DescribeLaunchTemplateVersionsResponseBody.DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataNetworkInterfacesNetworkInterfaceSecurityGroupIds |
securityGroupIds
The IDs of the security groups to which to assign the secondary ENI.
|
String |
vSwitchId
The ID of the vSwitch to which to connect the ENI.
|
构造器和说明 |
---|
DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataNetworkInterfacesNetworkInterface() |
@NameInMap(value="Description") public String description
The description of the secondary ENI.
example:testNetworkInterfacesDescription
@NameInMap(value="InstanceType") public String instanceType
The instance type of the instance.
example:ecs.s2.xlarge
@NameInMap(value="NetworkInterfaceName") public String networkInterfaceName
The name of the secondary ENI.
example:testNetworkInterfaceName
@NameInMap(value="NetworkInterfaceTrafficMode") public String networkInterfaceTrafficMode
The communication mode of the primary ENI. Valid values:
Standard
@NameInMap(value="PrimaryIpAddress") public String primaryIpAddress
The primary private IP address of the secondary ENI.
example:203.0..
@NameInMap(value="SecurityGroupId") public String securityGroupId
The ID of the security group to which to assign the secondary ENI. The security group and the ENI must belong to the same VPC.
example:SecurityGroupId and SecurityGroupIds are mutually exclusive in the response.
sg-bp67acfmxazb4p****
@NameInMap(value="SecurityGroupIds") public DescribeLaunchTemplateVersionsResponseBody.DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataNetworkInterfacesNetworkInterfaceSecurityGroupIds securityGroupIds
The IDs of the security groups to which to assign the secondary ENI.
SecurityGroupId and SecurityGroupIds are mutually exclusive in the response.
@NameInMap(value="VSwitchId") public String vSwitchId
The ID of the vSwitch to which to connect the ENI.
example:vsw-bp67acfmxazb4p****
public DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataNetworkInterfacesNetworkInterface()
public static DescribeLaunchTemplateVersionsResponseBody.DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataNetworkInterfacesNetworkInterface build(Map<String,?> map) throws Exception
Exception
public DescribeLaunchTemplateVersionsResponseBody.DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataNetworkInterfacesNetworkInterface setDescription(String description)
public String getDescription()
public DescribeLaunchTemplateVersionsResponseBody.DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataNetworkInterfacesNetworkInterface setInstanceType(String instanceType)
public String getInstanceType()
public DescribeLaunchTemplateVersionsResponseBody.DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataNetworkInterfacesNetworkInterface setNetworkInterfaceName(String networkInterfaceName)
public String getNetworkInterfaceName()
public DescribeLaunchTemplateVersionsResponseBody.DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataNetworkInterfacesNetworkInterface setNetworkInterfaceTrafficMode(String networkInterfaceTrafficMode)
public String getNetworkInterfaceTrafficMode()
public DescribeLaunchTemplateVersionsResponseBody.DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataNetworkInterfacesNetworkInterface setPrimaryIpAddress(String primaryIpAddress)
public String getPrimaryIpAddress()
public DescribeLaunchTemplateVersionsResponseBody.DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataNetworkInterfacesNetworkInterface setSecurityGroupId(String securityGroupId)
public String getSecurityGroupId()
public DescribeLaunchTemplateVersionsResponseBody.DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataNetworkInterfacesNetworkInterface setSecurityGroupIds(DescribeLaunchTemplateVersionsResponseBody.DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataNetworkInterfacesNetworkInterfaceSecurityGroupIds securityGroupIds)
public DescribeLaunchTemplateVersionsResponseBody.DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataNetworkInterfacesNetworkInterfaceSecurityGroupIds getSecurityGroupIds()
public DescribeLaunchTemplateVersionsResponseBody.DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataNetworkInterfacesNetworkInterface setVSwitchId(String vSwitchId)
public String getVSwitchId()
Copyright © 2024. All rights reserved.