Show / Hide Table of Contents

Class KeyPrefixSubkeyCollectionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
KeyPrefixSubkeyCollectionArgs
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.Consul.Inputs
Assembly: Pulumi.Consul.dll
Syntax
public sealed class KeyPrefixSubkeyCollectionArgs : ResourceArgs

Constructors

View Source

KeyPrefixSubkeyCollectionArgs()

Declaration
public KeyPrefixSubkeyCollectionArgs()

Properties

View Source

Flags

An unsigned integer value to attach to the key (defaults to 0).

Declaration
public Input<int> Flags { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Path

This is the path (which will be appended to the given path_prefix) in Consul that should be written to.

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

Value

The value to write to the given path.

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