GrantCcnToCenProps
Properties for defining a GrantCcnToCen
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-grantccntocen
Initializer
import com.aliyun.ros.cdk.sag.GrantCcnToCenProps;
GrantCcnToCenProps.builder()
.ccnInstanceId(java.lang.String)
.ccnInstanceId(IResolvable)
.cenInstanceId(java.lang.String)
.cenInstanceId(IResolvable)
.cenUid(java.lang.String)
.cenUid(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
ccnInstanceId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property ccnInstanceId: The ID of the CCN instance. |
cenInstanceId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property cenInstanceId: The ID of the CEN instance. |
cenUid |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property cenUid: The ID of the account to which the CEN instance belongs. |
ccnInstanceId
Required
public java.lang.Object getCcnInstanceId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property ccnInstanceId: The ID of the CCN instance.
cenInstanceId
Required
public java.lang.Object getCenInstanceId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property cenInstanceId: The ID of the CEN instance.
cenUid
Required
public java.lang.Object getCenUid();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property cenUid: The ID of the account to which the CEN instance belongs.