Show / Hide Table of Contents

Class HaVpnGatewayVpnInterfaceGetArgs

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

Constructors

View Source

HaVpnGatewayVpnInterfaceGetArgs()

Declaration
public HaVpnGatewayVpnInterfaceGetArgs()

Properties

View Source

Id

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

IpAddress

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