Interface PublicIpAddress.DefinitionStages.WithIpTag
- All Known Subinterfaces:
PublicIpAddress.Definition,PublicIpAddress.DefinitionStages.WithCreate
- Enclosing interface:
- PublicIpAddress.DefinitionStages
public static interface PublicIpAddress.DefinitionStages.WithIpTag
The stage of the definition allowing to specify ipTags associated with the public IP address.
-
Method Summary
Modifier and TypeMethodDescriptionSets an ipTag associated with the public IP address.Sets an ipTag associated with the public IP address.
-
Method Details
-
withIpTag
Sets an ipTag associated with the public IP address.- Parameters:
tag- ip tag value- Returns:
- the next stage of the definition
-
withIpTag
Sets an ipTag associated with the public IP address.- Parameters:
tag- ip tag valueipTagType- ipTagType- Returns:
- the next stage of the definition
-