Show / Hide Table of Contents

Class GlobalForwardingRuleMetadataFilterFilterLabelArgs

Inheritance
System.Object
InputArgs
ResourceArgs
GlobalForwardingRuleMetadataFilterFilterLabelArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Compute.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GlobalForwardingRuleMetadataFilterFilterLabelArgs : ResourceArgs

Constructors

View Source

GlobalForwardingRuleMetadataFilterFilterLabelArgs()

Declaration
public GlobalForwardingRuleMetadataFilterFilterLabelArgs()

Properties

View Source

Name

Name of the metadata label. The length must be between 1 and 1024 characters, inclusive.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Value

The value that the label must match. The value has a maximum length of 1024 characters.

Declaration
public Input<string> Value { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.