public static interface NetworkSecurityRule.Update extends NetworkSecurityRule.UpdateStages.WithDirectionAccess, NetworkSecurityRule.UpdateStages.WithSourceAddressOrSecurityGroup, NetworkSecurityRule.UpdateStages.WithSourcePort, NetworkSecurityRule.UpdateStages.WithDestinationAddressOrSecurityGroup, NetworkSecurityRule.UpdateStages.WithDestinationPort, NetworkSecurityRule.UpdateStages.WithProtocol, Settable<NetworkSecurityGroup.Update>
Modifier and Type | Method and Description |
---|---|
NetworkSecurityRule.Update |
withDescription(String description)
Specifies a description for this security rule.
|
NetworkSecurityRule.Update |
withPriority(int priority)
Specifies the priority to assign to this security rule.
|
allowInbound, allowOutbound, denyInbound, denyOutbound
fromAddress, fromAddresses, fromAnyAddress, withSourceApplicationSecurityGroup
fromAnyPort, fromPort, fromPortRange, fromPortRanges
toAddress, toAddresses, toAnyAddress, withDestinationApplicationSecurityGroup
toAnyPort, toPort, toPortRange, toPortRanges
withAnyProtocol, withProtocol
NetworkSecurityRule.Update withPriority(int priority)
Security rules are applied in the order of their assigned priority.
priority
- the priority number in the range 100 to 4096NetworkSecurityRule.Update withDescription(String description)
description
- a text description to associate with this security ruleCopyright © 2019. All rights reserved.