Interface PublicIpPrefix.DefinitionStages.WithPrefixLength
-
- All Known Subinterfaces:
PublicIpPrefix.Definition,PublicIpPrefix.DefinitionStages.WithCreate
- Enclosing interface:
- PublicIpPrefix.DefinitionStages
public static interface PublicIpPrefix.DefinitionStages.WithPrefixLengthThe stage of the publicipprefix definition allowing to specify PrefixLength.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PublicIpPrefix.DefinitionStages.WithCreatewithPrefixLength(Integer prefixLength)Specifies prefixLength.
-
-
-
Method Detail
-
withPrefixLength
PublicIpPrefix.DefinitionStages.WithCreate withPrefixLength(Integer prefixLength)
Specifies prefixLength.- Parameters:
prefixLength- The Length of the Public Ip Prefix- Returns:
- the next definition stage
-
-