Interface SchedulingOnInstanceStopActionOrBuilder (1.64.0)

public interface SchedulingOnInstanceStopActionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDiscardLocalSsd()

public abstract boolean getDiscardLocalSsd()

If true, the contents of any attached Local SSD disks will be discarded else, the Local SSD data will be preserved when the instance is stopped at the end of the run duration/termination time.

optional bool discard_local_ssd = 319517903;

Returns
Type Description
boolean

The discardLocalSsd.

hasDiscardLocalSsd()

public abstract boolean hasDiscardLocalSsd()

If true, the contents of any attached Local SSD disks will be discarded else, the Local SSD data will be preserved when the instance is stopped at the end of the run duration/termination time.

optional bool discard_local_ssd = 319517903;

Returns
Type Description
boolean

Whether the discardLocalSsd field is set.