Class GetGlobalForwardingRuleRequest (1.3.0)

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

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
NameDescription
otherGetGlobalForwardingRuleRequest

Properties

ForwardingRule

public string ForwardingRule { get; set; }

Name of the ForwardingRule resource to return.

Property Value
TypeDescription
String

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
String