FirewallNetworkRuleCollection is the Schema for the FirewallNetworkRuleCollections API. Manages a Network Rule Collection within an Azure Firewall.
Type
CRD
Group
network.azure.upbound.io
Version
v1beta1
apiVersion: network.azure.upbound.io/v1beta1
kind: FirewallNetworkRuleCollection
FirewallNetworkRuleCollectionSpec defines the desired state of FirewallNetworkRuleCollection
No description provided.
Reference to a Firewall to populate azureFirewallName.
Policies for referencing.
Selector for a Firewall to populate azureFirewallName.
Policies for selection.
Reference to a ResourceGroup in azure to populate resourceGroupName.
Policies for referencing.
Selector for a ResourceGroup in azure to populate resourceGroupName.
Policies for selection.
One or more rule blocks as defined below.
Either a list of destination IP addresses and/or IP ranges, or a list of destination Service Tags.
A list of destination FQDNS for the rule.
A list of destination IP Group IDs for the rule.
A list of destination ports.
A list of protocols. Possible values are Any, ICMP, TCP and UDP.
A list of source IP addresses and/or IP ranges.
A list of IP Group IDs for the rule.
ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured.
Policies for referencing.
ProviderReference specifies the provider that will be used to create, observe, update, and delete this managed resource. Deprecated: Please use ProviderConfigReference, i.e. providerConfigRef
Policies for referencing.
PublishConnectionDetailsTo specifies the connection secret config which contains a name, metadata and a reference to secret store config to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource.
WriteConnectionSecretToReference specifies the namespace and name of a Secret to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource. This field is planned to be replaced in a future release in favor of PublishConnectionDetailsTo. Currently, both could be set independently and connection details would be published to both without affecting each other.
FirewallNetworkRuleCollectionStatus defines the observed state of FirewallNetworkRuleCollection.
No description provided.
One or more rule blocks as defined below.
Either a list of destination IP addresses and/or IP ranges, or a list of destination Service Tags.
A list of destination FQDNS for the rule.
A list of destination IP Group IDs for the rule.
A list of destination ports.
A list of protocols. Possible values are Any, ICMP, TCP and UDP.
A list of source IP addresses and/or IP ranges.
A list of IP Group IDs for the rule.
Conditions of the resource.
example
apiVersion: network.azure.upbound.io/v1beta1
kind: FirewallNetworkRuleCollection
metadata:
name: example
spec:
forProvider:
action: Allow
azureFirewallNameRef:
name: example
priority: 100
resourceGroupNameRef:
name: example-fw-rg
rule:
- destinationAddresses:
- 8.8.8.8
- 8.8.4.4
destinationPorts:
- "53"
name: testrule
protocols:
- TCP
- UDP
sourceAddresses:
- 10.0.0.0/16
example
apiVersion: network.azure.upbound.io/v1beta1
kind: FirewallNetworkRuleCollection
metadata:
name: example
spec:
forProvider:
action: Allow
azureFirewallNameRef:
name: example
priority: 100
resourceGroupNameRef:
name: example
rule:
- destinationAddresses:
- 8.8.8.8
- 8.8.4.4
destinationPorts:
- "53"
name: testrule
protocols:
- TCP
- UDP
sourceAddresses:
- 10.0.0.0/16
© 2022 Upbound, Inc.
Discover the building blocksfor your internal cloud platform.