Skip to content

RosProjectProps

Properties for defining a RosProject.

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

Initializer

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

Properties

Name Type Description
DeployType interface{} No description.
ManagerIds interface{} No description.
Name interface{} No description.
ClusterId interface{} No description.
Description interface{} No description.
OrderId interface{} No description.

DeployTypeRequired

DeployType interface{}
  • Type: interface{}

ManagerIdsRequired

ManagerIds interface{}
  • Type: interface{}

NameRequired

Name interface{}
  • Type: interface{}

ClusterIdOptional

ClusterId interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

OrderIdOptional

OrderId interface{}
  • Type: interface{}