endTimeBehavior property

String? endTimeBehavior
getter/setter pair

EndTimeBehavior specifies the behavior of the exclusion end time. Possible string values are:

  • "END_TIME_BEHAVIOR_UNSPECIFIED" : END_TIME_BEHAVIOR_UNSPECIFIED is the default behavior, which is fixed end time.
  • "UNTIL_END_OF_SUPPORT" : UNTIL_END_OF_SUPPORT means the exclusion will be in effect until the end of the support of the cluster's current version.

Implementation

core.String? endTimeBehavior;