Class: Google::Cloud::Compute::V1::LicenseCodeLicenseAlias
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::LicenseCodeLicenseAlias
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#description ⇒ ::String
Output only.
-
#self_link ⇒ ::String
Output only.
Instance Attribute Details
#description ⇒ ::String
Returns Output only. [Output Only] Description of this License Code.
38046 38047 38048 38049 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 38046 class LicenseCodeLicenseAlias include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#self_link ⇒ ::String
Returns Output only. [Output Only] URL of license corresponding to this License Code.
38046 38047 38048 38049 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 38046 class LicenseCodeLicenseAlias include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |