diff --git a/plugins/modules/nsxt_policy_segment.py b/plugins/modules/nsxt_policy_segment.py index 0fa17bc9..8f3d87a4 100644 --- a/plugins/modules/nsxt_policy_segment.py +++ b/plugins/modules/nsxt_policy_segment.py @@ -150,7 +150,6 @@ choices: - UP - DOWN - default: UP advanced_config: description: Advanced configuration for Segment. type: dict @@ -336,7 +335,6 @@ replication_mode: description: Replication mode of the Segment type: str - default: MTEP choices: - MTEP - SOURCE @@ -792,8 +790,7 @@ def get_resource_spec(): ), admin_state=dict( type='str', - choices=['UP', 'DOWN'], - default='UP' + choices=['UP', 'DOWN'] ), advanced_config=dict( required=False, @@ -941,7 +938,6 @@ def get_resource_spec(): ), replication_mode=dict( type='str', - default="MTEP", choices=["MTEP", "SOURCE"] ), site_id=dict( @@ -1185,7 +1181,6 @@ def get_resource_spec(): admin_state=dict( required=False, type='str', - default='UP', choices=['UP', 'DOWN'] ), attachment=dict(