Package com.ibm.cloud.is.vpc.v1.model
Interface CreateVpcOptions.AddressPrefixManagement
-
- Enclosing class:
- CreateVpcOptions
public static interface CreateVpcOptions.AddressPrefixManagement
Indicates whether a [default address prefix](https://cloud.ibm.com/docs/vpc?topic=vpc-configuring-address-prefixes) will be automatically created for each zone in this VPC. If `manual`, this VPC will be created with no default address prefixes. Since address prefixes are managed identically regardless of whether they were automatically created, the value is not preserved as a VPC property.
-
-
Field Detail
-
AUTO
static final String AUTO
auto.- See Also:
- Constant Field Values
-
MANUAL
static final String MANUAL
manual.- See Also:
- Constant Field Values
-
-