Skip to content

RosKeyPairsProps

Properties for defining a RosKeyPairs.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cloudphone-keypairs

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cloudphone;
new RosKeyPairsProps {
    object KeyPairFingerPrint = null,
    object KeyPairName = null,
    object RefreshOptions = null
};

Properties

Name Type Description
KeyPairFingerPrint object No description.
KeyPairName object No description.
RefreshOptions object 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