Class VpnConnectionVgwTelemetryGetArgs
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.Aws.Ec2.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class VpnConnectionVgwTelemetryGetArgs : ResourceArgs
Constructors
View SourceVpnConnectionVgwTelemetryGetArgs()
Declaration
public VpnConnectionVgwTelemetryGetArgs()
Properties
View SourceAcceptedRouteCount
Declaration
public Input<int> AcceptedRouteCount { get; set; }
Property Value
Type | Description |
---|---|
Input<System.Int32> |
LastStatusChange
Declaration
public Input<string> LastStatusChange { get; set; }
Property Value
Type | Description |
---|---|
Input<System.String> |
OutsideIpAddress
Declaration
public Input<string> OutsideIpAddress { get; set; }
Property Value
Type | Description |
---|---|
Input<System.String> |
Status
Declaration
public Input<string> Status { get; set; }
Property Value
Type | Description |
---|---|
Input<System.String> |
StatusMessage
Declaration
public Input<string> StatusMessage { get; set; }
Property Value
Type | Description |
---|---|
Input<System.String> |