Package com.ibm.cloud.is.vpc.v1.model
Interface VPC.Status
-
- Enclosing class:
- VPC
public static interface VPC.Status
The status of this VPC. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
-
Field Detail
-
AVAILABLE
static final String AVAILABLE
available.- See Also:
- Constant Field Values
-
DELETING
static final String DELETING
deleting.- See Also:
- Constant Field Values
-
FAILED
static final String FAILED
failed.- See Also:
- Constant Field Values
-
PENDING
static final String PENDING
pending.- See Also:
- Constant Field Values
-
-