Class ConditionArgs


  • public final class ConditionArgs
    extends com.pulumi.resources.ResourceArgs
    Condition contains details for one aspect of the current state of this API Resource.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ConditionArgs.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Method Detail

      • lastTransitionTime

        public com.pulumi.core.Output<java.lang.String> lastTransitionTime()
        Returns:
        lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
      • message

        public com.pulumi.core.Output<java.lang.String> message()
        Returns:
        message is a human readable message indicating details about the transition. This may be an empty string.
      • observedGeneration

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> observedGeneration()
        Returns:
        observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.
      • reason

        public com.pulumi.core.Output<java.lang.String> reason()
        Returns:
        reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty.
      • status

        public com.pulumi.core.Output<java.lang.String> status()
        Returns:
        status of the condition, one of True, False, Unknown.
      • type

        public com.pulumi.core.Output<java.lang.String> type()
        Returns:
        type of condition in CamelCase or in foo.example.com/CamelCase.