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 purchased.

Returns:

  • (::Integer)

    The number of licenses purchased.



16875
16876
16877
16878
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16875

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

#cores_per_license::String

Returns Specifies the core range of the instance for which this license applies.

Returns:

  • (::String)

    Specifies the core range of the instance for which this license applies.



16875
16876
16877
16878
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16875

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

#license::String

Returns Any applicable license URI.

Returns:

  • (::String)

    Any applicable license URI.



16875
16876
16877
16878
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16875

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