Interface KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithServiceCidr<ParentT>
- Type Parameters:
ParentT- the stage of the network profile definition to return to after attaching this definition
- All Known Subinterfaces:
KubernetesCluster.DefinitionStages.NetworkProfileDefinition<ParentT>,KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.Blank<ParentT>,KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages
public static interface KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithServiceCidr<ParentT>
The stage of a network profile definition allowing to specify a CIDR notation IP range from which to
assign service cluster IPs.
-
Method Summary
Modifier and TypeMethodDescriptionwithServiceCidr(String serviceCidr) Specifies a CIDR notation IP range from which to assign service cluster IPs; must not overlap with any subnet IP ranges.
-
Method Details
-
withServiceCidr
KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithAttach<ParentT> withServiceCidr(String serviceCidr) Specifies a CIDR notation IP range from which to assign service cluster IPs; must not overlap with any subnet IP ranges.- Parameters:
serviceCidr- the CIDR notation IP range from which to assign service cluster IPs; it must not overlap with any Subnet IP ranges- Returns:
- the next stage of the definition
-