Partager via


INetworkConfiguration Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.NetworkConfigurationTypeConverter))]
public interface INetworkConfiguration : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.NetworkConfigurationTypeConverter))>]
type INetworkConfiguration = interface
    interface IJsonSerializable
Public Interface INetworkConfiguration
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AttachedNetworkConfigurationL2Network

The list of Layer 2 Networks and related configuration for attachment.

AttachedNetworkConfigurationL3Network

The list of Layer 3 Networks and related configuration for attachment.

AttachedNetworkConfigurationTrunkedNetwork

The list of Trunked Networks and related configuration for attachment.

BgpServiceLoadBalancerConfigurationBgpAdvertisement

The association of IP address pools to the communities and peers, allowing for announcement of IPs.

BgpServiceLoadBalancerConfigurationBgpPeer

The list of additional BgpPeer entities that the Kubernetes cluster will peer with. All peering must be explicitly defined.

BgpServiceLoadBalancerConfigurationFabricPeeringEnabled

The indicator to specify if the load balancer peers with the network fabric.

BgpServiceLoadBalancerConfigurationIPAddressPool

The list of pools of IP addresses that can be allocated to Load Balancer services.

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.

PodCidr

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.

ServiceCidr

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to