NetworkSecurityRule

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

NetworkSecurityRuleSpec

(Appears on:NetworkSecurityRule, NetworkSecurityRuleStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
access string
description string (Optional)
destinationAddressPrefix string (Optional)
destinationAddressPrefixes []string (Optional)
destinationApplicationSecurityGroupIDS []string (Optional)
destinationPortRange string (Optional)
destinationPortRanges []string (Optional)
direction string
name string
networkSecurityGroupName string
priority int
protocol string
resourceGroupName string
sourceAddressPrefix string (Optional)
sourceAddressPrefixes []string (Optional)
sourceApplicationSecurityGroupIDS []string (Optional)
sourcePortRange string (Optional)
sourcePortRanges []string (Optional)

NetworkSecurityRuleStatus

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