Package com.oracle.bmc.database.model
Enum CreateSchedulingPlanDetails.PlanIntent
- java.lang.Object
-
- java.lang.Enum<CreateSchedulingPlanDetails.PlanIntent>
-
- com.oracle.bmc.database.model.CreateSchedulingPlanDetails.PlanIntent
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<CreateSchedulingPlanDetails.PlanIntent>
- Enclosing class:
- CreateSchedulingPlanDetails
public static enum CreateSchedulingPlanDetails.PlanIntent extends Enum<CreateSchedulingPlanDetails.PlanIntent> implements BmcEnum
The current intent of the Scheduling Plan.Valid states are EXADATA_INFRASTRUCTURE_FULL_SOFTWARE_UPDATE and EXADATA_INFRASTRUCTURE_SECURITY_UPDATE.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ExadataInfrastructureFullSoftwareUpdateExadataInfrastructureSecurityUpdate
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateSchedulingPlanDetails.PlanIntentcreate(String key)StringgetValue()static CreateSchedulingPlanDetails.PlanIntentvalueOf(String name)Returns the enum constant of this type with the specified name.static CreateSchedulingPlanDetails.PlanIntent[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ExadataInfrastructureFullSoftwareUpdate
public static final CreateSchedulingPlanDetails.PlanIntent ExadataInfrastructureFullSoftwareUpdate
-
ExadataInfrastructureSecurityUpdate
public static final CreateSchedulingPlanDetails.PlanIntent ExadataInfrastructureSecurityUpdate
-
-
Method Detail
-
values
public static CreateSchedulingPlanDetails.PlanIntent[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (CreateSchedulingPlanDetails.PlanIntent c : CreateSchedulingPlanDetails.PlanIntent.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CreateSchedulingPlanDetails.PlanIntent valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
create
public static CreateSchedulingPlanDetails.PlanIntent create(String key)
-
-