Class: Google::Cloud::Compute::V1::LicenseCode
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::LicenseCode
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Represents a License Code resource. A License Code is a unique identifier used to represent a license resource. Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#creation_timestamp ⇒ ::String
[Output Only] Creation timestamp in RFC3339 text format.
-
#description ⇒ ::String
[Output Only] Description of this License Code.
-
#id ⇒ ::Integer
[Output Only] The unique identifier for the resource.
-
#kind ⇒ ::String
[Output Only] Type of resource.
-
#license_alias ⇒ ::Array<::Google::Cloud::Compute::V1::LicenseCodeLicenseAlias>
[Output Only] URL and description aliases of Licenses with the same License Code.
-
#name ⇒ ::String
[Output Only] Name of the resource.
-
#self_link ⇒ ::String
[Output Only] Server-defined URL for the resource.
-
#state ⇒ ::String
[Output Only] Current state of this License Code.
-
#transferable ⇒ ::Boolean
[Output Only] If true, the license will remain attached when creating images or snapshots from disks.
Instance Attribute Details
#creation_timestamp ⇒ ::String
Returns [Output Only] Creation timestamp in RFC3339 text format.
16829 16830 16831 16832 16833 16834 16835 16836 16837 16838 16839 16840 16841 16842 16843 16844 16845 16846 16847 16848 16849 16850 16851 16852 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16829 class LicenseCode include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Current state of this License Code. module State # A value indicating that the enum field is not set. UNDEFINED_STATE = 0 # Machines are not allowed to attach boot disks with this License Code. Requests to create new resources with this license will be rejected. DISABLED = 516_696_700 # Use is allowed for anyone with USE_READ_ONLY access to this License Code. ENABLED = 182_130_465 # Use of this license is limited to a project whitelist. RESTRICTED = 261_551_195 STATE_UNSPECIFIED = 470_755_401 # Reserved state. TERMINATED = 250_018_339 end end |
#description ⇒ ::String
Returns [Output Only] Description of this License Code.
16829 16830 16831 16832 16833 16834 16835 16836 16837 16838 16839 16840 16841 16842 16843 16844 16845 16846 16847 16848 16849 16850 16851 16852 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16829 class LicenseCode include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Current state of this License Code. module State # A value indicating that the enum field is not set. UNDEFINED_STATE = 0 # Machines are not allowed to attach boot disks with this License Code. Requests to create new resources with this license will be rejected. DISABLED = 516_696_700 # Use is allowed for anyone with USE_READ_ONLY access to this License Code. ENABLED = 182_130_465 # Use of this license is limited to a project whitelist. RESTRICTED = 261_551_195 STATE_UNSPECIFIED = 470_755_401 # Reserved state. TERMINATED = 250_018_339 end end |
#id ⇒ ::Integer
Returns [Output Only] The unique identifier for the resource. This identifier is defined by the server.
16829 16830 16831 16832 16833 16834 16835 16836 16837 16838 16839 16840 16841 16842 16843 16844 16845 16846 16847 16848 16849 16850 16851 16852 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16829 class LicenseCode include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Current state of this License Code. module State # A value indicating that the enum field is not set. UNDEFINED_STATE = 0 # Machines are not allowed to attach boot disks with this License Code. Requests to create new resources with this license will be rejected. DISABLED = 516_696_700 # Use is allowed for anyone with USE_READ_ONLY access to this License Code. ENABLED = 182_130_465 # Use of this license is limited to a project whitelist. RESTRICTED = 261_551_195 STATE_UNSPECIFIED = 470_755_401 # Reserved state. TERMINATED = 250_018_339 end end |
#kind ⇒ ::String
Returns [Output Only] Type of resource. Always compute#licenseCode for licenses.
16829 16830 16831 16832 16833 16834 16835 16836 16837 16838 16839 16840 16841 16842 16843 16844 16845 16846 16847 16848 16849 16850 16851 16852 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16829 class LicenseCode include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Current state of this License Code. module State # A value indicating that the enum field is not set. UNDEFINED_STATE = 0 # Machines are not allowed to attach boot disks with this License Code. Requests to create new resources with this license will be rejected. DISABLED = 516_696_700 # Use is allowed for anyone with USE_READ_ONLY access to this License Code. ENABLED = 182_130_465 # Use of this license is limited to a project whitelist. RESTRICTED = 261_551_195 STATE_UNSPECIFIED = 470_755_401 # Reserved state. TERMINATED = 250_018_339 end end |
#license_alias ⇒ ::Array<::Google::Cloud::Compute::V1::LicenseCodeLicenseAlias>
Returns [Output Only] URL and description aliases of Licenses with the same License Code.
16829 16830 16831 16832 16833 16834 16835 16836 16837 16838 16839 16840 16841 16842 16843 16844 16845 16846 16847 16848 16849 16850 16851 16852 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16829 class LicenseCode include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Current state of this License Code. module State # A value indicating that the enum field is not set. UNDEFINED_STATE = 0 # Machines are not allowed to attach boot disks with this License Code. Requests to create new resources with this license will be rejected. DISABLED = 516_696_700 # Use is allowed for anyone with USE_READ_ONLY access to this License Code. ENABLED = 182_130_465 # Use of this license is limited to a project whitelist. RESTRICTED = 261_551_195 STATE_UNSPECIFIED = 470_755_401 # Reserved state. TERMINATED = 250_018_339 end end |
#name ⇒ ::String
Returns [Output Only] Name of the resource. The name is 1-20 characters long and must be a valid 64 bit integer.
16829 16830 16831 16832 16833 16834 16835 16836 16837 16838 16839 16840 16841 16842 16843 16844 16845 16846 16847 16848 16849 16850 16851 16852 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16829 class LicenseCode include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Current state of this License Code. module State # A value indicating that the enum field is not set. UNDEFINED_STATE = 0 # Machines are not allowed to attach boot disks with this License Code. Requests to create new resources with this license will be rejected. DISABLED = 516_696_700 # Use is allowed for anyone with USE_READ_ONLY access to this License Code. ENABLED = 182_130_465 # Use of this license is limited to a project whitelist. RESTRICTED = 261_551_195 STATE_UNSPECIFIED = 470_755_401 # Reserved state. TERMINATED = 250_018_339 end end |
#self_link ⇒ ::String
Returns [Output Only] Server-defined URL for the resource.
16829 16830 16831 16832 16833 16834 16835 16836 16837 16838 16839 16840 16841 16842 16843 16844 16845 16846 16847 16848 16849 16850 16851 16852 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16829 class LicenseCode include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Current state of this License Code. module State # A value indicating that the enum field is not set. UNDEFINED_STATE = 0 # Machines are not allowed to attach boot disks with this License Code. Requests to create new resources with this license will be rejected. DISABLED = 516_696_700 # Use is allowed for anyone with USE_READ_ONLY access to this License Code. ENABLED = 182_130_465 # Use of this license is limited to a project whitelist. RESTRICTED = 261_551_195 STATE_UNSPECIFIED = 470_755_401 # Reserved state. TERMINATED = 250_018_339 end end |
#state ⇒ ::String
Returns [Output Only] Current state of this License Code. Check the State enum for the list of possible values.
16829 16830 16831 16832 16833 16834 16835 16836 16837 16838 16839 16840 16841 16842 16843 16844 16845 16846 16847 16848 16849 16850 16851 16852 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16829 class LicenseCode include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Current state of this License Code. module State # A value indicating that the enum field is not set. UNDEFINED_STATE = 0 # Machines are not allowed to attach boot disks with this License Code. Requests to create new resources with this license will be rejected. DISABLED = 516_696_700 # Use is allowed for anyone with USE_READ_ONLY access to this License Code. ENABLED = 182_130_465 # Use of this license is limited to a project whitelist. RESTRICTED = 261_551_195 STATE_UNSPECIFIED = 470_755_401 # Reserved state. TERMINATED = 250_018_339 end end |
#transferable ⇒ ::Boolean
Returns [Output Only] If true, the license will remain attached when creating images or snapshots from disks. Otherwise, the license is not transferred.
16829 16830 16831 16832 16833 16834 16835 16836 16837 16838 16839 16840 16841 16842 16843 16844 16845 16846 16847 16848 16849 16850 16851 16852 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16829 class LicenseCode include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Current state of this License Code. module State # A value indicating that the enum field is not set. UNDEFINED_STATE = 0 # Machines are not allowed to attach boot disks with this License Code. Requests to create new resources with this license will be rejected. DISABLED = 516_696_700 # Use is allowed for anyone with USE_READ_ONLY access to this License Code. ENABLED = 182_130_465 # Use of this license is limited to a project whitelist. RESTRICTED = 261_551_195 STATE_UNSPECIFIED = 470_755_401 # Reserved state. TERMINATED = 250_018_339 end end |