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. |
InstanceIds
Required
InstanceIds interface{}
- Type: interface{}
KeyPairName
Required
KeyPairName interface{}
- Type: interface{}
AutoReboot
Optional
AutoReboot interface{}
- Type: interface{}