Class ConnectorArgs
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.VpcAccess
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ConnectorArgs : ResourceArgs
Constructors
View SourceConnectorArgs()
Declaration
public ConnectorArgs()
Properties
View SourceIpCidrRange
The range of internal addresses that follows RFC 4632 notation. Example: 10.132.0.0/28.
Declaration
public Input<string> IpCidrRange { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MaxThroughput
Maximum throughput of the connector in Mbps, must be greater than min_throughput. Default is 1000.
Declaration
public Input<int> MaxThroughput { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MinThroughput
Minimum throughput of the connector in Mbps. Default and min is 200.
Declaration
public Input<int> MinThroughput { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Name
The name of the resource (Max 25 characters).
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Network
Name of a VPC network.
Declaration
public Input<string> Network { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Project
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Region
Region where the VPC Access connector resides
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |