Show / Hide Table of Contents

Class SnatEntryState

Inheritance
System.Object
InputArgs
ResourceArgs
SnatEntryState
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.AliCloud.RocketMQ
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class SnatEntryState : ResourceArgs

Constructors

View Source

SnatEntryState()

Declaration
public SnatEntryState()

Properties

View Source

CidrBlock

The destination CIDR block.

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

SagId

The ID of the SAG instance.

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

SnatIp

The public IP address.

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