public interface LicenseResourceRequirementsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getMinGuestCpuCount()
Minimum number of guest cpus required to use the Instance.
|
int |
getMinMemoryMb()
Minimum memory required to use the Instance.
|
boolean |
hasMinGuestCpuCount()
Minimum number of guest cpus required to use the Instance.
|
boolean |
hasMinMemoryMb()
Minimum memory required to use the Instance.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;boolean hasMinMemoryMb()
Minimum memory required to use the Instance. Enforced at Instance creation and Instance start.
optional int32 min_memory_mb = 504785894;int getMinMemoryMb()
Minimum memory required to use the Instance. Enforced at Instance creation and Instance start.
optional int32 min_memory_mb = 504785894;Copyright © 2023 Google LLC. All rights reserved.