Skip to content

Commit 52c052d

Browse files
committed
Auto generate updates from partial header addition
1 parent da0deb6 commit 52c052d

1,141 files changed

Lines changed: 4561 additions & 1141 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

equinix/services/fabricv4/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"""
66
Equinix Fabric API v4
77
Generated by OpenAPI Generator (https://openapi-generator.tech)
8-
"""
8+
9+
Do not edit the class manually.
10+
""" # noqa: E501
11+
912

1013
__version__ = "0.7.0"
1114

equinix/services/fabricv4/api/cloud_routers_api.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"""
44
Equinix Fabric API v4
55
Generated by OpenAPI Generator (https://openapi-generator.tech)
6-
"""
6+
7+
Do not edit the class manually.
8+
""" # noqa: E501
9+
710
import warnings
811
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
912
from typing import Any, Dict, List, Optional, Tuple, Union

equinix/services/fabricv4/api/connections_api.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"""
44
Equinix Fabric API v4
55
Generated by OpenAPI Generator (https://openapi-generator.tech)
6-
"""
6+
7+
Do not edit the class manually.
8+
""" # noqa: E501
9+
710
import warnings
811
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
912
from typing import Any, Dict, List, Optional, Tuple, Union

equinix/services/fabricv4/api/health_api.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"""
44
Equinix Fabric API v4
55
Generated by OpenAPI Generator (https://openapi-generator.tech)
6-
"""
6+
7+
Do not edit the class manually.
8+
""" # noqa: E501
9+
710
import warnings
811
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
912
from typing import Any, Dict, List, Optional, Tuple, Union

equinix/services/fabricv4/api/marketplace_subscriptions_api.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"""
44
Equinix Fabric API v4
55
Generated by OpenAPI Generator (https://openapi-generator.tech)
6-
"""
6+
7+
Do not edit the class manually.
8+
""" # noqa: E501
9+
710
import warnings
811
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
912
from typing import Any, Dict, List, Optional, Tuple, Union

equinix/services/fabricv4/api/metros_api.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"""
44
Equinix Fabric API v4
55
Generated by OpenAPI Generator (https://openapi-generator.tech)
6-
"""
6+
7+
Do not edit the class manually.
8+
""" # noqa: E501
9+
710
import warnings
811
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
912
from typing import Any, Dict, List, Optional, Tuple, Union

equinix/services/fabricv4/api/networks_api.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"""
44
Equinix Fabric API v4
55
Generated by OpenAPI Generator (https://openapi-generator.tech)
6-
"""
6+
7+
Do not edit the class manually.
8+
""" # noqa: E501
9+
710
import warnings
811
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
912
from typing import Any, Dict, List, Optional, Tuple, Union

equinix/services/fabricv4/api/ports_api.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"""
44
Equinix Fabric API v4
55
Generated by OpenAPI Generator (https://openapi-generator.tech)
6-
"""
6+
7+
Do not edit the class manually.
8+
""" # noqa: E501
9+
710
import warnings
811
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
912
from typing import Any, Dict, List, Optional, Tuple, Union

equinix/services/fabricv4/api/precision_time_api.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"""
44
Equinix Fabric API v4
55
Generated by OpenAPI Generator (https://openapi-generator.tech)
6-
"""
6+
7+
Do not edit the class manually.
8+
""" # noqa: E501
9+
710
import warnings
811
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
912
from typing import Any, Dict, List, Optional, Tuple, Union

equinix/services/fabricv4/api/prices_api.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"""
44
Equinix Fabric API v4
55
Generated by OpenAPI Generator (https://openapi-generator.tech)
6-
"""
6+
7+
Do not edit the class manually.
8+
""" # noqa: E501
9+
710
import warnings
811
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
912
from typing import Any, Dict, List, Optional, Tuple, Union

0 commit comments

Comments
 (0)