Uses of Class
com.hashicorp.cdktf.providers.google.compute_node_group.ComputeNodeGroupShareSettings.Builder
-
Packages that use ComputeNodeGroupShareSettings.Builder Package Description com.hashicorp.cdktf.providers.google.compute_node_group google_compute_node_group -
-
Uses of ComputeNodeGroupShareSettings.Builder in com.hashicorp.cdktf.providers.google.compute_node_group
Methods in com.hashicorp.cdktf.providers.google.compute_node_group that return ComputeNodeGroupShareSettings.Builder Modifier and Type Method Description static ComputeNodeGroupShareSettings.BuilderComputeNodeGroupShareSettings. builder()ComputeNodeGroupShareSettings.BuilderComputeNodeGroupShareSettings.Builder. projectMap(com.hashicorp.cdktf.IResolvable projectMap)Sets the value ofComputeNodeGroupShareSettings.getProjectMap()ComputeNodeGroupShareSettings.BuilderComputeNodeGroupShareSettings.Builder. projectMap(List<? extends ComputeNodeGroupShareSettingsProjectMap> projectMap)Sets the value ofComputeNodeGroupShareSettings.getProjectMap()ComputeNodeGroupShareSettings.BuilderComputeNodeGroupShareSettings.Builder. shareType(String shareType)Sets the value ofComputeNodeGroupShareSettings.getShareType()Constructors in com.hashicorp.cdktf.providers.google.compute_node_group with parameters of type ComputeNodeGroupShareSettings.Builder Constructor Description Jsii$Proxy(ComputeNodeGroupShareSettings.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeNodeGroupShareSettings.Builder.
-