@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class RemovePublicIpPoolCapacityDetails extends Object
The information needed to remove capacity from a public IP pool.
Note: Objects should always be created or deserialized using the RemovePublicIpPoolCapacityDetails.Builder
. This model distinguishes fields
that are null
because they are unset from fields that are explicitly set to null
. This is done in
the setter methods of the RemovePublicIpPoolCapacityDetails.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
RemovePublicIpPoolCapacityDetails.Builder |
Constructor and Description |
---|
RemovePublicIpPoolCapacityDetails(String cidrBlock)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static RemovePublicIpPoolCapacityDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getCidrBlock()
The CIDR block to remove from the public IP pool.
|
int |
hashCode() |
RemovePublicIpPoolCapacityDetails.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value="cidrBlock") @Deprecated public RemovePublicIpPoolCapacityDetails(String cidrBlock)
public static RemovePublicIpPoolCapacityDetails.Builder builder()
Create a new builder.
public RemovePublicIpPoolCapacityDetails.Builder toBuilder()
public String getCidrBlock()
The CIDR block to remove from the public IP pool.
Example: 10.0.1.0/24
Copyright © 2016–2021. All rights reserved.