Class: Google::Cloud::Compute::V1::LicenseResourceCommitment
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::LicenseResourceCommitment
- 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
-
#amount ⇒ ::Integer
The number of licenses purchased.
-
#cores_per_license ⇒ ::String
Specifies the core range of the instance for which this license applies.
-
#license ⇒ ::String
Any applicable license URI.
Instance Attribute Details
#amount ⇒ ::Integer
Returns 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.
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.
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 |