Skip to content

RosSSHKeyPairAttachmentProps

Properties for defining a RosSSHKeyPairAttachment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-sshkeypairattachment

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosSSHKeyPairAttachmentProps {
    object InstanceIds,
    object KeyPairName,
    object AutoReboot = null
};

Properties

Name Type Description
InstanceIds object No description.
KeyPairName object No description.
AutoReboot object No description.

InstanceIdsRequired

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

KeyPairNameRequired

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

AutoRebootOptional

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