public static final class DescribeNetworkInterfacesResponseBody.NetworkInterfaceSet.Builder extends Object
构造器和说明 |
---|
Builder() |
public DescribeNetworkInterfacesResponseBody.NetworkInterfaceSet.Builder associatedPublicIp(DescribeNetworkInterfacesResponseBody.AssociatedPublicIp associatedPublicIp)
public DescribeNetworkInterfacesResponseBody.NetworkInterfaceSet.Builder attachment(DescribeNetworkInterfacesResponseBody.Attachment attachment)
public DescribeNetworkInterfacesResponseBody.NetworkInterfaceSet.Builder creationTime(String creationTime)
public DescribeNetworkInterfacesResponseBody.NetworkInterfaceSet.Builder description(String description)
public DescribeNetworkInterfacesResponseBody.NetworkInterfaceSet.Builder instanceId(String instanceId)
> If the ENI is managed and controlled by other Alibaba Cloud services, no instance ID is returned.
public DescribeNetworkInterfacesResponseBody.NetworkInterfaceSet.Builder ipv4PrefixSets(DescribeNetworkInterfacesResponseBody.Ipv4PrefixSets ipv4PrefixSets)
public DescribeNetworkInterfacesResponseBody.NetworkInterfaceSet.Builder ipv6PrefixSets(DescribeNetworkInterfacesResponseBody.Ipv6PrefixSets ipv6PrefixSets)
public DescribeNetworkInterfacesResponseBody.NetworkInterfaceSet.Builder ipv6Sets(DescribeNetworkInterfacesResponseBody.Ipv6Sets ipv6Sets)
public DescribeNetworkInterfacesResponseBody.NetworkInterfaceSet.Builder macAddress(String macAddress)
public DescribeNetworkInterfacesResponseBody.NetworkInterfaceSet.Builder networkInterfaceId(String networkInterfaceId)
public DescribeNetworkInterfacesResponseBody.NetworkInterfaceSet.Builder networkInterfaceName(String networkInterfaceName)
public DescribeNetworkInterfacesResponseBody.NetworkInterfaceSet.Builder networkInterfaceTrafficMode(String networkInterfaceTrafficMode)
* Standard: the TCP communication mode is used. * HighPerformance: enables Elastic RDMA Interface (ERI) and uses the remote direct memory access (RDMA) communication mode. > The NetworkInterfaceTrafficMode parameter can be set to HighPerformance only when the instance to which the ENI is bound belongs to the c7re RDMA-enhanced instance family and is located within Beijing Zone K.
public DescribeNetworkInterfacesResponseBody.NetworkInterfaceSet.Builder ownerId(String ownerId)
public DescribeNetworkInterfacesResponseBody.NetworkInterfaceSet.Builder privateIpAddress(String privateIpAddress)
public DescribeNetworkInterfacesResponseBody.NetworkInterfaceSet.Builder privateIpSets(DescribeNetworkInterfacesResponseBody.PrivateIpSets privateIpSets)
public DescribeNetworkInterfacesResponseBody.NetworkInterfaceSet.Builder queueNumber(Integer queueNumber)
* If the ENI is a secondary ENI in the InUse state and the number of queues supported by this ENI has never been modified, the default number of queues per secondary ENI that the instance type supports is returned. * If the number of queues supported by the secondary ENI has been modified, the new number of queues is returned. * If the ENI is a secondary ENI in the Available state and the number of queues supported by this ENI has never been modified, an empty value is returned. * If the ENI is a primary ENI, the default number of queues per primary ENI that the instance type supports is returned.
public DescribeNetworkInterfacesResponseBody.NetworkInterfaceSet.Builder queuePairNumber(Integer queuePairNumber)
public DescribeNetworkInterfacesResponseBody.NetworkInterfaceSet.Builder resourceGroupId(String resourceGroupId)
public DescribeNetworkInterfacesResponseBody.NetworkInterfaceSet.Builder securityGroupIds(DescribeNetworkInterfacesResponseBody.SecurityGroupIds securityGroupIds)
public DescribeNetworkInterfacesResponseBody.NetworkInterfaceSet.Builder serviceID(Long serviceID)
public DescribeNetworkInterfacesResponseBody.NetworkInterfaceSet.Builder serviceManaged(Boolean serviceManaged)
public DescribeNetworkInterfacesResponseBody.NetworkInterfaceSet.Builder status(String status)
public DescribeNetworkInterfacesResponseBody.NetworkInterfaceSet.Builder tags(DescribeNetworkInterfacesResponseBody.Tags tags)
public DescribeNetworkInterfacesResponseBody.NetworkInterfaceSet.Builder type(String type)
public DescribeNetworkInterfacesResponseBody.NetworkInterfaceSet.Builder vSwitchId(String vSwitchId)
public DescribeNetworkInterfacesResponseBody.NetworkInterfaceSet.Builder vpcId(String vpcId)
public DescribeNetworkInterfacesResponseBody.NetworkInterfaceSet.Builder zoneId(String zoneId)
public DescribeNetworkInterfacesResponseBody.NetworkInterfaceSet build()
Copyright © 2023. All rights reserved.