Skip to content

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.

ChartUrlRequired

public object ChartUrl { get; set; }
  • Type: object

ClusterIdRequired

public object ClusterId { get; set; }
  • Type: object

NameRequired

public object Name { get; set; }
  • Type: object

NamespaceRequired

public object Namespace { get; set; }
  • Type: object

TypeRequired

public object Type { get; set; }
  • Type: object

ValuesOptional

public object Values { get; set; }
  • Type: object