Interface NetworkServicesLbTrafficExtensionExtensionChains
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NetworkServicesLbTrafficExtensionExtensionChains.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.170Z") @Stability(Stable) public interface NetworkServicesLbTrafficExtensionExtensionChains extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNetworkServicesLbTrafficExtensionExtensionChains.BuilderA builder forNetworkServicesLbTrafficExtensionExtensionChainsstatic classNetworkServicesLbTrafficExtensionExtensionChains.Jsii$ProxyAn implementation forNetworkServicesLbTrafficExtensionExtensionChains
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static NetworkServicesLbTrafficExtensionExtensionChains.Builderbuilder()ObjectgetExtensions()extensions block.NetworkServicesLbTrafficExtensionExtensionChainsMatchConditiongetMatchCondition()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_traffic_extension#extensions NetworkServicesLbTrafficExtension#extensions}
-
getMatchCondition
@Stability(Stable) @NotNull NetworkServicesLbTrafficExtensionExtensionChainsMatchCondition getMatchCondition()
match_condition block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_lb_traffic_extension#match_condition NetworkServicesLbTrafficExtension#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 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_traffic_extension#name NetworkServicesLbTrafficExtension#name}
-
builder
@Stability(Stable) static NetworkServicesLbTrafficExtensionExtensionChains.Builder builder()
-
-