RosSSHKeyPairProps
Properties for defining a RosSSHKeyPair.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-sshkeypair
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosSSHKeyPairProps {
object KeyPairName,
object PublicKeyBody = null,
object ResourceGroupId = null,
TagsProperty[] Tags = null
};
Properties
| Name | Type | Description |
|---|---|---|
KeyPairName |
object |
No description. |
PublicKeyBody |
object |
No description. |
ResourceGroupId |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
KeyPairNameRequired
public object KeyPairName { get; set; }
- Type: object
PublicKeyBodyOptional
public object PublicKeyBody { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]