RosKeyPairsProps
Properties for defining a RosKeyPairs.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-keypairs
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosKeyPairsProps {
object KeyPairFingerPrint = null,
object KeyPairName = null,
object RefreshOptions = null,
object ResourceGroupId = null,
TagsProperty[] Tags = null
};
Properties
| Name | Type | Description |
|---|---|---|
KeyPairFingerPrint |
object |
No description. |
KeyPairName |
object |
No description. |
RefreshOptions |
object |
No description. |
ResourceGroupId |
object |
No description. |
Tags |
AlibabaCloud.SDK.ROS.CDK.Ecs.datasource.RosKeyPairs.TagsProperty[] |
No description. |
KeyPairFingerPrintOptional
public object KeyPairFingerPrint { get; set; }
- Type: object
KeyPairNameOptional
public object KeyPairName { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: AlibabaCloud.SDK.ROS.CDK.Ecs.datasource.RosKeyPairs.TagsProperty[]