otcextensions.sdk.vpecp.v1.service¶
The VPCEP Service Class¶
The Service
class inherits from
Resource
.
- class otcextensions.sdk.vpcep.v1.service.Service(_synchronized=False, connection=None, **attrs)¶
The base resource
- Parameters:
_synchronized (bool) – This is not intended to be used directly. See
new()
andexisting()
.connection (openstack.connection.Connection) – Reference to the Connection being used. Defaults to None to allow Resource objects to be used without an active Connection, such as in unit tests. Use of
self._connection
in Resource code should protect itself with a check for None.
- base_path: str = '/vpc-endpoint-services'¶
The base part of the URI for this resource.
- resources_key: ty.Optional[str] = 'endpoint_services'¶
Plural form of key for resource.
- allow_create = True¶
Allow create operation for this resource.
- allow_fetch = True¶
Allow get operation for this resource.
- allow_commit = True¶
Allow update operation for this resource.
- allow_delete = True¶
Allow delete operation for this resource.
- allow_list = True¶
Allow list operation for this resource.
- created_at¶
Creation time of the VPC endpoint service.
- connection_count¶
Count of Creating or Accepted VPC endpoints under the VPC endpoint service.
- description¶
Supplementary information about the VPC endpoint service.
- domain_id¶
Specifies the user’s domain ID.
- id¶
ID of the VPC endpoint service.
- is_approval_enabled¶
Whether connection approval is required.
- pool_id¶
ID of the cluster associated with the target VPCEP resource.
- port_id¶
ID for identifying the backend resource of the VPC endpoint service.
- ports¶
Lists the port mappings opened to the VPC endpoint service.
- project_id¶
Project ID.
- router_id¶
ID of the router to which the backend resource of the VPC endpoint service belongs.
- server_type¶
Resource type.
- service_name¶
Name of the VPC endpoint service.
- service_type¶
Type of the VPC endpoint service.
- status¶
Status of the VPC endpoint service.
- tags¶
Lists the resource tags.
- tcp_proxy¶
Specifies whether the client IP address and port number or marker_id information is transmitted to the server.
- updated_at¶
Update time of the VPC endpoint service.