Package-level declarations

Types

Link copied to clipboard
enum InstancePolicyProvisioningModel : Enum<InstancePolicyProvisioningModel> , ConvertibleToJava<InstancePolicyProvisioningModel>

The provisioning model.

Link copied to clipboard
enum LifecyclePolicyAction : Enum<LifecyclePolicyAction> , ConvertibleToJava<LifecyclePolicyAction>

Action to execute when ActionCondition is true. When RETRY_TASK is specified, we will retry failed tasks if we notice any exit code match and fail tasks if no match is found. Likewise, when FAIL_TASK is specified, we will fail tasks if we notice any exit code match and retry tasks if no match is found.

Link copied to clipboard
enum LogsPolicyDestination : Enum<LogsPolicyDestination> , ConvertibleToJava<LogsPolicyDestination>

Where logs should be saved.

Link copied to clipboard
enum MessageNewJobState : Enum<MessageNewJobState> , ConvertibleToJava<MessageNewJobState>

The new job state.

Link copied to clipboard
enum MessageNewTaskState : Enum<MessageNewTaskState> , ConvertibleToJava<MessageNewTaskState>

The new task state.

Link copied to clipboard
enum MessageType : Enum<MessageType> , ConvertibleToJava<MessageType>

The message type.