Skip to content

CloudConnectNetworkProps

Properties for defining a CloudConnectNetwork.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-cloudconnectnetwork

Initializer

import com.aliyun.ros.cdk.sag.CloudConnectNetworkProps;
CloudConnectNetworkProps.builder()
//  .description(java.lang.String)
//  .description(IResolvable)
//  .isDefault(java.lang.Boolean)
//  .isDefault(IResolvable)
//  .name(java.lang.String)
//  .name(IResolvable)
//  .tags(java.util.List<TagsProperty>)
    .build();

Properties

Name Type Description
description java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property description: The description of the CCN instance.
isDefault java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable Property isDefault: Whether is created by system.
name java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property name: The name of the CCN instance.
tags java.util.List<TagsProperty> Property tags: Tags to attach to instance.

descriptionOptional

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

Property description: The description of the CCN instance.

The description must be 2 to 256 characters in length and can contain letters, digits, underscores (_), and hyphens (-). The description must start with a letter.


isDefaultOptional

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

Property isDefault: Whether is created by system.


nameOptional

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

Property name: The name of the CCN instance.

The name must be 2 to 128 characters in length and can contain letters, digits, periods (.), underscores (_),and hyphens (-). The name must start with a letter.


tagsOptional

public java.util.List<TagsProperty> getTags();

Property tags: Tags to attach to instance.

Max support 20 tags to add during create instance. Each tag with two properties Key and Value, and Key is required.