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
[Input Only] Deprecated.
-
#min_memory_mb ⇒ ::Integer
[Input Only] Deprecated.
Instance Attribute Details
#min_guest_cpu_count ⇒ ::Integer
Returns [Input Only] Deprecated. This field no longer reflects the minimum number of guest cpus required to use the Instance.
16976 16977 16978 16979 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16976 class LicenseResourceRequirements include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_memory_mb ⇒ ::Integer
Returns [Input Only] Deprecated. This field no longer reflects the minimum memory required to use the Instance.
16976 16977 16978 16979 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16976 class LicenseResourceRequirements include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |