Interface NodeGroupMaintenanceWindowOrBuilder (1.47.0)

public interface NodeGroupMaintenanceWindowOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMaintenanceDuration()

public abstract Duration getMaintenanceDuration()

[Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.

optional .google.cloud.compute.v1.Duration maintenance_duration = 525291840;

Returns
TypeDescription
Duration

The maintenanceDuration.

getMaintenanceDurationOrBuilder()

public abstract DurationOrBuilder getMaintenanceDurationOrBuilder()

[Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.

optional .google.cloud.compute.v1.Duration maintenance_duration = 525291840;

Returns
TypeDescription
DurationOrBuilder

getStartTime()

public abstract String getStartTime()

Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.

optional string start_time = 37467274;

Returns
TypeDescription
String

The startTime.

getStartTimeBytes()

public abstract ByteString getStartTimeBytes()

Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.

optional string start_time = 37467274;

Returns
TypeDescription
ByteString

The bytes for startTime.

hasMaintenanceDuration()

public abstract boolean hasMaintenanceDuration()

[Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.

optional .google.cloud.compute.v1.Duration maintenance_duration = 525291840;

Returns
TypeDescription
boolean

Whether the maintenanceDuration field is set.

hasStartTime()

public abstract boolean hasStartTime()

Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.

optional string start_time = 37467274;

Returns
TypeDescription
boolean

Whether the startTime field is set.