Interface PublicIpAddress.DefinitionStages.WithIpTag
-
- All Known Subinterfaces:
PublicIpAddress.Definition,PublicIpAddress.DefinitionStages.WithCreate
- Enclosing interface:
- PublicIpAddress.DefinitionStages
public static interface PublicIpAddress.DefinitionStages.WithIpTagThe stage of the definition allowing to specify ipTags associated with the public IP address.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PublicIpAddress.DefinitionStages.WithCreatewithIpTag(String tag)Sets an ipTag associated with the public IP address.PublicIpAddress.DefinitionStages.WithCreatewithIpTag(String tag, String ipTagType)Sets an ipTag associated with the public IP address.
-
-
-
Method Detail
-
withIpTag
PublicIpAddress.DefinitionStages.WithCreate withIpTag(String tag)
Sets an ipTag associated with the public IP address.- Parameters:
tag- ip tag value- Returns:
- the next stage of the definition
-
withIpTag
PublicIpAddress.DefinitionStages.WithCreate withIpTag(String tag, String ipTagType)
Sets an ipTag associated with the public IP address.- Parameters:
tag- ip tag valueipTagType- ipTagType- Returns:
- the next stage of the definition
-
-