Class NetworkGrantState
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 NetworkGrantState : ResourceArgs
Constructors
View SourceNetworkGrantState()
Declaration
public NetworkGrantState()
Properties
View SourceCcnId
The ID of the CCN instance.
Declaration
public Input<string> CcnId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CenId
The ID of the CEN instance.
Declaration
public Input<string> CenId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CenUid
The ID of the account to which the CEN instance belongs.
Declaration
public Input<string> CenUid { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |