Interface OsConfigPatchDeploymentInstanceFilterGroupLabels
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OsConfigPatchDeploymentInstanceFilterGroupLabels.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.284Z") @Stability(Stable) public interface OsConfigPatchDeploymentInstanceFilterGroupLabels extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOsConfigPatchDeploymentInstanceFilterGroupLabels.BuilderA builder forOsConfigPatchDeploymentInstanceFilterGroupLabelsstatic classOsConfigPatchDeploymentInstanceFilterGroupLabels.Jsii$ProxyAn implementation forOsConfigPatchDeploymentInstanceFilterGroupLabels
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static OsConfigPatchDeploymentInstanceFilterGroupLabels.Builderbuilder()Map<String,String>getLabels()Compute Engine instance labels that must be present for a VM instance to be targeted by this filter.
-
-
-
Method Detail
-
getLabels
@Stability(Stable) @NotNull Map<String,String> getLabels()
Compute Engine instance labels that must be present for a VM instance to be targeted by this filter.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#labels OsConfigPatchDeployment#labels}
-
builder
@Stability(Stable) static OsConfigPatchDeploymentInstanceFilterGroupLabels.Builder builder()
-
-