Interface ComputeNodeGroupShareSettings
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeNodeGroupShareSettings.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.628Z") @Stability(Stable) public interface ComputeNodeGroupShareSettings extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeNodeGroupShareSettings.BuilderA builder forComputeNodeGroupShareSettingsstatic classComputeNodeGroupShareSettings.Jsii$ProxyAn implementation forComputeNodeGroupShareSettings
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ComputeNodeGroupShareSettings.Builderbuilder()default ObjectgetProjectMap()project_map block.StringgetShareType()Node group sharing type.
-
-
-
Method Detail
-
getShareType
@Stability(Stable) @NotNull String getShareType()
Node group sharing type. Possible values: ["ORGANIZATION", "SPECIFIC_PROJECTS", "LOCAL"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_node_group#share_type ComputeNodeGroup#share_type}
-
getProjectMap
@Stability(Stable) @Nullable default Object getProjectMap()
project_map block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_node_group#project_map ComputeNodeGroup#project_map}
-
builder
@Stability(Stable) static ComputeNodeGroupShareSettings.Builder builder()
-
-