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