10
10
"DNS" ,
11
11
"OriginDNS" ,
12
12
"EdgeIPs" ,
13
- "EdgeIPsSpectrumEdgeIPEyeballIPsVariable " ,
14
- "EdgeIPsSpectrumEdgeIPCustomerOwnedIPsVariable " ,
13
+ "EdgeIPsSpectrumEdgeIPEyeballIPs " ,
14
+ "EdgeIPsSpectrumEdgeIPCustomerOwnedIPs " ,
15
15
]
16
16
17
17
@@ -101,7 +101,7 @@ class OriginDNS(TypedDict, total=False):
101
101
"""
102
102
103
103
104
- class EdgeIPsSpectrumEdgeIPEyeballIPsVariable (TypedDict , total = False ):
104
+ class EdgeIPsSpectrumEdgeIPEyeballIPs (TypedDict , total = False ):
105
105
connectivity : Literal ["all" , "ipv4" , "ipv6" ]
106
106
"""The IP versions supported for inbound connections on Spectrum anycast IPs."""
107
107
@@ -113,7 +113,7 @@ class EdgeIPsSpectrumEdgeIPEyeballIPsVariable(TypedDict, total=False):
113
113
"""
114
114
115
115
116
- class EdgeIPsSpectrumEdgeIPCustomerOwnedIPsVariable (TypedDict , total = False ):
116
+ class EdgeIPsSpectrumEdgeIPCustomerOwnedIPs (TypedDict , total = False ):
117
117
ips : List [str ]
118
118
"""
119
119
The array of customer owned IPs we broadcast via anycast for this hostname and
@@ -128,4 +128,4 @@ class EdgeIPsSpectrumEdgeIPCustomerOwnedIPsVariable(TypedDict, total=False):
128
128
"""
129
129
130
130
131
- EdgeIPs = Union [EdgeIPsSpectrumEdgeIPEyeballIPsVariable , EdgeIPsSpectrumEdgeIPCustomerOwnedIPsVariable ]
131
+ EdgeIPs = Union [EdgeIPsSpectrumEdgeIPEyeballIPs , EdgeIPsSpectrumEdgeIPCustomerOwnedIPs ]
0 commit comments