Show / Hide Table of Contents

Class GetNetworkPeeringResult

Inheritance
System.Object
GetNetworkPeeringResult
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.Mongodbatlas
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class GetNetworkPeeringResult

Fields

View Source

AccepterRegionName

Specifies the region where the peer VPC resides. For complete lists of supported regions, see Amazon Web Services.

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

AtlasCidrBlock

Unique identifier for an Azure AD directory.

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

AtlasId

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

AwsAccountId

Account ID of the owner of the peer VPC.

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

AzureDirectoryId

Unique identifier for an Azure AD directory.

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

AzureSubscriptionId

Unique identifer of the Azure subscription in which the VNet resides.

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

ConnectionId

Unique identifier for the peering connection.

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

ContainerId

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

ErrorMessage

When "status" : "FAILED", Atlas provides a description of the error.

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

ErrorState

Description of the Atlas error when status is Failed, Otherwise, Atlas returns null.

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

ErrorStateName

Error state, if any. The VPC peering connection error state value can be one of the following: REJECTED, EXPIRED, INVALID_ARGUMENT.

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

GcpProjectId

GCP project ID of the owner of the network peer.

Declaration
public readonly string GcpProjectId
Field Value
Type Description
System.String
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

NetworkName

Name of the network peer to which Atlas connects.

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

PeeringId

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

ProjectId

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

ProviderName

Cloud provider for this VPC peering connection. If omitted, Atlas sets this parameter to AWS. (Possible Values AWS, AZURE, GCP).

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

ResourceGroupName

Name of your Azure resource group.

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

RouteTableCidrBlock

Peer VPC CIDR block or subnet.

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

Status

Status of the Atlas network peering connection: ADDING_PEER, AVAILABLE, FAILED, DELETING, WAITING_FOR_USER.

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

StatusName

The VPC peering connection status value can be one of the following: INITIATING, PENDING_ACCEPTANCE, FAILED, FINALIZING, AVAILABLE, TERMINATING.

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

VnetName

Name of your Azure VNet.

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

VpcId

Unique identifier of the peer VPC.

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