Interface ComputeInstanceGroupManagerAllInstancesConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeInstanceGroupManagerAllInstancesConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.520Z") @Stability(Stable) public interface ComputeInstanceGroupManagerAllInstancesConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeInstanceGroupManagerAllInstancesConfig.BuilderA builder forComputeInstanceGroupManagerAllInstancesConfigstatic classComputeInstanceGroupManagerAllInstancesConfig.Jsii$ProxyAn implementation forComputeInstanceGroupManagerAllInstancesConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeInstanceGroupManagerAllInstancesConfig.Builderbuilder()default Map<String,String>getLabels()The label key-value pairs that you want to patch onto the instance,.default Map<String,String>getMetadata()The metadata key-value pairs that you want to patch onto the instance.
-
-
-
Method Detail
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
The label key-value pairs that you want to patch onto the instance,.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_group_manager#labels ComputeInstanceGroupManager#labels}
-
getMetadata
@Stability(Stable) @Nullable default Map<String,String> getMetadata()
The metadata key-value pairs that you want to patch onto the instance.For more information, see Project and instance metadata, Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_group_manager#metadata ComputeInstanceGroupManager#metadata}
-
builder
@Stability(Stable) static ComputeInstanceGroupManagerAllInstancesConfig.Builder builder()
-
-