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 SourceId
The ID of the Snat Entry.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
SnatIp
The public IP of the Snat Entry.
Declaration
public readonly string SnatIp
Field Value
| Type | Description |
|---|---|
| System.String |
SourceCidr
The source CIDR block of the Snat Entry.
Declaration
public readonly string SourceCidr
Field Value
| Type | Description |
|---|---|
| System.String |
Status
The status of the Snat Entry.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |