Show / Hide Table of Contents

Class RemotePodNetwork

(experimental) Remote network configuration for pods on hybrid nodes.

Inheritance
object
RemotePodNetwork
Implements
IRemotePodNetwork
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Eks.V2.Alpha
Assembly: Amazon.CDK.AWS.Eks.V2.Alpha.dll
Syntax (csharp)
public class RemotePodNetwork : IRemotePodNetwork
Syntax (vb)
Public Class RemotePodNetwork Implements IRemotePodNetwork
Remarks

Stability: Experimental

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.V2.Alpha;

             var remotePodNetwork = new RemotePodNetwork {
                 Cidrs = new [] { "cidrs" }
             };

Synopsis

Constructors

RemotePodNetwork()

(experimental) Remote network configuration for pods on hybrid nodes.

Properties

Cidrs

(experimental) IPv4 CIDR blocks for the remote pod network.

Constructors

RemotePodNetwork()

(experimental) Remote network configuration for pods on hybrid nodes.

public RemotePodNetwork()
Remarks

Stability: Experimental

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.V2.Alpha;

             var remotePodNetwork = new RemotePodNetwork {
                 Cidrs = new [] { "cidrs" }
             };

Properties

Cidrs

(experimental) IPv4 CIDR blocks for the remote pod network.

public string[] Cidrs { get; set; }
Property Value

string[]

Remarks

Stability: Experimental

Implements

IRemotePodNetwork
Back to top Generated by DocFX