You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"mso_schema_site_anp_epg_static_port" {
source="./modules/mso/d/mso_schema_site_anp_epg_static_port"# anp_name - (required) is a type of stringanp_name=null# deployment_immediacy - (optional) is a type of stringdeployment_immediacy=null# epg_name - (required) is a type of stringepg_name=null# fex - (optional) is a type of stringfex=null# leaf - (required) is a type of stringleaf=null# micro_seg_vlan - (optional) is a type of numbermicro_seg_vlan=null# mode - (optional) is a type of stringmode=null# path - (required) is a type of stringpath=null# path_type - (required) is a type of stringpath_type=null# pod - (required) is a type of stringpod=null# schema_id - (required) is a type of stringschema_id=null# site_id - (required) is a type of stringsite_id=null# template_name - (required) is a type of stringtemplate_name=null# vlan - (optional) is a type of numbervlan=null
}
data"mso_schema_site_anp_epg_static_port""this" {
# anp_name - (required) is a type of stringanp_name=var.anp_name# deployment_immediacy - (optional) is a type of stringdeployment_immediacy=var.deployment_immediacy# epg_name - (required) is a type of stringepg_name=var.epg_name# fex - (optional) is a type of stringfex=var.fex# leaf - (required) is a type of stringleaf=var.leaf# micro_seg_vlan - (optional) is a type of numbermicro_seg_vlan=var.micro_seg_vlan# mode - (optional) is a type of stringmode=var.mode# path - (required) is a type of stringpath=var.path# path_type - (required) is a type of stringpath_type=var.path_type# pod - (required) is a type of stringpod=var.pod# schema_id - (required) is a type of stringschema_id=var.schema_id# site_id - (required) is a type of stringsite_id=var.site_id# template_name - (required) is a type of stringtemplate_name=var.template_name# vlan - (optional) is a type of numbervlan=var.vlan
}