Compute Engine v1 API - Class LicenseCodeLicenseAlias (2.16.0)

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

Inheritance

object > LicenseCodeLicenseAlias

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

LicenseCodeLicenseAlias()

public LicenseCodeLicenseAlias()

LicenseCodeLicenseAlias(LicenseCodeLicenseAlias)

public LicenseCodeLicenseAlias(LicenseCodeLicenseAlias other)
Parameter
Name Description
other LicenseCodeLicenseAlias

Properties

Description

public string Description { get; set; }

[Output Only] Description of this License Code.

Property Value
Type Description
string

HasDescription

public bool HasDescription { get; }

Gets whether the "description" field is set

Property Value
Type Description
bool
public bool HasSelfLink { get; }

Gets whether the "self_link" field is set

Property Value
Type Description
bool
public string SelfLink { get; set; }

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

Property Value
Type Description
string