SmartAccessGatewayBindingProps
Properties for defining a SmartAccessGatewayBinding.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-smartaccessgatewaybinding
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sag;
new SmartAccessGatewayBindingProps {
object CcnId,
object SmartAgId
};
Properties
| Name | Type | Description |
|---|---|---|
CcnId |
object |
Property ccnId: The ID of the CCN instance to bind. |
SmartAgId |
object |
Property smartAgId: The ID of the Smart Access Gateway instance. |
CcnIdRequired
public object CcnId { get; set; }
- Type: object
Property ccnId: The ID of the CCN instance to bind.
SmartAgIdRequired
public object SmartAgId { get; set; }
- Type: object
Property smartAgId: The ID of the Smart Access Gateway instance.