Compute Engine v1 API - Class LicenseCodeLicenseAlias (2.9.0)

public sealed class LicenseCodeLicenseAlias : IMessage<LicenseCodeLicenseAlias>, IEquatable<LicenseCodeLicenseAlias>, IDeepCloneable<LicenseCodeLicenseAlias>, IBufferMessage, IMessage

Inheritance

object > LicenseCodeLicenseAlias

Namespace

GoogleCloudGoogle.Cloud.ComputeV1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

LicenseCodeLicenseAlias()

public LicenseCodeLicenseAlias()

LicenseCodeLicenseAlias(LicenseCodeLicenseAlias)

public LicenseCodeLicenseAlias(LicenseCodeLicenseAlias other)
Parameter
NameDescription
otherLicenseCodeLicenseAlias

Properties

Description

public string Description { get; set; }

[Output Only] Description of this License Code.

Property Value
TypeDescription
string

HasDescription

public bool HasDescription { get; }

Gets whether the "description" field is set

Property Value
TypeDescription
bool
public bool HasSelfLink { get; }

Gets whether the "self_link" field is set

Property Value
TypeDescription
bool
public string SelfLink { get; set; }

[Output Only] URL of license corresponding to this License Code.

Property Value
TypeDescription
string