Skip to content

ProjectProps

Properties for defining a Project.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-foas-project

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkfoas"
&alicloudroscdkfoas.ProjectProps {
    DeployType: interface{},
    ManagerIds: interface{},
    Name: interface{},
    ClusterId: interface{},
    Description: interface{},
    OrderId: interface{},
}

Properties

Name Type Description
DeployType interface{} Property deployType: Cluster type: Exclusive cluster: cell Shared cluster: public.
ManagerIds interface{} Property managerIds: Comma delimited account Id list of managers.
Name interface{} Property name: Project name.
ClusterId interface{} Property clusterId: Cluster ID.
Description interface{} Property description: Project description.
OrderId interface{} Property orderId: Order Id of Shared cluster.

DeployTypeRequired

DeployType interface{}
  • Type: interface{}

Property deployType: Cluster type: Exclusive cluster: cell Shared cluster: public.


ManagerIdsRequired

ManagerIds interface{}
  • Type: interface{}

Property managerIds: Comma delimited account Id list of managers.


NameRequired

Name interface{}
  • Type: interface{}

Property name: Project name.

It begins with a letter, and contains only lowercase English letters, numbers, underscores (_), and is limited to 3-64 characters.


ClusterIdOptional

ClusterId interface{}
  • Type: interface{}

Property clusterId: Cluster ID.


DescriptionOptional

Description interface{}
  • Type: interface{}

Property description: Project description.


OrderIdOptional

OrderId interface{}
  • Type: interface{}

Property orderId: Order Id of Shared cluster.