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_domain" {
source="./modules/mso/r/mso_schema_site_anp_epg_domain"# allow_micro_segmentation - (optional) is a type of boolallow_micro_segmentation=null# anp_name - (required) is a type of stringanp_name=null# deploy_immediacy - (required) is a type of stringdeploy_immediacy=null# dn - (required) is a type of stringdn=null# domain_type - (required) is a type of stringdomain_type=null# enhanced_lag_policy_dn - (optional) is a type of stringenhanced_lag_policy_dn=null# enhanced_lag_policy_name - (optional) is a type of stringenhanced_lag_policy_name=null# epg_name - (required) is a type of stringepg_name=null# micro_seg_vlan - (optional) is a type of numbermicro_seg_vlan=null# micro_seg_vlan_type - (optional) is a type of stringmicro_seg_vlan_type=null# port_encap_vlan - (optional) is a type of numberport_encap_vlan=null# port_encap_vlan_type - (optional) is a type of stringport_encap_vlan_type=null# resolution_immediacy - (required) is a type of stringresolution_immediacy=null# schema_id - (required) is a type of stringschema_id=null# site_id - (required) is a type of stringsite_id=null# switch_type - (optional) is a type of stringswitch_type=null# switching_mode - (optional) is a type of stringswitching_mode=null# template_name - (required) is a type of stringtemplate_name=null# vlan_encap_mode - (optional) is a type of stringvlan_encap_mode=null
}
resource"mso_schema_site_anp_epg_domain""this" {
# allow_micro_segmentation - (optional) is a type of boolallow_micro_segmentation=var.allow_micro_segmentation# anp_name - (required) is a type of stringanp_name=var.anp_name# deploy_immediacy - (required) is a type of stringdeploy_immediacy=var.deploy_immediacy# dn - (required) is a type of stringdn=var.dn# domain_type - (required) is a type of stringdomain_type=var.domain_type# enhanced_lag_policy_dn - (optional) is a type of stringenhanced_lag_policy_dn=var.enhanced_lag_policy_dn# enhanced_lag_policy_name - (optional) is a type of stringenhanced_lag_policy_name=var.enhanced_lag_policy_name# epg_name - (required) is a type of stringepg_name=var.epg_name# micro_seg_vlan - (optional) is a type of numbermicro_seg_vlan=var.micro_seg_vlan# micro_seg_vlan_type - (optional) is a type of stringmicro_seg_vlan_type=var.micro_seg_vlan_type# port_encap_vlan - (optional) is a type of numberport_encap_vlan=var.port_encap_vlan# port_encap_vlan_type - (optional) is a type of stringport_encap_vlan_type=var.port_encap_vlan_type# resolution_immediacy - (required) is a type of stringresolution_immediacy=var.resolution_immediacy# schema_id - (required) is a type of stringschema_id=var.schema_id# site_id - (required) is a type of stringsite_id=var.site_id# switch_type - (optional) is a type of stringswitch_type=var.switch_type# switching_mode - (optional) is a type of stringswitching_mode=var.switching_mode# template_name - (required) is a type of stringtemplate_name=var.template_name# vlan_encap_mode - (optional) is a type of stringvlan_encap_mode=var.vlan_encap_mode
}