Class ComputeGlobalForwardingRuleMetadataFilters.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_global_forwarding_rule.ComputeGlobalForwardingRuleMetadataFilters.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeGlobalForwardingRuleMetadataFilters,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeGlobalForwardingRuleMetadataFilters
@Stability(Stable) @Internal public static final class ComputeGlobalForwardingRuleMetadataFilters.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeGlobalForwardingRuleMetadataFilters
An implementation forComputeGlobalForwardingRuleMetadataFilters
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.compute_global_forwarding_rule.ComputeGlobalForwardingRuleMetadataFilters
ComputeGlobalForwardingRuleMetadataFilters.Builder, ComputeGlobalForwardingRuleMetadataFilters.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeGlobalForwardingRuleMetadataFilters.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeGlobalForwardingRuleMetadataFilters.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetFilterLabels()filter_labels block.StringgetFilterMatchCriteria()Specifies how individual filterLabel matches within the list of filterLabels contribute towards the overall metadataFilter match.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ComputeGlobalForwardingRuleMetadataFilters.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeGlobalForwardingRuleMetadataFilters.Builder.
-
-
Method Detail
-
getFilterLabels
public final Object getFilterLabels()
Description copied from interface:ComputeGlobalForwardingRuleMetadataFiltersfilter_labels block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_global_forwarding_rule#filter_labels ComputeGlobalForwardingRule#filter_labels}
- Specified by:
getFilterLabelsin interfaceComputeGlobalForwardingRuleMetadataFilters
-
getFilterMatchCriteria
public final String getFilterMatchCriteria()
Description copied from interface:ComputeGlobalForwardingRuleMetadataFiltersSpecifies how individual filterLabel matches within the list of filterLabels contribute towards the overall metadataFilter match.MATCH_ANY - At least one of the filterLabels must have a matching label in the provided metadata. MATCH_ALL - All filterLabels must have matching labels in the provided metadata. Possible values: ["MATCH_ANY", "MATCH_ALL"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_global_forwarding_rule#filter_match_criteria ComputeGlobalForwardingRule#filter_match_criteria}
- Specified by:
getFilterMatchCriteriain interfaceComputeGlobalForwardingRuleMetadataFilters
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-