Interface ContainerClusterNodePoolAutoConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerClusterNodePoolAutoConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.247Z") @Stability(Stable) public interface ContainerClusterNodePoolAutoConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerClusterNodePoolAutoConfig.BuilderA builder forContainerClusterNodePoolAutoConfigstatic classContainerClusterNodePoolAutoConfig.Jsii$ProxyAn implementation forContainerClusterNodePoolAutoConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ContainerClusterNodePoolAutoConfig.Builderbuilder()default ContainerClusterNodePoolAutoConfigNetworkTagsgetNetworkTags()network_tags block.default Map<String,String>getResourceManagerTags()A map of resource manager tags.
-
-
-
Method Detail
-
getNetworkTags
@Stability(Stable) @Nullable default ContainerClusterNodePoolAutoConfigNetworkTags getNetworkTags()
network_tags block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#network_tags ContainerCluster#network_tags}
-
getResourceManagerTags
@Stability(Stable) @Nullable default Map<String,String> getResourceManagerTags()
A map of resource manager tags.Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#resource_manager_tags ContainerCluster#resource_manager_tags}
-
builder
@Stability(Stable) static ContainerClusterNodePoolAutoConfig.Builder builder()
-
-