Show / Hide Table of Contents

Class ConnectionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ConnectionArgs
Inherited Members
ResourceArgs.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.Gcp.ServiceNetworking
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ConnectionArgs : ResourceArgs

Constructors

View Source

ConnectionArgs()

Declaration
public ConnectionArgs()

Properties

View Source

Network

Name of VPC network connected with service producers using VPC peering.

Declaration
public Input<string> Network { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ReservedPeeringRanges

Named IP address range(s) of PEERING type reserved for this service provider. Note that invoking this method with a different range when connection is already established will not reallocate already provisioned service producer subnetworks.

Declaration
public InputList<string> ReservedPeeringRanges { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Service

Provider peering service that is managing peering connectivity for a service provider organization. For Google services that support this functionality it is 'servicenetworking.googleapis.com'.

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