public sealed class ForwardingRuleAttachedExtension : IMessage<ForwardingRuleAttachedExtension>, IEquatable<ForwardingRuleAttachedExtension>, IDeepCloneable<ForwardingRuleAttachedExtension>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class ForwardingRuleAttachedExtension.
Reference to an extension resource that is attached to this ForwardingRule.
Implements
IMessageForwardingRuleAttachedExtension, IEquatableForwardingRuleAttachedExtension, IDeepCloneableForwardingRuleAttachedExtension, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
ForwardingRuleAttachedExtension()
public ForwardingRuleAttachedExtension()ForwardingRuleAttachedExtension(ForwardingRuleAttachedExtension)
public ForwardingRuleAttachedExtension(ForwardingRuleAttachedExtension other)| Parameter | |
|---|---|
| Name | Description |
other |
ForwardingRuleAttachedExtension |
Properties
HasReference
public bool HasReference { get; }Gets whether the "reference" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Reference
public string Reference { get; set; }Output only. The resource name.
| Property Value | |
|---|---|
| Type | Description |
string |
|