Class SnatEntryState
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.RocketMQ
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class SnatEntryState : ResourceArgs
Constructors
View SourceSnatEntryState()
Declaration
public SnatEntryState()
Properties
View SourceCidrBlock
The destination CIDR block.
Declaration
public Input<string> CidrBlock { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SagId
The ID of the SAG instance.
Declaration
public Input<string> SagId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SnatIp
The public IP address.
Declaration
public Input<string> SnatIp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |