Class ContinueDeploymentRequest

    • Method Detail

      • deploymentId

        public final String deploymentId()

        The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement environment.

        Returns:
        The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement environment.
      • deploymentWaitType

        public final DeploymentWaitType deploymentWaitType()

        The status of the deployment's waiting period. READY_WAIT indicates that the deployment is ready to start shifting traffic. TERMINATION_WAIT indicates that the traffic is shifted, but the original target is not terminated.

        If the service returns an enum value that is not available in the current SDK version, deploymentWaitType will return DeploymentWaitType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from deploymentWaitTypeAsString().

        Returns:
        The status of the deployment's waiting period. READY_WAIT indicates that the deployment is ready to start shifting traffic. TERMINATION_WAIT indicates that the traffic is shifted, but the original target is not terminated.
        See Also:
        DeploymentWaitType
      • deploymentWaitTypeAsString

        public final String deploymentWaitTypeAsString()

        The status of the deployment's waiting period. READY_WAIT indicates that the deployment is ready to start shifting traffic. TERMINATION_WAIT indicates that the traffic is shifted, but the original target is not terminated.

        If the service returns an enum value that is not available in the current SDK version, deploymentWaitType will return DeploymentWaitType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from deploymentWaitTypeAsString().

        Returns:
        The status of the deployment's waiting period. READY_WAIT indicates that the deployment is ready to start shifting traffic. TERMINATION_WAIT indicates that the traffic is shifted, but the original target is not terminated.
        See Also:
        DeploymentWaitType
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object