public static interface NetworkInterfaceCount.Builder extends SdkPojo, CopyableBuilder<NetworkInterfaceCount.Builder,NetworkInterfaceCount>
| Modifier and Type | Method and Description |
|---|---|
NetworkInterfaceCount.Builder |
max(Integer max)
The maximum number of network interfaces.
|
NetworkInterfaceCount.Builder |
min(Integer min)
The minimum number of network interfaces.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkInterfaceCount.Builder min(Integer min)
The minimum number of network interfaces. If this parameter is not specified, there is no minimum limit.
min - The minimum number of network interfaces. If this parameter is not specified, there is no minimum
limit.NetworkInterfaceCount.Builder max(Integer max)
The maximum number of network interfaces. If this parameter is not specified, there is no maximum limit.
max - The maximum number of network interfaces. If this parameter is not specified, there is no maximum
limit.Copyright © 2022. All rights reserved.