vpcaccess

package
v1.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 28, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Connector

type Connector struct {
	// contains filtered or unexported fields
}

> This content is derived from https://github.com/terraform-providers/terraform-provider-google/blob/master/website/docs/r/vpc_access_connector.html.markdown.

func GetConnector

func GetConnector(ctx *pulumi.Context,
	name string, id pulumi.ID, state *ConnectorState, opts ...pulumi.ResourceOpt) (*Connector, error)

GetConnector gets an existing Connector resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewConnector

func NewConnector(ctx *pulumi.Context,
	name string, args *ConnectorArgs, opts ...pulumi.ResourceOpt) (*Connector, error)

NewConnector registers a new resource with the given unique name, arguments, and options.

func (*Connector) ID

func (r *Connector) ID() *pulumi.IDOutput

ID is this resource's unique identifier assigned by its provider.

func (*Connector) IpCidrRange

func (r *Connector) IpCidrRange() *pulumi.StringOutput

func (*Connector) MaxThroughput

func (r *Connector) MaxThroughput() *pulumi.IntOutput

func (*Connector) MinThroughput

func (r *Connector) MinThroughput() *pulumi.IntOutput

func (*Connector) Name

func (r *Connector) Name() *pulumi.StringOutput

func (*Connector) Network

func (r *Connector) Network() *pulumi.StringOutput

func (*Connector) Project

func (r *Connector) Project() *pulumi.StringOutput

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

func (*Connector) Region

func (r *Connector) Region() *pulumi.StringOutput
func (r *Connector) SelfLink() *pulumi.StringOutput

func (*Connector) State

func (r *Connector) State() *pulumi.StringOutput

func (*Connector) URN

func (r *Connector) URN() *pulumi.URNOutput

URN is this resource's unique name assigned by Pulumi.

type ConnectorArgs

type ConnectorArgs struct {
	IpCidrRange   interface{}
	MaxThroughput interface{}
	MinThroughput interface{}
	Name          interface{}
	Network       interface{}
	// The ID of the project in which the resource belongs.
	// If it is not provided, the provider project is used.
	Project interface{}
	Region  interface{}
}

The set of arguments for constructing a Connector resource.

type ConnectorState

type ConnectorState struct {
	IpCidrRange   interface{}
	MaxThroughput interface{}
	MinThroughput interface{}
	Name          interface{}
	Network       interface{}
	// The ID of the project in which the resource belongs.
	// If it is not provided, the provider project is used.
	Project  interface{}
	Region   interface{}
	SelfLink interface{}
	State    interface{}
}

Input properties used for looking up and filtering Connector resources.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL