ParentT
- the return type of the final Attachable.attach()
public static interface NetworkSecurityRule.Definition<ParentT> extends NetworkSecurityRule.DefinitionStages.Blank<ParentT>, NetworkSecurityRule.DefinitionStages.WithAttach<ParentT>, NetworkSecurityRule.DefinitionStages.WithDirectionAccess<ParentT>, NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup<ParentT>, NetworkSecurityRule.DefinitionStages.WithSourcePort<ParentT>, NetworkSecurityRule.DefinitionStages.WithDestinationAddressOrSecurityGroup<ParentT>, NetworkSecurityRule.DefinitionStages.WithDestinationPort<ParentT>, NetworkSecurityRule.DefinitionStages.WithProtocol<ParentT>
allowInbound, allowOutbound, denyInbound, denyOutbound
attach
withPriority
withDescription
fromAddress, fromAddresses, fromAnyAddress, withSourceApplicationSecurityGroup
fromAnyPort, fromPort, fromPortRange, fromPortRanges
toAddress, toAddresses, toAnyAddress, withDestinationApplicationSecurityGroup
toAnyPort, toPort, toPortRange, toPortRanges
withAnyProtocol, withProtocol
Copyright © 2019. All rights reserved.