Class NetworkAttachmentArgs
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.CloudConnect
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class NetworkAttachmentArgs : ResourceArgs
Constructors
View SourceNetworkAttachmentArgs()
Declaration
public NetworkAttachmentArgs()
Properties
View SourceCcnId
The ID of the CCN instance.
Declaration
public Input<string> CcnId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SagId
The ID of the Smart Access Gateway instance.
Declaration
public Input<string> SagId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |