public interface NodeGroupMaintenanceWindowOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMaintenanceDuration()
public abstract Duration getMaintenanceDuration()Output only. [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 | |
|---|---|
| Type | Description |
Duration |
The maintenanceDuration. |
getMaintenanceDurationOrBuilder()
public abstract DurationOrBuilder getMaintenanceDurationOrBuilder()Output only. [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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for startTime. |
hasMaintenanceDuration()
public abstract boolean hasMaintenanceDuration()Output only. [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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the startTime field is set. |