Skip to content

RosClusterAddonsProps

Properties for defining a RosClusterAddons.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cs-clusteraddons

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cs;
new RosClusterAddonsProps {
    object Addons,
    object ClusterId,
    object InstalledIgnore = null,
    object RolePolicy = null,
    object ValidationMode = null,
    object WaitUntil = null
};

Properties

Name Type Description
Addons object No description.
ClusterId object No description.
InstalledIgnore object No description.
RolePolicy object No description.
ValidationMode object No description.
WaitUntil object No description.

AddonsRequired

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

ClusterIdRequired

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

InstalledIgnoreOptional

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

RolePolicyOptional

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

ValidationModeOptional

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

WaitUntilOptional

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