KubernetesClusterNetworkConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
NetworkConfiguration specifies the Kubernetes cluster network related configuration.
public class KubernetesClusterNetworkConfiguration
public class KubernetesClusterNetworkConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.KubernetesClusterNetworkConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.KubernetesClusterNetworkConfiguration>
type KubernetesClusterNetworkConfiguration = class
type KubernetesClusterNetworkConfiguration = class
interface IJsonModel<KubernetesClusterNetworkConfiguration>
interface IPersistableModel<KubernetesClusterNetworkConfiguration>
Public Class KubernetesClusterNetworkConfiguration
Public Class KubernetesClusterNetworkConfiguration
Implements IJsonModel(Of KubernetesClusterNetworkConfiguration), IPersistableModel(Of KubernetesClusterNetworkConfiguration)
- Inheritance
-
KubernetesClusterNetworkConfiguration
- Implements
Constructors
KubernetesClusterNetworkConfiguration(ResourceIdentifier, ResourceIdentifier) |
Initializes a new instance of KubernetesClusterNetworkConfiguration. |
Properties
AttachedNetworkConfiguration |
The configuration of networks being attached to the cluster for use by the workloads that run on this Kubernetes cluster. |
BgpServiceLoadBalancerConfiguration |
The configuration of the BGP service load balancer for this Kubernetes cluster. A maximum of one service load balancer may be specified, either Layer 2 or BGP. |
CloudServicesNetworkId |
The resource ID of the associated Cloud Services network. |
CniNetworkId |
The resource ID of the Layer 3 network that is used for creation of the Container Networking Interface network. |
DnsServiceIP |
The IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in service CIDR. |
L2ServiceLoadBalancerIPAddressPools |
The list of pools of IP addresses that can be allocated to load balancer services. |
PodCidrs |
The CIDR notation IP ranges from which to assign pod IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking. |
ServiceCidrs |
The CIDR notation IP ranges from which to assign service IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<KubernetesClusterNetworkConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<KubernetesClusterNetworkConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<KubernetesClusterNetworkConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<KubernetesClusterNetworkConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<KubernetesClusterNetworkConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET