public static interface IPRange.Builder extends SdkPojo, CopyableBuilder<IPRange.Builder,IPRange>
| Modifier and Type | Method and Description |
|---|---|
IPRange.Builder |
cidrip(String cidrip)
The IP range.
|
IPRange.Builder |
status(String status)
The status of the IP range.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIPRange.Builder status(String status)
The status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".
status - The status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".IPRange.Builder cidrip(String cidrip)
The IP range.
cidrip - The IP range.Copyright © 2023. All rights reserved.