Class: Google::Cloud::Compute::V1::InstanceConsumptionInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InstanceConsumptionInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#guest_cpus ⇒ ::Integer
The number of virtual CPUs that are available to the instance.
-
#local_ssd_gb ⇒ ::Integer
The amount of local SSD storage available to the instance, defined in GiB.
-
#memory_mb ⇒ ::Integer
The amount of physical memory available to the instance, defined in MiB.
-
#min_node_cpus ⇒ ::Integer
The minimal guaranteed number of virtual CPUs that are reserved.
Instance Attribute Details
#guest_cpus ⇒ ::Integer
Returns The number of virtual CPUs that are available to the instance.
13612 13613 13614 13615 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13612 class InstanceConsumptionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#local_ssd_gb ⇒ ::Integer
Returns The amount of local SSD storage available to the instance, defined in GiB.
13612 13613 13614 13615 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13612 class InstanceConsumptionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#memory_mb ⇒ ::Integer
Returns The amount of physical memory available to the instance, defined in MiB.
13612 13613 13614 13615 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13612 class InstanceConsumptionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_node_cpus ⇒ ::Integer
Returns The minimal guaranteed number of virtual CPUs that are reserved.
13612 13613 13614 13615 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13612 class InstanceConsumptionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |