Skip to content

KeyPairProps

Properties for defining a KeyPair.

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

Initializer

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

Properties

Name Type Description
KeyPairName object Property keyPairName: The Key Name.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

KeyPairNameRequired

public object KeyPairName { get; set; }
  • Type: object

Property keyPairName: The Key Name.


RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.