public class EffectiveNetworkSecurityGroup extends Object
Constructor and Description |
---|
EffectiveNetworkSecurityGroup() |
Modifier and Type | Method and Description |
---|---|
EffectiveNetworkSecurityGroupAssociation |
association()
Get the association value.
|
List<EffectiveNetworkSecurityRule> |
effectiveSecurityRules()
Get the effectiveSecurityRules value.
|
SubResource |
networkSecurityGroup()
Get the networkSecurityGroup value.
|
Map<String,List<String>> |
tagMap()
Get the tagMap value.
|
EffectiveNetworkSecurityGroup |
withAssociation(EffectiveNetworkSecurityGroupAssociation association)
Set the association value.
|
EffectiveNetworkSecurityGroup |
withEffectiveSecurityRules(List<EffectiveNetworkSecurityRule> effectiveSecurityRules)
Set the effectiveSecurityRules value.
|
EffectiveNetworkSecurityGroup |
withNetworkSecurityGroup(SubResource networkSecurityGroup)
Set the networkSecurityGroup value.
|
EffectiveNetworkSecurityGroup |
withTagMap(Map<String,List<String>> tagMap)
Set the tagMap value.
|
public SubResource networkSecurityGroup()
public EffectiveNetworkSecurityGroup withNetworkSecurityGroup(SubResource networkSecurityGroup)
networkSecurityGroup
- the networkSecurityGroup value to setpublic EffectiveNetworkSecurityGroupAssociation association()
public EffectiveNetworkSecurityGroup withAssociation(EffectiveNetworkSecurityGroupAssociation association)
association
- the association value to setpublic List<EffectiveNetworkSecurityRule> effectiveSecurityRules()
public EffectiveNetworkSecurityGroup withEffectiveSecurityRules(List<EffectiveNetworkSecurityRule> effectiveSecurityRules)
effectiveSecurityRules
- the effectiveSecurityRules value to setpublic EffectiveNetworkSecurityGroup withTagMap(Map<String,List<String>> tagMap)
tagMap
- the tagMap value to setCopyright © 2019. All rights reserved.