Interface PublicIPAddress.DefinitionStages.WithIpTag
-
- All Known Subinterfaces:
PublicIPAddress.Definition,PublicIPAddress.DefinitionStages.WithCreate
- Enclosing interface:
- PublicIPAddress.DefinitionStages
@Beta(V1_10_0) 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
-
-