Show / Hide Table of Contents

Class GlobalForwardingRuleMetadataFilterFilterLabel

Inheritance
System.Object
GlobalForwardingRuleMetadataFilterFilterLabel
Inherited Members
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.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GlobalForwardingRuleMetadataFilterFilterLabel

Fields

View Source

Name

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

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Value

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

Declaration
public readonly string Value
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.