Skip to content

RosCenRouteServiceProps

Properties for defining a RosCenRouteService.

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

Initializer

import com.aliyun.ros.cdk.cen.RosCenRouteServiceProps;
RosCenRouteServiceProps.builder()
    .accessRegionId(java.lang.String)
    .accessRegionId(IResolvable)
    .cenId(java.lang.String)
    .cenId(IResolvable)
    .host(java.lang.String)
    .host(IResolvable)
    .hostRegionId(java.lang.String)
    .hostRegionId(IResolvable)
    .hostVpcId(java.lang.String)
    .hostVpcId(IResolvable)
//  .conflictIgnore(java.lang.Boolean)
//  .conflictIgnore(IResolvable)
//  .description(java.lang.String)
//  .description(IResolvable)
    .build();

Properties

Name Type Description
accessRegionId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
cenId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
host java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
hostRegionId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
hostVpcId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
conflictIgnore java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable No description.
description java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

accessRegionIdRequired

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

cenIdRequired

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

hostRequired

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

hostRegionIdRequired

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

hostVpcIdRequired

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

conflictIgnoreOptional

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

descriptionOptional

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