Class RouterInterfaceArgs
Inherited Members
Namespace: Pulumi.Gcp.Compute
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class RouterInterfaceArgs : ResourceArgs
Constructors
View SourceRouterInterfaceArgs()
Declaration
public RouterInterfaceArgs()
Properties
View SourceInterconnectAttachment
The name or resource link to the
VLAN interconnect for this interface. Changing this forces a new interface to
be created. Only one of vpn_tunnel and interconnect_attachment can be
specified.
Declaration
public Input<string> InterconnectAttachment { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IpRange
IP address and range of the interface. The IP range must be in the RFC3927 link-local IP space. Changing this forces a new interface to be created.
Declaration
public Input<string> IpRange { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
A unique name for the interface, required by GCE. Changing this forces a new interface to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Project
The ID of the project in which this interface's router belongs. If it is not provided, the provider project is used. Changing this forces a new interface to be created.
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Region
The region this interface's router sits in. If not specified, the project region will be used. Changing this forces a new interface to be created.
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Router
The name of the router this interface will be attached to. Changing this forces a new interface to be created.
Declaration
public Input<string> Router { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VpnTunnel
The name or resource link to the VPN tunnel this
interface will be linked to. Changing this forces a new interface to be created. Only
one of vpn_tunnel and interconnect_attachment can be specified.
Declaration
public Input<string> VpnTunnel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |