Show / Hide Table of Contents

Class GetVpcPeeringConnectionResult

Inheritance
System.Object
GetVpcPeeringConnectionResult
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 GetVpcPeeringConnectionResult

Fields

View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

PeerCloudAccount

Declaration
public readonly string PeerCloudAccount
Field Value
Type Description
System.String
View Source

PeeringConnectionId

Declaration
public readonly string PeeringConnectionId
Field Value
Type Description
System.String
View Source

PeerRegion

Declaration
public readonly string PeerRegion
Field Value
Type Description
System.String
View Source

PeerVpc

Declaration
public readonly string PeerVpc
Field Value
Type Description
System.String
View Source

State

Declaration
public readonly string State
Field Value
Type Description
System.String
View Source

StateInfo

Declaration
public readonly ImmutableDictionary<string, object> StateInfo
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

VpcId

Declaration
public readonly string VpcId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.