Class HaVpnGatewayVpnInterfaceGetArgs
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.Compute.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class HaVpnGatewayVpnInterfaceGetArgs : ResourceArgs
Constructors
View SourceHaVpnGatewayVpnInterfaceGetArgs()
Declaration
public HaVpnGatewayVpnInterfaceGetArgs()
Properties
View SourceId
an identifier for the resource with format projects/{{project}}/regions/{{region}}/vpnGateways/{{name}}
Declaration
public Input<int> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
IpAddress
Declaration
public Input<string> IpAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |