Interface RemotePodNetwork
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
RemotePodNetwork.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:04.827Z")
@Stability(Stable)
public interface RemotePodNetwork
extends software.amazon.jsii.JsiiSerializable
Network configuration of pods run on-premises with EKS 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.*;
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()Specifies the list of remote pod CIDRs.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCidrs
Specifies the list of remote pod CIDRs.- See Also:
-
builder
- Returns:
- a
RemotePodNetwork.BuilderofRemotePodNetwork
-