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. |
KeyPairFingerPrint
Optional
public object KeyPairFingerPrint { get; set; }
- Type: object
KeyPairName
Optional
public object KeyPairName { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: AlibabaCloud.SDK.ROS.CDK.Ecs.datasource.RosKeyPairs.TagsProperty[]