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 deleteOnRelease(Boolean deleteOnRelease)
* true * false
public DescribeNetworkInterfacesResponseBody.NetworkInterfaceSet.Builder description(String description)
public DescribeNetworkInterfacesResponseBody.NetworkInterfaceSet.Builder instanceId(String instanceId)
> If the ENI is managed 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: The Elastic RDMA Interface (ERI) is enabled and the remote direct memory access (RDMA) communication mode is used. > This parameter can have a value of HighPerformance only when the ENI is attached to a c7re RDMA-enhanced instance that resides in 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 the ENI has never been modified, the default number of queues per secondary ENI that the instance type supports is returned. * If the ENI is a secondary ENI and the number of queues supported by the 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 the 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 © 2024. All rights reserved.