Show / Hide Table of Contents

Class ClusterClusterMonitoringInputArgs

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

Constructors

View Source

ClusterClusterMonitoringInputArgs()

Declaration
public ClusterClusterMonitoringInputArgs()

Properties

View Source

Answers

Key/value answers for monitor input (map)

Declaration
public InputMap<object> Answers { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Version

rancher-monitoring chart version (string)

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