Interface NetworkInterface.UpdateStages.WithIPConfiguration
-
- All Known Subinterfaces:
NetworkInterface.Update
- Enclosing interface:
- NetworkInterface.UpdateStages
public static interface NetworkInterface.UpdateStages.WithIPConfigurationThe stage of the network interface update allowing to configure IP configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NicIpConfiguration.UpdateDefinitionStages.Blank<NetworkInterface.Update>defineSecondaryIPConfiguration(String name)Starts definition of a secondary IP configuration.NicIpConfiguration.UpdateupdateIPConfiguration(String name)Starts update of an IP configuration.NetworkInterface.UpdatewithoutIPConfiguration(String name)Removes the specified IP configuration.
-
-
-
Method Detail
-
defineSecondaryIPConfiguration
NicIpConfiguration.UpdateDefinitionStages.Blank<NetworkInterface.Update> defineSecondaryIPConfiguration(String name)
Starts definition of a secondary IP configuration.- Parameters:
name- name for the IP configuration- Returns:
- the first stage of the update
-
updateIPConfiguration
NicIpConfiguration.Update updateIPConfiguration(String name)
Starts update of an IP configuration.- Parameters:
name- name of the IP configuration- Returns:
- the first stage of the update
-
withoutIPConfiguration
NetworkInterface.Update withoutIPConfiguration(String name)
Removes the specified IP configuration.- Parameters:
name- the name of an existing IP configuration- Returns:
- the next stage of the update
-
-