Interface ContainerAzureNodePoolConfigSshConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerAzureNodePoolConfigSshConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.189Z") @Stability(Stable) public interface ContainerAzureNodePoolConfigSshConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerAzureNodePoolConfigSshConfig.BuilderA builder forContainerAzureNodePoolConfigSshConfigstatic classContainerAzureNodePoolConfigSshConfig.Jsii$ProxyAn implementation forContainerAzureNodePoolConfigSshConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ContainerAzureNodePoolConfigSshConfig.Builderbuilder()StringgetAuthorizedKey()The SSH public key data for VMs managed by Anthos.
-
-
-
Method Detail
-
getAuthorizedKey
@Stability(Stable) @NotNull String getAuthorizedKey()
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. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_azure_node_pool#authorized_key ContainerAzureNodePool#authorized_key}
-
builder
@Stability(Stable) static ContainerAzureNodePoolConfigSshConfig.Builder builder()
-
-