Interface NetworkInterface.DefinitionStages.WithApplicationSecurityGroup
-
- All Known Subinterfaces:
NetworkInterface.Definition,NetworkInterface.DefinitionStages.WithCreate
- Enclosing interface:
- NetworkInterface.DefinitionStages
public static interface NetworkInterface.DefinitionStages.WithApplicationSecurityGroupThe stage of the network interface definition allowing to associate a application security group.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkInterface.DefinitionStages.WithCreatewithExistingApplicationSecurityGroup(ApplicationSecurityGroup applicationSecurityGroup)Associates an existing application security group with the network interface.
-
-
-
Method Detail
-
withExistingApplicationSecurityGroup
NetworkInterface.DefinitionStages.WithCreate 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 definition
-
-