Show / Hide Table of Contents

Class NetworkAttachmentState

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

Constructors

View Source

NetworkAttachmentState()

Declaration
public NetworkAttachmentState()

Properties

View Source

CcnId

The ID of the CCN instance.

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

SagId

The ID of the Smart Access Gateway instance.

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