Skip to content

SmartAccessGatewayBindingProps

Properties for defining a SmartAccessGatewayBinding.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-smartaccessgatewaybinding

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksag"
&alicloudroscdksag.SmartAccessGatewayBindingProps {
    CcnId: interface{},
    SmartAgId: interface{},
}

Properties

Name Type Description
CcnId interface{} Property ccnId: The ID of the CCN instance to bind.
SmartAgId interface{} Property smartAgId: The ID of the Smart Access Gateway instance.

CcnIdRequired

CcnId interface{}
  • Type: interface{}

Property ccnId: The ID of the CCN instance to bind.


SmartAgIdRequired

SmartAgId interface{}
  • Type: interface{}

Property smartAgId: The ID of the Smart Access Gateway instance.