ProjectProps
Properties for defining a Project
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-foas-project
Initializer
using AlibabaCloud.SDK.ROS.CDK.Foas;
new ProjectProps {
object DeployType,
object ManagerIds,
object Name,
object ClusterId = null,
object Description = null,
object OrderId = null
};
Properties
Name | Type | Description |
---|---|---|
DeployType |
object |
Property deployType: Cluster type: Exclusive cluster: cell Shared cluster: public. |
ManagerIds |
object |
Property managerIds: Comma delimited account Id list of managers. |
Name |
object |
Property name: Project name. |
ClusterId |
object |
Property clusterId: Cluster ID. |
Description |
object |
Property description: Project description. |
OrderId |
object |
Property orderId: Order Id of Shared cluster. |
DeployType
Required
public object DeployType { get; set; }
- Type: object
Property deployType: Cluster type: Exclusive cluster: cell Shared cluster: public.
ManagerIds
Required
public object ManagerIds { get; set; }
- Type: object
Property managerIds: Comma delimited account Id list of managers.
Name
Required
public object Name { get; set; }
- Type: object
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
public object ClusterId { get; set; }
- Type: object
Property clusterId: Cluster ID.
Description
Optional
public object Description { get; set; }
- Type: object
Property description: Project description.
OrderId
Optional
public object OrderId { get; set; }
- Type: object
Property orderId: Order Id of Shared cluster.