Class DMSOperations
- java.lang.Object
-
- org.apache.camel.component.huaweicloud.dms.constants.DMSOperations
-
public final class DMSOperations extends Object
Constants for all the supported DMS operations
-
-
Field Summary
Fields Modifier and Type Field Description static StringCREATE_INSTANCEstatic StringDELETE_INSTANCEstatic StringLIST_INSTANCESstatic StringQUERY_INSTANCEstatic StringUPDATE_INSTANCE
-
-
-
Field Detail
-
CREATE_INSTANCE
public static final String CREATE_INSTANCE
- See Also:
- Constant Field Values
-
DELETE_INSTANCE
public static final String DELETE_INSTANCE
- See Also:
- Constant Field Values
-
LIST_INSTANCES
public static final String LIST_INSTANCES
- See Also:
- Constant Field Values
-
QUERY_INSTANCE
public static final String QUERY_INSTANCE
- See Also:
- Constant Field Values
-
UPDATE_INSTANCE
public static final String UPDATE_INSTANCE
- See Also:
- Constant Field Values
-
-