Skip to content

GrantInstanceToCenProps

Properties for defining a GrantInstanceToCen.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-grantinstancetocen

Initializer

import com.aliyun.ros.cdk.vpc.GrantInstanceToCenProps;
GrantInstanceToCenProps.builder()
    .cenId(java.lang.String)
    .cenId(IResolvable)
    .cenOwnerId(java.lang.Number)
    .cenOwnerId(IResolvable)
    .instanceId(java.lang.String)
    .instanceId(IResolvable)
    .instanceType(java.lang.String)
    .instanceType(IResolvable)
    .build();

Properties

Name Type Description
cenId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property cenId: The ID of the CEN instance to be authorized.
cenOwnerId java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable Property cenOwnerId: The UID of the account to which the target CEN instance belongs.
instanceId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property instanceId: The ID of the network instance.
instanceType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property instanceType: The type of the network instance.

cenIdRequired

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

Property cenId: The ID of the CEN instance to be authorized.


cenOwnerIdRequired

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

Property cenOwnerId: The UID of the account to which the target CEN instance belongs.


instanceIdRequired

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

Property instanceId: The ID of the network instance.


instanceTypeRequired

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

Property instanceType: The type of the network instance.

Valid values: VPC: Virtual Private Cloud (VPC). VBR: Virtual Border Router (VBR). CCN: Cloud Connect Network (CCN).