Show / Hide Table of Contents

Class GetProjectVpc

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

Methods

View Source

InvokeAsync(GetProjectVpcArgs, InvokeOptions)

{{% examples %}}

Example Usage

{{% example %}}

using Pulumi;
using Aiven = Pulumi.Aiven;

class MyStack : Stack
{
public MyStack()
{
    var myvpc = Output.Create(Aiven.GetProjectVpc.InvokeAsync(new Aiven.GetProjectVpcArgs
    {
        Project = data.Aiven_project.Myproject.Project,
        CloudName = "google-europe-west1",
    }));
}

}

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

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