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. |
ClusterSpec
Optional
public object ClusterSpec { get; set; }
- Type: object
ClusterType
Optional
public object ClusterType { get; set; }
- Type: object
Name
Optional
public object Name { get; set; }
- Type: object
Profile
Optional
public object Profile { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object