Skip to content

RosIntranetConnectorEndpointProps

Properties for defining a RosIntranetConnectorEndpoint.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-computenest-intranetconnectorendpoint

Initializer

import com.aliyun.ros.cdk.computenest.RosIntranetConnectorEndpointProps;
RosIntranetConnectorEndpointProps.builder()
    .endpointRegionId(java.lang.String)
    .endpointRegionId(IResolvable)
    .vpcId(java.lang.String)
    .vpcId(IResolvable)
//  .description(java.lang.String)
//  .description(IResolvable)
//  .enablePrivateZone(java.lang.Boolean)
//  .enablePrivateZone(IResolvable)
//  .name(java.lang.String)
//  .name(IResolvable)
//  .resourceIds(IResolvable)
//  .resourceIds(java.util.List<java.lang.String)
//  .resourceIds(IResolvable>)
//  .type(java.lang.String)
//  .type(IResolvable)
    .build();

Properties

Name Type Description
endpointRegionId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
vpcId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
description java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
enablePrivateZone java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable No description.
name java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
resourceIds com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
type java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

endpointRegionIdRequired

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

vpcIdRequired

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

descriptionOptional

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

enablePrivateZoneOptional

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

nameOptional

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

resourceIdsOptional

public java.lang.Object getResourceIds();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

typeOptional

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