Show / Hide Table of Contents

Class GetSnatEntriesEntryResult

Inheritance
System.Object
GetSnatEntriesEntryResult
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.AliCloud.Vpc.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetSnatEntriesEntryResult

Fields

View Source

Id

The ID of the Snat Entry.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

SnatIp

The public IP of the Snat Entry.

Declaration
public readonly string SnatIp
Field Value
Type Description
System.String
View Source

SourceCidr

The source CIDR block of the Snat Entry.

Declaration
public readonly string SourceCidr
Field Value
Type Description
System.String
View Source

Status

The status of the Snat Entry.

Declaration
public readonly string Status
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.