Skip to content

RosKeyPairsProps

Properties for defining a RosKeyPairs.

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

Initializer

import com.aliyun.ros.cdk.cloudphone.datasource.RosKeyPairsProps;
RosKeyPairsProps.builder()
//  .keyPairFingerPrint(java.lang.String)
//  .keyPairFingerPrint(IResolvable)
//  .keyPairName(java.lang.String)
//  .keyPairName(IResolvable)
//  .refreshOptions(java.lang.String)
//  .refreshOptions(IResolvable)
    .build();

Properties

Name Type Description
keyPairFingerPrint java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
keyPairName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
refreshOptions java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

keyPairFingerPrintOptional

public java.lang.Object getKeyPairFingerPrint();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

keyPairNameOptional

public java.lang.Object getKeyPairName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

refreshOptionsOptional

public java.lang.Object getRefreshOptions();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable