Interface ReservationsPerformMaintenanceRequestOrBuilder (1.73.0)

public interface ReservationsPerformMaintenanceRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMaintenanceScope()

public abstract String getMaintenanceScope()

Specifies if all, running or unused hosts are in scope for this request. Check the MaintenanceScope enum for the list of possible values.

optional string maintenance_scope = 140687912;

Returns
Type Description
String

The maintenanceScope.

getMaintenanceScopeBytes()

public abstract ByteString getMaintenanceScopeBytes()

Specifies if all, running or unused hosts are in scope for this request. Check the MaintenanceScope enum for the list of possible values.

optional string maintenance_scope = 140687912;

Returns
Type Description
ByteString

The bytes for maintenanceScope.

hasMaintenanceScope()

public abstract boolean hasMaintenanceScope()

Specifies if all, running or unused hosts are in scope for this request. Check the MaintenanceScope enum for the list of possible values.

optional string maintenance_scope = 140687912;

Returns
Type Description
boolean

Whether the maintenanceScope field is set.