Class GetVpcPeeringConnectionArgs
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 sealed class GetVpcPeeringConnectionArgs : InvokeArgs
Constructors
View SourceGetVpcPeeringConnectionArgs()
Declaration
public GetVpcPeeringConnectionArgs()
Properties
View SourcePeerCloudAccount
Declaration
public string PeerCloudAccount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PeeringConnectionId
Declaration
public string PeeringConnectionId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PeerRegion
Declaration
public string PeerRegion { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PeerVpc
Declaration
public string PeerVpc { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
State
Declaration
public string State { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
StateInfo
Declaration
public Dictionary<string, object> StateInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
VpcId
Declaration
public string VpcId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |