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. |
endpointRegionId
Required
public java.lang.Object getEndpointRegionId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
vpcId
Required
public java.lang.Object getVpcId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
description
Optional
public java.lang.Object getDescription();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
enablePrivateZone
Optional
public java.lang.Object getEnablePrivateZone();
- Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable
name
Optional
public java.lang.Object getName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
resourceIds
Optional
public java.lang.Object getResourceIds();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
type
Optional
public java.lang.Object getType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable