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