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. |
DeployType
Required
DeployType interface{}
- Type: interface{}
Property deployType: Cluster type: Exclusive cluster: cell Shared cluster: public.
ManagerIds
Required
ManagerIds interface{}
- Type: interface{}
Property managerIds: Comma delimited account Id list of managers.
Name
Required
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.
ClusterId
Optional
ClusterId interface{}
- Type: interface{}
Property clusterId: Cluster ID.
Description
Optional
Description interface{}
- Type: interface{}
Property description: Project description.
OrderId
Optional
OrderId interface{}
- Type: interface{}
Property orderId: Order Id of Shared cluster.