RosClusterUserKubeconfigProps
Properties for defining a RosClusterUserKubeconfig
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cs-clusteruserkubeconfig
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cs;
new RosClusterUserKubeconfigProps {
object ClusterId,
object PrivateIpAddress = null,
object RefreshOptions = null,
object TemporaryDurationMinutes = null
};
Properties
Name | Type | Description |
---|---|---|
ClusterId |
object |
No description. |
PrivateIpAddress |
object |
No description. |
RefreshOptions |
object |
No description. |
TemporaryDurationMinutes |
object |
No description. |
ClusterId
Required
public object ClusterId { get; set; }
- Type: object
PrivateIpAddress
Optional
public object PrivateIpAddress { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
TemporaryDurationMinutes
Optional
public object TemporaryDurationMinutes { get; set; }
- Type: object