public interface LicenseResourceRequirementsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getMinGuestCpuCount()
public abstract int getMinGuestCpuCount()
[Input Only] Deprecated. This field no longer reflects the minimum number of guest cpus required to use the Instance.
optional int32 min_guest_cpu_count = 477964836;
Returns | |
---|---|
Type | Description |
int |
The minGuestCpuCount. |
getMinMemoryMb()
public abstract int getMinMemoryMb()
[Input Only] Deprecated. This field no longer reflects the minimum memory required to use the Instance.
optional int32 min_memory_mb = 504785894;
Returns | |
---|---|
Type | Description |
int |
The minMemoryMb. |
hasMinGuestCpuCount()
public abstract boolean hasMinGuestCpuCount()
[Input Only] Deprecated. This field no longer reflects the minimum number of guest cpus required to use the Instance.
optional int32 min_guest_cpu_count = 477964836;
Returns | |
---|---|
Type | Description |
boolean |
Whether the minGuestCpuCount field is set. |
hasMinMemoryMb()
public abstract boolean hasMinMemoryMb()
[Input Only] Deprecated. This field no longer reflects the minimum memory required to use the Instance.
optional int32 min_memory_mb = 504785894;
Returns | |
---|---|
Type | Description |
boolean |
Whether the minMemoryMb field is set. |