Skip to content

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.

KeyPairNameOptional

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

PasswordOptional

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