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. Note that 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 are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the profile on which the unexpected property value was encountered.
-
-
Field Detail
-
CURRENT
static final String CURRENT
current.- See Also:
- Constant Field Values
-
PREVIOUS
static final String PREVIOUS
previous.- See Also:
- Constant Field Values
-
-