Condividi tramite


ContainerServiceNetworkKubeProxyMode Struct

Definition

Specify which proxy mode to use ('IPTABLES', 'IPVS' or 'NFTABLES').

public readonly struct ContainerServiceNetworkKubeProxyMode : IEquatable<Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkKubeProxyMode>
type ContainerServiceNetworkKubeProxyMode = struct
Public Structure ContainerServiceNetworkKubeProxyMode
Implements IEquatable(Of ContainerServiceNetworkKubeProxyMode)
Inheritance
ContainerServiceNetworkKubeProxyMode
Implements

Constructors

Name Description
ContainerServiceNetworkKubeProxyMode(String)

Initializes a new instance of ContainerServiceNetworkKubeProxyMode.

Properties

Name Description
IPTables

IPTables proxy mode.

Ipvs

IPVS proxy mode. Must be using Kubernetes version >= 1.22.

NFTables

NFTables proxy mode. Must be using Kubernetes version >= 1.33.

Methods

Name Description
Equals(ContainerServiceNetworkKubeProxyMode)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(ContainerServiceNetworkKubeProxyMode, ContainerServiceNetworkKubeProxyMode)

Determines if two ContainerServiceNetworkKubeProxyMode values are the same.

Implicit(String to ContainerServiceNetworkKubeProxyMode)

Converts a string to a ContainerServiceNetworkKubeProxyMode.

Implicit(String to Nullable<ContainerServiceNetworkKubeProxyMode>)
Inequality(ContainerServiceNetworkKubeProxyMode, ContainerServiceNetworkKubeProxyMode)

Determines if two ContainerServiceNetworkKubeProxyMode values are not the same.

Applies to