Interface NetworkServicesLbRouteExtensionExtensionChains
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NetworkServicesLbRouteExtensionExtensionChains.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.157Z") @Stability(Stable) public interface NetworkServicesLbRouteExtensionExtensionChains extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNetworkServicesLbRouteExtensionExtensionChains.BuilderA builder forNetworkServicesLbRouteExtensionExtensionChainsstatic classNetworkServicesLbRouteExtensionExtensionChains.Jsii$ProxyAn implementation forNetworkServicesLbRouteExtensionExtensionChains
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static NetworkServicesLbRouteExtensionExtensionChains.Builderbuilder()ObjectgetExtensions()extensions block.NetworkServicesLbRouteExtensionExtensionChainsMatchConditiongetMatchCondition()match_condition block.StringgetName()The name for this extension chain.
-
-
-
Method Detail
-
getExtensions
@Stability(Stable) @NotNull Object getExtensions()
extensions block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_lb_route_extension#extensions NetworkServicesLbRouteExtension#extensions}
-
getMatchCondition
@Stability(Stable) @NotNull NetworkServicesLbRouteExtensionExtensionChainsMatchCondition getMatchCondition()
match_condition block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_lb_route_extension#match_condition NetworkServicesLbRouteExtension#match_condition}
-
getName
@Stability(Stable) @NotNull String getName()
The name for this extension chain.The name is logged as part of the HTTP request logs. The name must conform with RFC-1034, is restricted to lower-cased letters, numbers and hyphens, and can have a maximum length of 63 characters. Additionally, the first character must be a letter and the last character must be a letter or a number. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_lb_route_extension#name NetworkServicesLbRouteExtension#name}
-
builder
@Stability(Stable) static NetworkServicesLbRouteExtensionExtensionChains.Builder builder()
-
-