Package com.pulumi.gcp.container.outputs
Class AzureNodePoolConfigSshConfig
- java.lang.Object
-
- com.pulumi.gcp.container.outputs.AzureNodePoolConfigSshConfig
-
public final class AzureNodePoolConfigSshConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AzureNodePoolConfigSshConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
authorizedKey()
static AzureNodePoolConfigSshConfig.Builder
builder()
static AzureNodePoolConfigSshConfig.Builder
builder(AzureNodePoolConfigSshConfig defaults)
-
-
-
Method Detail
-
authorizedKey
public java.lang.String authorizedKey()
- Returns:
- The SSH public key data for VMs managed by Anthos. This accepts the authorized_keys file format used in OpenSSH according to the sshd(8) manual page.
-
builder
public static AzureNodePoolConfigSshConfig.Builder builder()
-
builder
public static AzureNodePoolConfigSshConfig.Builder builder(AzureNodePoolConfigSshConfig defaults)
-
-