Compute Engine v1 API - Class NamedSet (3.29.0)

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

Inheritance

object > NamedSet

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

NamedSet()

public NamedSet()

NamedSet(NamedSet)

public NamedSet(NamedSet other)
Parameter
Name Description
other NamedSet

Properties

Description

public string Description { get; set; }

An optional description of named set.

Property Value
Type Description
string

Elements

public RepeatedField<Expr> Elements { get; }

CEL expressions that are comparable to constructs of this set's type (see Policy Language).

Property Value
Type Description
RepeatedFieldExpr

Fingerprint

public string Fingerprint { get; set; }

A fingerprint for the Named Set being applied to this Router, which is essentially a hash of the Named Set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update the Named Set. You must always provide an up-to-date fingerprint hash in order to update or change labels.

To see the latest fingerprint, make a getNamedSet() request to retrieve a Named Set.

Property Value
Type Description
string

HasDescription

public bool HasDescription { get; }

Gets whether the "description" field is set

Property Value
Type Description
bool

HasFingerprint

public bool HasFingerprint { get; }

Gets whether the "fingerprint" field is set

Property Value
Type Description
bool

HasName

public bool HasName { get; }

Gets whether the "name" field is set

Property Value
Type Description
bool

HasType

public bool HasType { get; }

Gets whether the "type" field is set

Property Value
Type Description
bool

Name

public string Name { get; set; }

This set's name, which must be a resource ID segment and unique within all named sets owned by the Router. Name should conform to RFC1035.

Property Value
Type Description
string

Type

public string Type { get; set; }

This named set's type Check the Type enum for the list of possible values.

Property Value
Type Description
string