Interface NetworkInterface.UpdateStages.WithApplicationSecurityGroup
-
- All Known Subinterfaces:
NetworkInterface.Update
- Enclosing interface:
- NetworkInterface.UpdateStages
public static interface NetworkInterface.UpdateStages.WithApplicationSecurityGroupThe stage of the network interface update allowing to associate a application security group.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkInterface.UpdatewithExistingApplicationSecurityGroup(ApplicationSecurityGroup applicationSecurityGroup)Associates an existing application security group with the network interface.NetworkInterface.UpdatewithoutApplicationSecurityGroup(String applicationSecurityGroupName)Removes the application security group from the network interface.
-
-
-
Method Detail
-
withExistingApplicationSecurityGroup
NetworkInterface.Update withExistingApplicationSecurityGroup(ApplicationSecurityGroup applicationSecurityGroup)
Associates an existing application security group with the network interface.- Parameters:
applicationSecurityGroup- an existing application security group- Returns:
- the next stage of the update
-
withoutApplicationSecurityGroup
NetworkInterface.Update withoutApplicationSecurityGroup(String applicationSecurityGroupName)
Removes the application security group from the network interface.- Parameters:
applicationSecurityGroupName- the name of the application security group- Returns:
- the next stage of the update
-
-