azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

35 строки
3.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.containerservice.models.KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithDockerBridgeCidr"
fullName: "com.azure.resourcemanager.containerservice.models.KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithDockerBridgeCidr<ParentT>"
name: "KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithDockerBridgeCidr<ParentT>"
nameWithType: "KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithDockerBridgeCidr<ParentT>"
summary: "The stage of a network profile definition allowing to specify a CIDR notation IP range assigned to the Docker bridge network."
syntax: "public static interface **KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithDockerBridgeCidr<ParentT>**"
methods:
- uid: "com.azure.resourcemanager.containerservice.models.KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithDockerBridgeCidr.withDockerBridgeCidr(java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.models.KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithDockerBridgeCidr<ParentT>.withDockerBridgeCidr(String dockerBridgeCidr)"
name: "withDockerBridgeCidr(String dockerBridgeCidr)"
nameWithType: "KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithDockerBridgeCidr<ParentT>.withDockerBridgeCidr(String dockerBridgeCidr)"
summary: "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."
deprecatedTag: "The property has no effect since 2019"
modifiers:
- "abstract"
parameters:
- description: "the CIDR notation IP range assigned to the Docker bridge network; it must not\n overlap with any subnet IP ranges or the Kubernetes service address range"
name: "dockerBridgeCidr"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public abstract KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithAttach<ParentT> withDockerBridgeCidr(String dockerBridgeCidr)"
desc: "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."
hasDeprecatedTag: true
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithAttach?alt=com.azure.resourcemanager.containerservice.models.KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithAttach&text=WithAttach\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
typeParameters:
- description: "the stage of the network profile definition to return to after attaching this definition"
name: "ParentT"
desc: "The stage of a network profile definition allowing to specify a CIDR notation IP range assigned to the Docker bridge network."
metadata: {}
package: "com.azure.resourcemanager.containerservice.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-containerservice:2.42.0