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.



18834
18835
18836
18837
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 18834

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.



18834
18835
18836
18837
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 18834

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.



18834
18835
18836
18837
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 18834

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