Interface ManagedInstancePropertiesFromFlexibilityPolicyOrBuilder (1.64.0)

public interface ManagedInstancePropertiesFromFlexibilityPolicyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMachineType()

public abstract String getMachineType()

The machine type to be used for this instance.

optional string machine_type = 227711026;

Returns
Type Description
String

The machineType.

getMachineTypeBytes()

public abstract ByteString getMachineTypeBytes()

The machine type to be used for this instance.

optional string machine_type = 227711026;

Returns
Type Description
ByteString

The bytes for machineType.

hasMachineType()

public abstract boolean hasMachineType()

The machine type to be used for this instance.

optional string machine_type = 227711026;

Returns
Type Description
boolean

Whether the machineType field is set.