Interface PublicIpPrefix.DefinitionStages.WithIpTags
-
- All Known Subinterfaces:
PublicIpPrefix.Definition,PublicIpPrefix.DefinitionStages.WithCreate
- Enclosing interface:
- PublicIpPrefix.DefinitionStages
public static interface PublicIpPrefix.DefinitionStages.WithIpTagsThe stage of the publicipprefix definition allowing to specify IpTags.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PublicIpPrefix.DefinitionStages.WithCreatewithIpTags(List<IpTag> ipTags)Specifies ipTags.
-
-
-
Method Detail
-
withIpTags
PublicIpPrefix.DefinitionStages.WithCreate withIpTags(List<IpTag> ipTags)
Specifies ipTags.- Parameters:
ipTags- The list of tags associated with the public Ip prefix- Returns:
- the next definition stage
-
-