IWithDockerBridgeCidr<ParentT> Interface

Definition

The stage of a network profile definition allowing to specify a CIDR notation IP range assigned to the Docker bridge network.

public interface IWithDockerBridgeCidr<ParentT>
type IWithDockerBridgeCidr<'ParentT> = interface
Public Interface IWithDockerBridgeCidr(Of ParentT)

Type Parameters

ParentT

The stage of the network profile definition to return to after attaching this definition.

Derived

Methods

WithDockerBridgeCidr(String)

Specifies a CIDR notation IP range assigned to the Docker bridge network; it must not overlap with any subnet IP ranges or the Kubernetes service address range.

Applies to