public sealed class GetGlobalForwardingRuleRequest : IMessage<GetGlobalForwardingRuleRequest>, IEquatable<GetGlobalForwardingRuleRequest>, IDeepCloneable<GetGlobalForwardingRuleRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetGlobalForwardingRuleRequest.
A request message for GlobalForwardingRules.Get. See the method description for details.
Implements
IMessageGetGlobalForwardingRuleRequest, IEquatableGetGlobalForwardingRuleRequest, IDeepCloneableGetGlobalForwardingRuleRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetGlobalForwardingRuleRequest()
public GetGlobalForwardingRuleRequest()GetGlobalForwardingRuleRequest(GetGlobalForwardingRuleRequest)
public GetGlobalForwardingRuleRequest(GetGlobalForwardingRuleRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetGlobalForwardingRuleRequest |
Properties
ForwardingRule
public string ForwardingRule { get; set; }Name of the ForwardingRule resource to return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Project
public string Project { get; set; }Project ID for this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|