Class ComputeRegionNetworkFirewallPolicyRuleMatchSrcSecureTags.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_region_network_firewall_policy_rule.ComputeRegionNetworkFirewallPolicyRuleMatchSrcSecureTags.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeRegionNetworkFirewallPolicyRuleMatchSrcSecureTags,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeRegionNetworkFirewallPolicyRuleMatchSrcSecureTags
@Stability(Stable) @Internal public static final class ComputeRegionNetworkFirewallPolicyRuleMatchSrcSecureTags.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeRegionNetworkFirewallPolicyRuleMatchSrcSecureTags
An implementation forComputeRegionNetworkFirewallPolicyRuleMatchSrcSecureTags
-
-
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_region_network_firewall_policy_rule.ComputeRegionNetworkFirewallPolicyRuleMatchSrcSecureTags
ComputeRegionNetworkFirewallPolicyRuleMatchSrcSecureTags.Builder, ComputeRegionNetworkFirewallPolicyRuleMatchSrcSecureTags.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeRegionNetworkFirewallPolicyRuleMatchSrcSecureTags.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeRegionNetworkFirewallPolicyRuleMatchSrcSecureTags.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)StringgetName()Name of the secure tag, created with TagManager's TagValue API.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(ComputeRegionNetworkFirewallPolicyRuleMatchSrcSecureTags.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeRegionNetworkFirewallPolicyRuleMatchSrcSecureTags.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:ComputeRegionNetworkFirewallPolicyRuleMatchSrcSecureTagsName of the secure tag, created with TagManager's TagValue API.- Specified by:
getNamein interfaceComputeRegionNetworkFirewallPolicyRuleMatchSrcSecureTags
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-