Class: Google::Cloud::Compute::V1::License
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::License
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Represents a License resource. A License represents billing and aggregate usage data for public and marketplace images. Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.
Instance Attribute Summary collapse
-
#charges_use_fee ⇒ ::Boolean
[Output Only] Deprecated.
-
#creation_timestamp ⇒ ::String
[Output Only] Creation timestamp in RFC3339 text format.
-
#description ⇒ ::String
An optional textual description of the resource; provided by the client when the resource is created.
-
#id ⇒ ::Integer
[Output Only] The unique identifier for the resource.
-
#kind ⇒ ::String
[Output Only] Type of resource.
-
#license_code ⇒ ::Integer
[Output Only] The unique code used to attach this license to images, snapshots, and disks.
-
#name ⇒ ::String
Name of the resource.
- #resource_requirements ⇒ ::Google::Cloud::Compute::V1::LicenseResourceRequirements
-
#self_link ⇒ ::String
[Output Only] Server-defined URL for the resource.
-
#transferable ⇒ ::Boolean
If false, licenses will not be copied from the source resource when creating an image from a disk, disk from snapshot, or snapshot from disk.
Instance Attribute Details
#charges_use_fee ⇒ ::Boolean
Returns [Output Only] Deprecated. This field no longer reflects whether a license charges a usage fee.
16795 16796 16797 16798 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16795 class License include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#creation_timestamp ⇒ ::String
Returns [Output Only] Creation timestamp in RFC3339 text format.
16795 16796 16797 16798 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16795 class License include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns An optional textual description of the resource; provided by the client when the resource is created.
16795 16796 16797 16798 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16795 class License include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::Integer
Returns [Output Only] The unique identifier for the resource. This identifier is defined by the server.
16795 16796 16797 16798 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16795 class License include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kind ⇒ ::String
Returns [Output Only] Type of resource. Always compute#license for licenses.
16795 16796 16797 16798 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16795 class License include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#license_code ⇒ ::Integer
Returns [Output Only] The unique code used to attach this license to images, snapshots, and disks.
16795 16796 16797 16798 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16795 class License include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Name of the resource. The name must be 1-63 characters long and comply with RFC1035.
16795 16796 16797 16798 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16795 class License include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_requirements ⇒ ::Google::Cloud::Compute::V1::LicenseResourceRequirements
16795 16796 16797 16798 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16795 class License include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#self_link ⇒ ::String
Returns [Output Only] Server-defined URL for the resource.
16795 16796 16797 16798 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16795 class License include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#transferable ⇒ ::Boolean
Returns If false, licenses will not be copied from the source resource when creating an image from a disk, disk from snapshot, or snapshot from disk.
16795 16796 16797 16798 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16795 class License include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |