Class ResourceGroupReference (2.1.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
NameDescription
otherResourceGroupReference

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
TypeDescription
String

HasGroup

public bool HasGroup { get; }

Gets whether the "group" field is set

Property Value
TypeDescription
Boolean