Class ConnectionArgs
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.Gcp.ServiceNetworking
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ConnectionArgs : ResourceArgs
Constructors
View SourceConnectionArgs()
Declaration
public ConnectionArgs()
Properties
View SourceNetwork
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> |
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> |
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> |