Interface ComputeRegionInstanceGroupManagerAllInstancesConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeRegionInstanceGroupManagerAllInstancesConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.747Z") @Stability(Stable) public interface ComputeRegionInstanceGroupManagerAllInstancesConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeRegionInstanceGroupManagerAllInstancesConfig.BuilderA builder forComputeRegionInstanceGroupManagerAllInstancesConfigstatic classComputeRegionInstanceGroupManagerAllInstancesConfig.Jsii$ProxyAn implementation forComputeRegionInstanceGroupManagerAllInstancesConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeRegionInstanceGroupManagerAllInstancesConfig.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_region_instance_group_manager#labels ComputeRegionInstanceGroupManager#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_region_instance_group_manager#metadata ComputeRegionInstanceGroupManager#metadata}
-
builder
@Stability(Stable) static ComputeRegionInstanceGroupManagerAllInstancesConfig.Builder builder()
-
-