3535from .resources .cloud import cloud
3636from .resources .storage import storage
3737from .resources .fastedge import fastedge
38- from .resources .security import security
3938from .resources .streaming import streaming
4039
4140__all__ = ["Timeout" , "Transport" , "ProxiesTypes" , "RequestOptions" , "Gcore" , "AsyncGcore" , "Client" , "AsyncClient" ]
@@ -47,7 +46,6 @@ class Gcore(SyncAPIClient):
4746 iam : iam .IamResource
4847 fastedge : fastedge .FastedgeResource
4948 streaming : streaming .StreamingResource
50- security : security .SecurityResource
5149 dns : dns .DNSResource
5250 storage : storage .StorageResource
5351 cdn : cdn .CdnResource
@@ -140,7 +138,6 @@ def __init__(
140138 self .iam = iam .IamResource (self )
141139 self .fastedge = fastedge .FastedgeResource (self )
142140 self .streaming = streaming .StreamingResource (self )
143- self .security = security .SecurityResource (self )
144141 self .dns = dns .DNSResource (self )
145142 self .storage = storage .StorageResource (self )
146143 self .cdn = cdn .CdnResource (self )
@@ -284,7 +281,6 @@ class AsyncGcore(AsyncAPIClient):
284281 iam : iam .AsyncIamResource
285282 fastedge : fastedge .AsyncFastedgeResource
286283 streaming : streaming .AsyncStreamingResource
287- security : security .AsyncSecurityResource
288284 dns : dns .AsyncDNSResource
289285 storage : storage .AsyncStorageResource
290286 cdn : cdn .AsyncCdnResource
@@ -377,7 +373,6 @@ def __init__(
377373 self .iam = iam .AsyncIamResource (self )
378374 self .fastedge = fastedge .AsyncFastedgeResource (self )
379375 self .streaming = streaming .AsyncStreamingResource (self )
380- self .security = security .AsyncSecurityResource (self )
381376 self .dns = dns .AsyncDNSResource (self )
382377 self .storage = storage .AsyncStorageResource (self )
383378 self .cdn = cdn .AsyncCdnResource (self )
@@ -522,7 +517,6 @@ def __init__(self, client: Gcore) -> None:
522517 self .iam = iam .IamResourceWithRawResponse (client .iam )
523518 self .fastedge = fastedge .FastedgeResourceWithRawResponse (client .fastedge )
524519 self .streaming = streaming .StreamingResourceWithRawResponse (client .streaming )
525- self .security = security .SecurityResourceWithRawResponse (client .security )
526520 self .dns = dns .DNSResourceWithRawResponse (client .dns )
527521 self .storage = storage .StorageResourceWithRawResponse (client .storage )
528522 self .cdn = cdn .CdnResourceWithRawResponse (client .cdn )
@@ -535,7 +529,6 @@ def __init__(self, client: AsyncGcore) -> None:
535529 self .iam = iam .AsyncIamResourceWithRawResponse (client .iam )
536530 self .fastedge = fastedge .AsyncFastedgeResourceWithRawResponse (client .fastedge )
537531 self .streaming = streaming .AsyncStreamingResourceWithRawResponse (client .streaming )
538- self .security = security .AsyncSecurityResourceWithRawResponse (client .security )
539532 self .dns = dns .AsyncDNSResourceWithRawResponse (client .dns )
540533 self .storage = storage .AsyncStorageResourceWithRawResponse (client .storage )
541534 self .cdn = cdn .AsyncCdnResourceWithRawResponse (client .cdn )
@@ -548,7 +541,6 @@ def __init__(self, client: Gcore) -> None:
548541 self .iam = iam .IamResourceWithStreamingResponse (client .iam )
549542 self .fastedge = fastedge .FastedgeResourceWithStreamingResponse (client .fastedge )
550543 self .streaming = streaming .StreamingResourceWithStreamingResponse (client .streaming )
551- self .security = security .SecurityResourceWithStreamingResponse (client .security )
552544 self .dns = dns .DNSResourceWithStreamingResponse (client .dns )
553545 self .storage = storage .StorageResourceWithStreamingResponse (client .storage )
554546 self .cdn = cdn .CdnResourceWithStreamingResponse (client .cdn )
@@ -561,7 +553,6 @@ def __init__(self, client: AsyncGcore) -> None:
561553 self .iam = iam .AsyncIamResourceWithStreamingResponse (client .iam )
562554 self .fastedge = fastedge .AsyncFastedgeResourceWithStreamingResponse (client .fastedge )
563555 self .streaming = streaming .AsyncStreamingResourceWithStreamingResponse (client .streaming )
564- self .security = security .AsyncSecurityResourceWithStreamingResponse (client .security )
565556 self .dns = dns .AsyncDNSResourceWithStreamingResponse (client .dns )
566557 self .storage = storage .AsyncStorageResourceWithStreamingResponse (client .storage )
567558 self .cdn = cdn .AsyncCdnResourceWithStreamingResponse (client .cdn )
0 commit comments