Class ContainerAzureNodePoolConfigProxyConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.container_azure_node_pool.ContainerAzureNodePoolConfigProxyConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ContainerAzureNodePoolConfigProxyConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ContainerAzureNodePoolConfigProxyConfig
@Stability(Stable) @Internal public static final class ContainerAzureNodePoolConfigProxyConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ContainerAzureNodePoolConfigProxyConfig
An implementation forContainerAzureNodePoolConfigProxyConfig
-
-
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_node_pool.ContainerAzureNodePoolConfigProxyConfig
ContainerAzureNodePoolConfigProxyConfig.Builder, ContainerAzureNodePoolConfigProxyConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ContainerAzureNodePoolConfigProxyConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theContainerAzureNodePoolConfigProxyConfig.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)StringgetResourceGroupId()The ARM ID the of the resource group containing proxy keyvault.StringgetSecretId()The URL the of the proxy setting secret with its version.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(ContainerAzureNodePoolConfigProxyConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theContainerAzureNodePoolConfigProxyConfig.Builder.
-
-
Method Detail
-
getResourceGroupId
public final String getResourceGroupId()
Description copied from interface:ContainerAzureNodePoolConfigProxyConfigThe ARM ID the of the resource group containing proxy keyvault. Resource group ids are formatted as/subscriptions/<subscription-id>/resourceGroups/<resource-group-name>.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_azure_node_pool#resource_group_id ContainerAzureNodePool#resource_group_id}
- Specified by:
getResourceGroupIdin interfaceContainerAzureNodePoolConfigProxyConfig
-
getSecretId
public final String getSecretId()
Description copied from interface:ContainerAzureNodePoolConfigProxyConfigThe URL the of the proxy setting secret with its version. Secret ids are formatted ashttps:<key-vault-name>.vault.azure.net/secrets/<secret-name>/<secret-version>.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_azure_node_pool#secret_id ContainerAzureNodePool#secret_id}
- Specified by:
getSecretIdin interfaceContainerAzureNodePoolConfigProxyConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-