Skip to content

RosSSHKeyPairAttachmentProps

Properties for defining a RosSSHKeyPairAttachment.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.RosSSHKeyPairAttachmentProps {
    InstanceIds: interface{},
    KeyPairName: interface{},
    AutoReboot: interface{},
}

Properties

Name Type Description
InstanceIds interface{} No description.
KeyPairName interface{} No description.
AutoReboot interface{} No description.

InstanceIdsRequired

InstanceIds interface{}
  • Type: interface{}

KeyPairNameRequired

KeyPairName interface{}
  • Type: interface{}

AutoRebootOptional

AutoReboot interface{}
  • Type: interface{}