Show / Hide Table of Contents

Class ConnectorState

Inheritance
System.Object
InputArgs
ResourceArgs
ConnectorState
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.VpcAccess
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ConnectorState : ResourceArgs

Constructors

View Source

ConnectorState()

Declaration
public ConnectorState()

Properties

View Source

IpCidrRange

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>
View Source

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>
View Source

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>
View Source

Name

The name of the resource (Max 25 characters).

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

Network

Name of a VPC network.

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

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>
View Source

Region

Region where the VPC Access connector resides

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

SelfLink

The fully qualified name of this VPC connector

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

State

State of the VPC access connector.

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