NetworkSecurityRule.Definition<ParentT> Interface

Type Parameters

ParentT

the return type of the final attach()

public interface Definition extends NetworkSecurityRule.DefinitionStages.Blank,NetworkSecurityRule.DefinitionStages.WithAttach,NetworkSecurityRule.DefinitionStages.WithDirectionAccess,NetworkSecurityRule.DefinitionStages.WithSourceAddress,NetworkSecurityRule.DefinitionStages.WithSourcePort,NetworkSecurityRule.DefinitionStages.WithDestinationAddress,NetworkSecurityRule.DefinitionStages.WithDestinationPort,NetworkSecurityRule.DefinitionStages.WithProtocol

The entirety of a network security rule definition.

Inherited Members

NetworkSecurityRule.DefinitionStages.WithDirectionAccess<ParentT>.allowInbound() NetworkSecurityRule.DefinitionStages.WithDirectionAccess<ParentT>.allowOutbound() Attachable.InDefinition<ParentT>.attach() NetworkSecurityRule.DefinitionStages.WithDirectionAccess<ParentT>.denyInbound() NetworkSecurityRule.DefinitionStages.WithDirectionAccess<ParentT>.denyOutbound() NetworkSecurityRule.DefinitionStages.WithSourceAddress<ParentT>.fromAddress(String cidr) NetworkSecurityRule.DefinitionStages.WithSourceAddress<ParentT>.fromAnyAddress() NetworkSecurityRule.DefinitionStages.WithSourcePort<ParentT>.fromAnyPort() NetworkSecurityRule.DefinitionStages.WithSourcePort<ParentT>.fromPort(int port) NetworkSecurityRule.DefinitionStages.WithSourcePort<ParentT>.fromPortRange(int from, int to) NetworkSecurityRule.DefinitionStages.WithDestinationAddress<ParentT>.toAddress(String cidr) NetworkSecurityRule.DefinitionStages.WithDestinationAddress<ParentT>.toAnyAddress() NetworkSecurityRule.DefinitionStages.WithDestinationPort<ParentT>.toAnyPort() NetworkSecurityRule.DefinitionStages.WithDestinationPort<ParentT>.toPort(int port) NetworkSecurityRule.DefinitionStages.WithDestinationPort<ParentT>.toPortRange(int from, int to) NetworkSecurityRule.DefinitionStages.WithProtocol<ParentT>.withAnyProtocol() NetworkSecurityRule.DefinitionStages.WithDescription<ParentT>.withDescription(String description) NetworkSecurityRule.DefinitionStages.WithPriority<ParentT>.withPriority(int priority) NetworkSecurityRule.DefinitionStages.WithProtocol<ParentT>.withProtocol(SecurityRuleProtocol protocol)

Applies to