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. |
KeyPairName
Required
public object KeyPairName { get; set; }
- Type: object
PublicKeyBody
Optional
public object PublicKeyBody { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]