EffectiveNetworkSecurityGroup Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. EffectiveNetworkSecurityGroup
- com.
Implements
public final class EffectiveNetworkSecurityGroup
implements JsonSerializable<EffectiveNetworkSecurityGroup>
Effective network security group.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Effective |
association()
Get the association property: Associated resources. |
|
List<Effective |
effectiveSecurityRules()
Get the effective |
|
static
Effective |
fromJson(JsonReader jsonReader)
Reads an instance of Effective |
|
Sub |
networkSecurityGroup()
Get the network |
| Map<String,List<String>> |
tagMap()
Get the tag |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
association
public EffectiveNetworkSecurityGroupAssociation association()
Get the association property: Associated resources.
Returns:
effectiveSecurityRules
public List<EffectiveNetworkSecurityRule> effectiveSecurityRules()
Get the effectiveSecurityRules property: A collection of effective security rules.
Returns:
fromJson
public static EffectiveNetworkSecurityGroup fromJson(JsonReader jsonReader)
Reads an instance of EffectiveNetworkSecurityGroup from the JsonReader.
Parameters:
Returns:
Throws:
networkSecurityGroup
public SubResource networkSecurityGroup()
Get the networkSecurityGroup property: The ID of network security group that is applied.
Returns:
tagMap
public Map<String,List<String>> tagMap()
Get the tagMap property: Mapping of tags to list of IP Addresses included within the tag.
Returns:
toJson
validate
public void validate()
Validates the instance.