ClusterCredentialsProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ehpc;
new ClusterCredentialsProperty {
object KeyPairName = null,
object Password = null
};
Properties
Name | Type | Description |
---|---|---|
KeyPairName |
object |
No description. |
Password |
object |
No description. |
KeyPairName
Optional
public object KeyPairName { get; set; }
- Type: object
Password
Optional
public object Password { get; set; }
- Type: object