Firewall

Field Type Description
apiVersion string azurerm.kubeform.com/v1alpha1
kind string Firewall
metadata Kubernetes meta/v1.ObjectMeta Refer to the Kubernetes API documentation for the fields of the metadata field.
spec FirewallSpec
status FirewallStatus

FirewallSpec

(Appears on:Firewall, FirewallStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
ipConfiguration []FirewallSpecIpConfiguration
location string
name string
resourceGroupName string
tags map[string]string (Optional)

FirewallSpecIpConfiguration

(Appears on:FirewallSpec)
Field Type Description
internalPublicIPAddressID string (Optional) Deprecated
name string
privateIPAddress string (Optional)
publicIPAddressID string (Optional)
subnetID string

FirewallStatus

(Appears on:Firewall)
Field Type Description
observedGeneration int64 (Optional) Resource generation, which is updated on mutation by the API Server.
output FirewallSpec (Optional)
state kubeform.dev/kubeform/apis.State (Optional)