Resources and Attributes¶
Open Telekom Cloud Resources¶
- Anti DDoS Service (Anti-DDoS)
- AutoScaling Service (AS)
- Cloud Backup and Recovery Service (CBR)
- Cloud Container Engine (CCE)
- Cloud Eye Service (CES)
- Cloud Search Service (CSS)
- Cloud Trace Service (CTS)
- Data Ingestion Service (DIS)
- Data Warehouse Service (DWS)
- Dedicated Host Service (DeH)
- Dedicated Load Balancer (DLB)
- Direct Connect (DCAAS)
- Distributed Cache Service (DCS)
- Distributed Message Service (DMS)
- Document Database Service (DDS)
- Domain Name Service (DNS)
- Identity Service (IAM)
- Key Management Service (KMS)
- Log Tank Service (LTS)
- MapReduce Service (MRS)
- ModelArts Service (MA)
- Network Address Translation (NAT)
- Object Block Storage (OBS)
- Relational Database Service (RDS)
- Shared File System Turbo (SFS Turbo)
- Simple Message Notification Service (SMN)
- Storage Disaster Recovery Service (SDRS)
- Software Repository for Containers Service (SWR)
- Virtual Private Cloud (VPC)
- VPC Endpoint (VPCEP)
- Web Application Firewall (WAF)
- Tag Management Service (TMS)
- Image Management Service (IMS)
Every resource which is used within the proxy methods have own attributes.
Those attributes define the behavior of the resource which can be a cluster
or a node or anything different logical unit in an OpenStack Cloud. The
Resource layer is a lower-level interface to communicate with OpenStack
services. While the classes exposed by the Service Proxies build a
convenience layer on top of this, Resource
objects can be used directly. However, the most common usage of this layer is
in receiving an object from a class in the Connection Interface_,
modifying it, and sending it back to the Service Proxies layer,
such as to update a resource on the server.
The following services have exposed Resource
classes.