Interface MaintenanceExclusionOptionsOrBuilder (2.81.0)

public interface MaintenanceExclusionOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEndTimeBehavior()

public abstract MaintenanceExclusionOptions.EndTimeBehavior getEndTimeBehavior()

EndTimeBehavior specifies the behavior of the exclusion end time.

.google.container.v1beta1.MaintenanceExclusionOptions.EndTimeBehavior end_time_behavior = 2;

Returns
Type Description
MaintenanceExclusionOptions.EndTimeBehavior

The endTimeBehavior.

getEndTimeBehaviorValue()

public abstract int getEndTimeBehaviorValue()

EndTimeBehavior specifies the behavior of the exclusion end time.

.google.container.v1beta1.MaintenanceExclusionOptions.EndTimeBehavior end_time_behavior = 2;

Returns
Type Description
int

The enum numeric value on the wire for endTimeBehavior.

getScope()

public abstract MaintenanceExclusionOptions.Scope getScope()

Scope specifies the upgrade scope which upgrades are blocked by the exclusion.

.google.container.v1beta1.MaintenanceExclusionOptions.Scope scope = 1;

Returns
Type Description
MaintenanceExclusionOptions.Scope

The scope.

getScopeValue()

public abstract int getScopeValue()

Scope specifies the upgrade scope which upgrades are blocked by the exclusion.

.google.container.v1beta1.MaintenanceExclusionOptions.Scope scope = 1;

Returns
Type Description
int

The enum numeric value on the wire for scope.