Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.22 KB

V1SSHPublicKeyAccessCredentialPropagationMethod.md

File metadata and controls

12 lines (8 loc) · 1.22 KB

V1SSHPublicKeyAccessCredentialPropagationMethod

Properties

Name Type Description Notes
config_drive V1ConfigDriveSSHPublicKeyAccessCredentialPropagation ConfigDrivePropagation means that the ssh public keys are injected into the VM using metadata using the configDrive cloud-init provider [optional]
no_cloud V1NoCloudSSHPublicKeyAccessCredentialPropagation NoCloudPropagation means that the ssh public keys are injected into the VM using metadata using the noCloud cloud-init provider [optional]
qemu_guest_agent V1QemuGuestAgentSSHPublicKeyAccessCredentialPropagation QemuGuestAgentAccessCredentailPropagation means ssh public keys are dynamically injected into the vm at runtime via the qemu guest agent. This feature requires the qemu guest agent to be running within the guest. [optional]

[Back to Model list] [Back to API list] [Back to README]