Interface RemotePodNetwork
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
RemotePodNetwork.Jsii$Proxy
@Generated(value="jsii-pacmak/1.109.0 (build c221850)",
date="2025-03-26T23:01:04.647Z")
@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 class
A builder forRemotePodNetwork
static final class
An implementation forRemotePodNetwork
-
Method Summary
Modifier and TypeMethodDescriptionstatic RemotePodNetwork.Builder
builder()
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.Builder
ofRemotePodNetwork
-