Compute Engine v1 API - Class GetGlobalForwardingRuleRequest (3.29.0)

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

Reference documentation and code samples for the Compute Engine v1 API class GetGlobalForwardingRuleRequest.

A request message for GlobalForwardingRules.Get. See the method description for details.

Inheritance

object > GetGlobalForwardingRuleRequest

Namespace

Google.Cloud.Compute.V1

Assembly

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

HasView

public bool HasView { get; }

Gets whether the "view" field is set

Property Value
Type Description
bool

Project

public string Project { get; set; }

Project ID for this request.

Property Value
Type Description
string

View

public string View { get; set; }

Check the View enum for the list of possible values.

Property Value
Type Description
string