Package com.ibm.cloud.is.vpc.v1.model
Interface InstanceProfile.Status
-
- Enclosing class:
- InstanceProfile
public static interface InstanceProfile.Status
The status of the instance profile: - `previous`: This instance profile is an older revision, but remains provisionable and usable. - `current`: This profile is the latest revision. Revisions are indicated by the generation of an instance profile. Refer to the [profile naming conventions](https://cloud.ibm.com/docs/vpc?topic=vpc-profiles&interface=ui#profiles-naming-rule) for information on how generations are defined within an instance profile. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
-
Field Detail
-
CURRENT
static final String CURRENT
current.- See Also:
- Constant Field Values
-
PREVIOUS
static final String PREVIOUS
previous.- See Also:
- Constant Field Values
-
-