Show / Hide Table of Contents

Class GetVpcPeeringConnectionArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetVpcPeeringConnectionArgs
Inherited Members
InvokeArgs.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.Aiven
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class GetVpcPeeringConnectionArgs : InvokeArgs

Constructors

View Source

GetVpcPeeringConnectionArgs()

Declaration
public GetVpcPeeringConnectionArgs()

Properties

View Source

PeerCloudAccount

Declaration
public string PeerCloudAccount { get; set; }
Property Value
Type Description
System.String
View Source

PeeringConnectionId

Declaration
public string PeeringConnectionId { get; set; }
Property Value
Type Description
System.String
View Source

PeerRegion

Declaration
public string PeerRegion { get; set; }
Property Value
Type Description
System.String
View Source

PeerVpc

Declaration
public string PeerVpc { get; set; }
Property Value
Type Description
System.String
View Source

State

Declaration
public string State { get; set; }
Property Value
Type Description
System.String
View Source

StateInfo

Declaration
public Dictionary<string, object> StateInfo { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>
View Source

VpcId

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