Class SshPublicKeyResponse
- java.lang.Object
-
- com.pulumi.azurenative.azurestackhci.outputs.SshPublicKeyResponse
-
public final class SshPublicKeyResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SshPublicKeyResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SshPublicKeyResponse.Builder
builder()
static SshPublicKeyResponse.Builder
builder(SshPublicKeyResponse defaults)
java.util.Optional<java.lang.String>
keyData()
java.util.Optional<java.lang.String>
path()
-
-
-
Method Detail
-
keyData
public java.util.Optional<java.lang.String> keyData()
- Returns:
- SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
-
path
public java.util.Optional<java.lang.String> path()
- Returns:
- Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
-
builder
public static SshPublicKeyResponse.Builder builder()
-
builder
public static SshPublicKeyResponse.Builder builder(SshPublicKeyResponse defaults)
-
-