Interface ContainerAzureClusterControlPlaneSshConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerAzureClusterControlPlaneSshConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.178Z") @Stability(Stable) public interface ContainerAzureClusterControlPlaneSshConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerAzureClusterControlPlaneSshConfig.BuilderA builder forContainerAzureClusterControlPlaneSshConfigstatic classContainerAzureClusterControlPlaneSshConfig.Jsii$ProxyAn implementation forContainerAzureClusterControlPlaneSshConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ContainerAzureClusterControlPlaneSshConfig.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_cluster#authorized_key ContainerAzureCluster#authorized_key}
-
builder
@Stability(Stable) static ContainerAzureClusterControlPlaneSshConfig.Builder builder()
-
-