Show / Hide Table of Contents

Class GetClusterLogging

Inheritance
System.Object
GetClusterLogging
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.Rancher2
Assembly: Pulumi.Rancher2.dll
Syntax
public static class GetClusterLogging

Methods

View Source

InvokeAsync(GetClusterLoggingArgs, InvokeOptions)

Use this data source to retrieve information about a Rancher v2 Cluster Logging.

{{% examples %}}

Example Usage

{{% example %}}

using Pulumi;
using Rancher2 = Pulumi.Rancher2;

class MyStack : Stack
{
public MyStack()
{
    var foo = Output.Create(Rancher2.GetClusterLogging.InvokeAsync(new Rancher2.GetClusterLoggingArgs
    {
        ClusterId = "<cluster_id>",
    }));
}

}

{{% /example %}} {{% /examples %}}

Declaration
public static Task<GetClusterLoggingResult> InvokeAsync(GetClusterLoggingArgs args, InvokeOptions options = null)
Parameters
Type Name Description
GetClusterLoggingArgs args
InvokeOptions options
Returns
Type Description
System.Threading.Tasks.Task<GetClusterLoggingResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.