Skip to content

SmartAccessGatewayBindingProps

Properties for defining a SmartAccessGatewayBinding.

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

Initializer

import com.aliyun.ros.cdk.sag.SmartAccessGatewayBindingProps;
SmartAccessGatewayBindingProps.builder()
    .ccnId(java.lang.String)
    .ccnId(IResolvable)
    .smartAgId(java.lang.String)
    .smartAgId(IResolvable)
    .build();

Properties

Name Type Description
ccnId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property ccnId: The ID of the CCN instance to bind.
smartAgId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property smartAgId: The ID of the Smart Access Gateway instance.

ccnIdRequired

public java.lang.Object getCcnId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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


smartAgIdRequired

public java.lang.Object getSmartAgId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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