Skip to content

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.

ClusterIdRequired

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

PrivateIpAddressOptional

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

RefreshOptionsOptional

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

TemporaryDurationMinutesOptional

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