ParentT - the stage of the network profile definition to return to after attaching this definitionpublic static interface KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithDockerBridgeCidr<ParentT>
| Modifier and Type | Method and Description |
|---|---|
KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithAttach<ParentT> |
withDockerBridgeCidr(String dockerBridgeCidr)
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.
|
KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithAttach<ParentT> withDockerBridgeCidr(String dockerBridgeCidr)
dockerBridgeCidr - the 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/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/