Class DeleteAppRequest

    • Method Detail

      • appId

        public final String appId()

        The ID of the application.

        Returns:
        The ID of the application.
      • forceStopAppReplication

        public final Boolean forceStopAppReplication()

        Indicates whether to stop all replication jobs corresponding to the servers in the application while deleting the application.

        Returns:
        Indicates whether to stop all replication jobs corresponding to the servers in the application while deleting the application.
      • forceTerminateApp

        public final Boolean forceTerminateApp()

        Indicates whether to terminate the stack corresponding to the application while deleting the application.

        Returns:
        Indicates whether to terminate the stack corresponding to the application while deleting the application.
      • 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