Interface LicenseResourceRequirementsOrBuilder (1.51.0)

public interface LicenseResourceRequirementsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMinGuestCpuCount()

public abstract int getMinGuestCpuCount()

Minimum number of guest cpus required to use the Instance. Enforced at Instance creation and Instance start.

optional int32 min_guest_cpu_count = 477964836;

Returns
TypeDescription
int

The minGuestCpuCount.

getMinMemoryMb()

public abstract int getMinMemoryMb()

Minimum memory required to use the Instance. Enforced at Instance creation and Instance start.

optional int32 min_memory_mb = 504785894;

Returns
TypeDescription
int

The minMemoryMb.

hasMinGuestCpuCount()

public abstract boolean hasMinGuestCpuCount()

Minimum number of guest cpus required to use the Instance. Enforced at Instance creation and Instance start.

optional int32 min_guest_cpu_count = 477964836;

Returns
TypeDescription
boolean

Whether the minGuestCpuCount field is set.

hasMinMemoryMb()

public abstract boolean hasMinMemoryMb()

Minimum memory required to use the Instance. Enforced at Instance creation and Instance start.

optional int32 min_memory_mb = 504785894;

Returns
TypeDescription
boolean

Whether the minMemoryMb field is set.