Interface NetworkInterface.DefinitionStages.WithPublicIPAddressDeleteOptions
- All Known Subinterfaces:
NetworkInterface.Definition,NetworkInterface.DefinitionStages.WithCreate
- Enclosing interface:
- NetworkInterface.DefinitionStages
public static interface NetworkInterface.DefinitionStages.WithPublicIPAddressDeleteOptions
The stage of the definition allowing to specify delete options for the public ip address.
-
Method Summary
Modifier and TypeMethodDescriptionwithPrimaryPublicIPAddressDeleteOptions(DeleteOptions deleteOptions) Sets delete options for public ip address.
-
Method Details
-
withPrimaryPublicIPAddressDeleteOptions
NetworkInterface.DefinitionStages.WithCreate withPrimaryPublicIPAddressDeleteOptions(DeleteOptions deleteOptions) Sets delete options for public ip address.- Parameters:
deleteOptions- the delete options for primary network interfaces- Returns:
- the next stage of the update
-