Compute Engine v1 API - Class ResourceGroupReference (2.16.0)

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

Inheritance

object > ResourceGroupReference

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

ResourceGroupReference()

public ResourceGroupReference()

ResourceGroupReference(ResourceGroupReference)

public ResourceGroupReference(ResourceGroupReference other)
Parameter
Name Description
other ResourceGroupReference

Properties

Group

public string Group { get; set; }

A URI referencing one of the instance groups or network endpoint groups listed in the backend service.

Property Value
Type Description
string

HasGroup

public bool HasGroup { get; }

Gets whether the "group" field is set

Property Value
Type Description
bool