RosClusterApplicationProps
Properties for defining a RosClusterApplication.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cs-clusterapplication
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cs;
new RosClusterApplicationProps {
object ClusterId,
object YamlContent,
object DefaultNamespace = null,
object RolePolicy = null,
object Stage = null,
object ValidationMode = null,
object WaitUntil = null
};
Properties
| Name | Type | Description |
|---|---|---|
ClusterId |
object |
No description. |
YamlContent |
object |
No description. |
DefaultNamespace |
object |
No description. |
RolePolicy |
object |
No description. |
Stage |
object |
No description. |
ValidationMode |
object |
No description. |
WaitUntil |
object |
No description. |
ClusterIdRequired
public object ClusterId { get; set; }
- Type: object
YamlContentRequired
public object YamlContent { get; set; }
- Type: object
DefaultNamespaceOptional
public object DefaultNamespace { get; set; }
- Type: object
RolePolicyOptional
public object RolePolicy { get; set; }
- Type: object
StageOptional
public object Stage { get; set; }
- Type: object
ValidationModeOptional
public object ValidationMode { get; set; }
- Type: object
WaitUntilOptional
public object WaitUntil { get; set; }
- Type: object