Skip to content

RosGrantInstanceToCenProps

Properties for defining a RosGrantInstanceToCen.

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

Initializer

import com.aliyun.ros.cdk.vpc.RosGrantInstanceToCenProps;
RosGrantInstanceToCenProps.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 No description.
cenOwnerId java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
instanceId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
instanceType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

cenIdRequired

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

cenOwnerIdRequired

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

instanceIdRequired

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

instanceTypeRequired

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