Skip to content

RosKubernetesClustersProps

Properties for defining a RosKubernetesClusters.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cs-kubernetesclusters

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cs;
new RosKubernetesClustersProps {
    object ClusterSpec = null,
    object ClusterType = null,
    object Name = null,
    object Profile = null,
    object RefreshOptions = null
};

Properties

Name Type Description
ClusterSpec object No description.
ClusterType object No description.
Name object No description.
Profile object No description.
RefreshOptions object No description.

ClusterSpecOptional

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

ClusterTypeOptional

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

NameOptional

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

ProfileOptional

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

RefreshOptionsOptional

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