Package com.ibm.cloud.is.vpc.v1.model
Interface DedicatedHostProfile.Status
-
- Enclosing class:
- DedicatedHostProfile
public static interface DedicatedHostProfile.Status
The status of the dedicated host profile: - `previous`: This dedicated host 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 a dedicated host profile. Refer to the [profile naming conventions] (https://cloud.ibm.com/docs/vpc?topic=vpc-dh-profiles&interface=ui#profiles-naming-rule) for information on how generations are defined within a dedicated host 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
-
-