public sealed class GetForwardingRuleRequest : IMessage<GetForwardingRuleRequest>, IEquatable<GetForwardingRuleRequest>, IDeepCloneable<GetForwardingRuleRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetForwardingRuleRequest.
A request message for ForwardingRules.Get. See the method description for details.
Implements
IMessageGetForwardingRuleRequest, IEquatableGetForwardingRuleRequest, IDeepCloneableGetForwardingRuleRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetForwardingRuleRequest()
public GetForwardingRuleRequest()GetForwardingRuleRequest(GetForwardingRuleRequest)
public GetForwardingRuleRequest(GetForwardingRuleRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        GetForwardingRuleRequest | 
      
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 | 
        |
Region
public string Region { get; set; }Name of the region scoping this request.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |