Interface NetworkInterface.UpdateStages.WithApplicationSecurityGroup
- All Known Subinterfaces:
NetworkInterface.Update
- Enclosing interface:
- NetworkInterface.UpdateStages
public static interface NetworkInterface.UpdateStages.WithApplicationSecurityGroup
The stage of the network interface update allowing to associate a application security group.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingApplicationSecurityGroup(ApplicationSecurityGroup applicationSecurityGroup) Associates an existing application security group with the network interface.withoutApplicationSecurityGroup(String applicationSecurityGroupName) Removes the application security group from the network interface.
-
Method Details
-
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
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
-