NetworkSecurityGroup Interface
Implements
public interface NetworkSecurityGroup
extends GroupableResource<NetworkManager,NetworkSecurityGroupInner>, Refreshable<NetworkSecurityGroup>, Updatable<Update>, UpdatableWithTags<NetworkSecurityGroup>, HasAssociatedSubnets
Network security group.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Map<String,Network |
defaultSecurityRules()
Gets default security rules associated with this network security group. |
| abstract Set<String> |
networkInterfaceIds()
Gets the IDs of the network interfaces associated with this network security group. |
|
abstract
Map<String,Network |
securityRules()
Gets security rules associated with this network security group. |
Method Details
defaultSecurityRules
public abstract Map<String,NetworkSecurityRule> defaultSecurityRules()
Gets default security rules associated with this network security group.
Returns:
networkInterfaceIds
public abstract Set<String> networkInterfaceIds()
Gets the IDs of the network interfaces associated with this network security group.
Returns:
securityRules
public abstract Map<String,NetworkSecurityRule> securityRules()
Gets security rules associated with this network security group.
Returns: