Show / Hide Table of Contents

Class VpnConnectionVgwTelemetryGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
VpnConnectionVgwTelemetryGetArgs
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.Aws.Ec2.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class VpnConnectionVgwTelemetryGetArgs : ResourceArgs

Constructors

View Source

VpnConnectionVgwTelemetryGetArgs()

Declaration
public VpnConnectionVgwTelemetryGetArgs()

Properties

View Source

AcceptedRouteCount

Declaration
public Input<int> AcceptedRouteCount { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

LastStatusChange

Declaration
public Input<string> LastStatusChange { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OutsideIpAddress

Declaration
public Input<string> OutsideIpAddress { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Status

Declaration
public Input<string> Status { get; set; }
Property Value
Type Description
Input<System.String>
View Source

StatusMessage

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