Class ContainerAzureClusterControlPlaneSshConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.container_azure_cluster.ContainerAzureClusterControlPlaneSshConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ContainerAzureClusterControlPlaneSshConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ContainerAzureClusterControlPlaneSshConfig
@Stability(Stable) @Internal public static final class ContainerAzureClusterControlPlaneSshConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ContainerAzureClusterControlPlaneSshConfig
An implementation forContainerAzureClusterControlPlaneSshConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.container_azure_cluster.ContainerAzureClusterControlPlaneSshConfig
ContainerAzureClusterControlPlaneSshConfig.Builder, ContainerAzureClusterControlPlaneSshConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ContainerAzureClusterControlPlaneSshConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theContainerAzureClusterControlPlaneSshConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetAuthorizedKey()The SSH public key data for VMs managed by Anthos.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ContainerAzureClusterControlPlaneSshConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theContainerAzureClusterControlPlaneSshConfig.Builder.
-
-
Method Detail
-
getAuthorizedKey
public final String getAuthorizedKey()
Description copied from interface:ContainerAzureClusterControlPlaneSshConfigThe 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}
- Specified by:
getAuthorizedKeyin interfaceContainerAzureClusterControlPlaneSshConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-