Class RemotePodNetwork
Network configuration of pods run on-premises with EKS Hybrid Nodes.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.EKS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class RemotePodNetwork : Object, IRemotePodNetwork
Syntax (vb)
Public Class RemotePodNetwork
Inherits Object
Implements IRemotePodNetwork
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.EKS;
var remotePodNetwork = new RemotePodNetwork {
Cidrs = new [] { "cidrs" }
};
Synopsis
Constructors
Remote |
Properties
Cidrs | Specifies the list of remote pod CIDRs. |
Constructors
RemotePodNetwork()
public RemotePodNetwork()
Properties
Cidrs
Specifies the list of remote pod CIDRs.
public string[] Cidrs { get; set; }
Property Value
System.