Class ComputeGlobalForwardingRuleServiceDirectoryRegistrations.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_global_forwarding_rule.ComputeGlobalForwardingRuleServiceDirectoryRegistrations.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeGlobalForwardingRuleServiceDirectoryRegistrations,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeGlobalForwardingRuleServiceDirectoryRegistrations
@Stability(Stable) @Internal public static final class ComputeGlobalForwardingRuleServiceDirectoryRegistrations.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeGlobalForwardingRuleServiceDirectoryRegistrations
An implementation forComputeGlobalForwardingRuleServiceDirectoryRegistrations
-
-
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.ComputeGlobalForwardingRuleServiceDirectoryRegistrations
ComputeGlobalForwardingRuleServiceDirectoryRegistrations.Builder, ComputeGlobalForwardingRuleServiceDirectoryRegistrations.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeGlobalForwardingRuleServiceDirectoryRegistrations.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeGlobalForwardingRuleServiceDirectoryRegistrations.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)StringgetNamespace()Service Directory namespace to register the forwarding rule under.StringgetServiceDirectoryRegion()[Optional] Service Directory region to register this global forwarding rule under.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(ComputeGlobalForwardingRuleServiceDirectoryRegistrations.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeGlobalForwardingRuleServiceDirectoryRegistrations.Builder.
-
-
Method Detail
-
getNamespace
public final String getNamespace()
Description copied from interface:ComputeGlobalForwardingRuleServiceDirectoryRegistrationsService Directory namespace to register the forwarding rule under.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_global_forwarding_rule#namespace ComputeGlobalForwardingRule#namespace}
- Specified by:
getNamespacein interfaceComputeGlobalForwardingRuleServiceDirectoryRegistrations
-
getServiceDirectoryRegion
public final String getServiceDirectoryRegion()
Description copied from interface:ComputeGlobalForwardingRuleServiceDirectoryRegistrations[Optional] Service Directory region to register this global forwarding rule under.Default to "us-central1". Only used for PSC for Google APIs. All PSC for Google APIs Forwarding Rules on the same network should use the same Service Directory region. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_global_forwarding_rule#service_directory_region ComputeGlobalForwardingRule#service_directory_region}
- Specified by:
getServiceDirectoryRegionin interfaceComputeGlobalForwardingRuleServiceDirectoryRegistrations
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-