Class: Google::Cloud::Compute::V1::InstanceConsumptionInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Instance Attribute Summary collapse

Instance Attribute Details

#guest_cpus::Integer

Returns The number of virtual CPUs that are available to the instance.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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