RosApplicationDeploymentProps
Properties for defining a RosApplicationDeployment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cs-applicationdeployment
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cs;
new RosApplicationDeploymentProps {
object ChartUrl,
object ClusterId,
object Name,
object Namespace,
object Type,
object Values = null
};
Properties
Name | Type | Description |
---|---|---|
ChartUrl |
object |
No description. |
ClusterId |
object |
No description. |
Name |
object |
No description. |
Namespace |
object |
No description. |
Type |
object |
No description. |
Values |
object |
No description. |
ChartUrl
Required
public object ChartUrl { get; set; }
- Type: object
ClusterId
Required
public object ClusterId { get; set; }
- Type: object
Name
Required
public object Name { get; set; }
- Type: object
Namespace
Required
public object Namespace { get; set; }
- Type: object
Type
Required
public object Type { get; set; }
- Type: object
Values
Optional
public object Values { get; set; }
- Type: object