Class: Google::Cloud::Compute::V1::LicenseResourceCommitment

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

Overview

Commitment for a particular license resource.

Instance Attribute Summary collapse

Instance Attribute Details

#amount ⇒ ::Integer

Returns The number of licenses you plan to purchase.

Returns:

  • (::Integer) —

    The number of licenses you plan to purchase.



40328
40329
40330
40331
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 40328

class LicenseResourceCommitment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#cores_per_license ⇒ ::String

Returns The number of cores per license.

Returns:

  • (::String) —

    The number of cores per license.



40328
40329
40330
40331
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 40328

class LicenseResourceCommitment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#license ⇒ ::String

Returns The applicable license URI.

Returns:

  • (::String) —

    The applicable license URI.



40328
40329
40330
40331
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 40328

class LicenseResourceCommitment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end