Documentation
¶
Index ¶
- type Connector
- func (r *Connector) ID() *pulumi.IDOutput
- func (r *Connector) IpCidrRange() *pulumi.StringOutput
- func (r *Connector) MaxThroughput() *pulumi.IntOutput
- func (r *Connector) MinThroughput() *pulumi.IntOutput
- func (r *Connector) Name() *pulumi.StringOutput
- func (r *Connector) Network() *pulumi.StringOutput
- func (r *Connector) Project() *pulumi.StringOutput
- func (r *Connector) Region() *pulumi.StringOutput
- func (r *Connector) SelfLink() *pulumi.StringOutput
- func (r *Connector) State() *pulumi.StringOutput
- func (r *Connector) URN() *pulumi.URNOutput
- type ConnectorArgs
- type ConnectorState
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) IpCidrRange ¶
func (r *Connector) IpCidrRange() *pulumi.StringOutput
func (*Connector) MaxThroughput ¶
func (*Connector) MinThroughput ¶
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 (*Connector) SelfLink ¶
func (r *Connector) SelfLink() *pulumi.StringOutput
func (*Connector) State ¶
func (r *Connector) State() *pulumi.StringOutput
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.