Skip to content

ChildInstanceRouteEntryToAttachmentProps

Properties for defining a ChildInstanceRouteEntryToAttachment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-childinstancerouteentrytoattachment

Initializer

import com.aliyun.ros.cdk.cen.ChildInstanceRouteEntryToAttachmentProps;
ChildInstanceRouteEntryToAttachmentProps.builder()
    .cenId(java.lang.String)
    .cenId(IResolvable)
    .destinationCidrBlock(java.lang.String)
    .destinationCidrBlock(IResolvable)
    .routeTableId(java.lang.String)
    .routeTableId(IResolvable)
    .transitRouterAttachmentId(java.lang.String)
    .transitRouterAttachmentId(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.
destinationCidrBlock java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property destinationCidrBlock: The destination CIDR block of the route.
routeTableId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property routeTableId: The ID of the route table configured on the network instance.
transitRouterAttachmentId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property transitRouterAttachmentId: The ID of the network instance connection.

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.


destinationCidrBlockRequired

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

Property destinationCidrBlock: The destination CIDR block of the route.


routeTableIdRequired

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

Property routeTableId: The ID of the route table configured on the network instance.


transitRouterAttachmentIdRequired

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

Property transitRouterAttachmentId: The ID of the network instance connection.