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 you plan to purchase.
-
#cores_per_license ⇒ ::String
The number of cores per license.
-
#license ⇒ ::String
The applicable license URI.
Instance Attribute Details
#amount ⇒ ::Integer
Returns 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.
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.
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 |