PublicIPPrefix.DefinitionStages.WithPrefixLength Interface

public static interface PublicIPPrefix.DefinitionStages.WithPrefixLength

The stage of the publicipprefix definition allowing to specify PrefixLength.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withPrefixLength(Integer prefixLength)

Specifies prefixLength.

Method Details

withPrefixLength

public abstract PublicIPPrefix.DefinitionStages.WithCreate withPrefixLength(Integer prefixLength)

Specifies prefixLength.

Parameters:

prefixLength - The Length of the Public IP Prefix

Returns:

the next definition stage

Applies to