public static final class DescribeNetworkInterfaceAttributeResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
public DescribeNetworkInterfaceAttributeResponseBody.Builder associatedPublicIp(DescribeNetworkInterfaceAttributeResponseBody.AssociatedPublicIp associatedPublicIp)
public DescribeNetworkInterfaceAttributeResponseBody.Builder attachment(DescribeNetworkInterfaceAttributeResponseBody.Attachment attachment)
public DescribeNetworkInterfaceAttributeResponseBody.Builder bondInterfaceSpecification(DescribeNetworkInterfaceAttributeResponseBody.BondInterfaceSpecification bondInterfaceSpecification)
public DescribeNetworkInterfaceAttributeResponseBody.Builder connectionTrackingConfiguration(DescribeNetworkInterfaceAttributeResponseBody.ConnectionTrackingConfiguration connectionTrackingConfiguration)
public DescribeNetworkInterfaceAttributeResponseBody.Builder creationTime(String creationTime)
public DescribeNetworkInterfaceAttributeResponseBody.Builder deleteOnRelease(Boolean deleteOnRelease)
* true * false
public DescribeNetworkInterfaceAttributeResponseBody.Builder description(String description)
public DescribeNetworkInterfaceAttributeResponseBody.Builder enhancedNetwork(DescribeNetworkInterfaceAttributeResponseBody.EnhancedNetwork enhancedNetwork)
public DescribeNetworkInterfaceAttributeResponseBody.Builder instanceId(String instanceId)
> If the ENI is managed and controlled by other Alibaba Cloud services, no instance ID is returned.
public DescribeNetworkInterfaceAttributeResponseBody.Builder ipv4PrefixSets(DescribeNetworkInterfaceAttributeResponseBody.Ipv4PrefixSets ipv4PrefixSets)
public DescribeNetworkInterfaceAttributeResponseBody.Builder ipv6PrefixSets(DescribeNetworkInterfaceAttributeResponseBody.Ipv6PrefixSets ipv6PrefixSets)
public DescribeNetworkInterfaceAttributeResponseBody.Builder ipv6Sets(DescribeNetworkInterfaceAttributeResponseBody.Ipv6Sets ipv6Sets)
public DescribeNetworkInterfaceAttributeResponseBody.Builder macAddress(String macAddress)
public DescribeNetworkInterfaceAttributeResponseBody.Builder networkInterfaceId(String networkInterfaceId)
public DescribeNetworkInterfaceAttributeResponseBody.Builder networkInterfaceName(String networkInterfaceName)
public DescribeNetworkInterfaceAttributeResponseBody.Builder networkInterfaceTrafficConfig(DescribeNetworkInterfaceAttributeResponseBody.NetworkInterfaceTrafficConfig networkInterfaceTrafficConfig)
public DescribeNetworkInterfaceAttributeResponseBody.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 DescribeNetworkInterfaceAttributeResponseBody.Builder ownerId(String ownerId)
public DescribeNetworkInterfaceAttributeResponseBody.Builder privateIpAddress(String privateIpAddress)
public DescribeNetworkInterfaceAttributeResponseBody.Builder privateIpSets(DescribeNetworkInterfaceAttributeResponseBody.PrivateIpSets privateIpSets)
public DescribeNetworkInterfaceAttributeResponseBody.Builder queueNumber(Integer queueNumber)
* For a primary ENI: The default number of queues that the instance type supports for the ENI is returned. * For a secondary ENI: * When the ENI is in the InUse state, the following situations occur for the QueueNumber parameter: * If the number of queues supported by the ENI has not been modified, the default number of queues that the instance type supports for the ENI is returned. * If the number of queues supported by the ENI has been modified, the new number of queues is returned. * When the ENI is in the Available state, the following situations occur for the QueueNumber parameter: * If the number of queues supported by the ENI has not been modified, the return value is empty. * If the number of queues supported by the ENI has been modified, the new number of queues is returned.
public DescribeNetworkInterfaceAttributeResponseBody.Builder queuePairNumber(Integer queuePairNumber)
public DescribeNetworkInterfaceAttributeResponseBody.Builder requestId(String requestId)
public DescribeNetworkInterfaceAttributeResponseBody.Builder resourceGroupId(String resourceGroupId)
> ENIs in the default resource group are displayed in the response regardless of how this parameter is set.
public DescribeNetworkInterfaceAttributeResponseBody.Builder securityGroupIds(DescribeNetworkInterfaceAttributeResponseBody.SecurityGroupIds securityGroupIds)
public DescribeNetworkInterfaceAttributeResponseBody.Builder serviceID(Long serviceID)
public DescribeNetworkInterfaceAttributeResponseBody.Builder serviceManaged(Boolean serviceManaged)
public DescribeNetworkInterfaceAttributeResponseBody.Builder slaveInterfaceSpecification(DescribeNetworkInterfaceAttributeResponseBody.SlaveInterfaceSpecification slaveInterfaceSpecification)
public DescribeNetworkInterfaceAttributeResponseBody.Builder status(String status)
* Available: The ENI is not attached to an instance. * Attaching: The ENI is being attached to an instance. * InUse: The ENI is attached to an instance. * Detaching: The ENI is being detached from an instance. * Deleting: The ENI is being deleted. This parameter is empty by default, which indicates that all states are queried.
public DescribeNetworkInterfaceAttributeResponseBody.Builder tags(DescribeNetworkInterfaceAttributeResponseBody.Tags tags)
public DescribeNetworkInterfaceAttributeResponseBody.Builder tcpOptionAddressEnabled(String tcpOptionAddressEnabled)
public DescribeNetworkInterfaceAttributeResponseBody.Builder type(String type)
* Primary * Secondary
public DescribeNetworkInterfaceAttributeResponseBody.Builder vSwitchId(String vSwitchId)
public DescribeNetworkInterfaceAttributeResponseBody.Builder vpcId(String vpcId)
public DescribeNetworkInterfaceAttributeResponseBody.Builder zoneId(String zoneId)
public DescribeNetworkInterfaceAttributeResponseBody build()
Copyright © 2024. All rights reserved.