Interface RemotePodNetwork
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
RemotePodNetwork.Jsii$Proxy
@Generated(value="jsii-pacmak/1.126.0 (build 206d44b)",
date="2026-02-23T18:58:18.953Z")
@Stability(Stable)
public interface RemotePodNetwork
extends software.amazon.jsii.JsiiSerializable
Remote network configuration for pods on hybrid nodes.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.eks_v2.*;
RemotePodNetwork remotePodNetwork = RemotePodNetwork.builder()
.cidrs(List.of("cidrs"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forRemotePodNetworkstatic final classAn implementation forRemotePodNetwork -
Method Summary
Modifier and TypeMethodDescriptionstatic RemotePodNetwork.Builderbuilder()getCidrs()IPv4 CIDR blocks for the remote pod network.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCidrs
IPv4 CIDR blocks for the remote pod network. -
builder
- Returns:
- a
RemotePodNetwork.BuilderofRemotePodNetwork
-