Interface ComputeGlobalForwardingRuleServiceDirectoryRegistrations
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeGlobalForwardingRuleServiceDirectoryRegistrations.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.412Z") @Stability(Stable) public interface ComputeGlobalForwardingRuleServiceDirectoryRegistrations extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeGlobalForwardingRuleServiceDirectoryRegistrations.BuilderA builder forComputeGlobalForwardingRuleServiceDirectoryRegistrationsstatic classComputeGlobalForwardingRuleServiceDirectoryRegistrations.Jsii$ProxyAn implementation forComputeGlobalForwardingRuleServiceDirectoryRegistrations
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeGlobalForwardingRuleServiceDirectoryRegistrations.Builderbuilder()default StringgetNamespace()Service Directory namespace to register the forwarding rule under.default StringgetServiceDirectoryRegion()[Optional] Service Directory region to register this global forwarding rule under.
-
-
-
Method Detail
-
getNamespace
@Stability(Stable) @Nullable default String getNamespace()
Service 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}
-
getServiceDirectoryRegion
@Stability(Stable) @Nullable default String getServiceDirectoryRegion()
[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}
-
builder
@Stability(Stable) static ComputeGlobalForwardingRuleServiceDirectoryRegistrations.Builder builder()
-
-