Interface RemoteNodeNetwork
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
RemoteNodeNetwork.Jsii$Proxy
@Generated(value="jsii-pacmak/1.126.0 (build 206d44b)",
date="2026-02-23T18:58:18.953Z")
@Stability(Stable)
public interface RemoteNodeNetwork
extends software.amazon.jsii.JsiiSerializable
Remote network configuration for 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.*;
RemoteNodeNetwork remoteNodeNetwork = RemoteNodeNetwork.builder()
.cidrs(List.of("cidrs"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forRemoteNodeNetworkstatic final classAn implementation forRemoteNodeNetwork -
Method Summary
Modifier and TypeMethodDescriptionstatic RemoteNodeNetwork.Builderbuilder()getCidrs()IPv4 CIDR blocks for the remote node network.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCidrs
IPv4 CIDR blocks for the remote node network. -
builder
- Returns:
- a
RemoteNodeNetwork.BuilderofRemoteNodeNetwork
-