Class RecreateDeploymentStrategyParams

    • Constructor Detail

      • RecreateDeploymentStrategyParams

        public RecreateDeploymentStrategyParams()
        No args constructor for use in serialization
    • Method Detail

      • getMid

        public LifecycleHook getMid()
        RecreateDeploymentStrategyParams are the input to the Recreate deployment strategy.
      • setMid

        public void setMid​(LifecycleHook mid)
        RecreateDeploymentStrategyParams are the input to the Recreate deployment strategy.
      • getPost

        public LifecycleHook getPost()
        RecreateDeploymentStrategyParams are the input to the Recreate deployment strategy.
      • setPost

        public void setPost​(LifecycleHook post)
        RecreateDeploymentStrategyParams are the input to the Recreate deployment strategy.
      • getPre

        public LifecycleHook getPre()
        RecreateDeploymentStrategyParams are the input to the Recreate deployment strategy.
      • setPre

        public void setPre​(LifecycleHook pre)
        RecreateDeploymentStrategyParams are the input to the Recreate deployment strategy.
      • getTimeoutSeconds

        public Long getTimeoutSeconds()
        timeoutSeconds is the time to wait for updates before giving up. If the value is nil, a default will be used.
      • setTimeoutSeconds

        public void setTimeoutSeconds​(Long timeoutSeconds)
        timeoutSeconds is the time to wait for updates before giving up. If the value is nil, a default will be used.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)