KeyPairsProps
Properties for defining a KeyPairs
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cloudphone-keypairs
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cloudphone;
new KeyPairsProps {
object KeyPairFingerPrint = null,
object KeyPairName = null,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
KeyPairFingerPrint |
object |
Property keyPairFingerPrint: The Private Key of the Fingerprint. |
KeyPairName |
object |
Property keyPairName: The Key Name. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
KeyPairFingerPrint
Optional
public object KeyPairFingerPrint { get; set; }
- Type: object
Property keyPairFingerPrint: The Private Key of the Fingerprint.
KeyPairName
Optional
public object KeyPairName { get; set; }
- Type: object
Property keyPairName: The Key Name.
RefreshOptions
Optional
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.