Class: Google::Cloud::Compute::V1::LicenseResourceRequirements
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::LicenseResourceRequirements
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#min_guest_cpu_count ⇒ ::Integer
Minimum number of guest cpus required to use the Instance.
-
#min_memory_mb ⇒ ::Integer
Minimum memory required to use the Instance.
Instance Attribute Details
#min_guest_cpu_count ⇒ ::Integer
Returns Minimum number of guest cpus required to use the Instance. Enforced at Instance creation and Instance start.
16886 16887 16888 16889 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16886 class LicenseResourceRequirements include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_memory_mb ⇒ ::Integer
Returns Minimum memory required to use the Instance. Enforced at Instance creation and Instance start.
16886 16887 16888 16889 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16886 class LicenseResourceRequirements include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |