otcextensions.sdk.apig.v2.api_supplements¶
The PublishApi Class¶
The PublishApi class inherits from
Resource.
- class otcextensions.sdk.apig.v2.api_supplements.PublishApi¶
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._connectionin Resource code should protect itself with a check for None.
- base_path: str = '/apigw/instances/%(gateway_id)s/apis/action'¶
The base part of the URI for this resource.
- allow_create = True¶
Allow create operation for this resource.
The CheckApi Class¶
The CheckApi class inherits from
Resource.
- class otcextensions.sdk.apig.v2.api_supplements.CheckApi¶
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._connectionin Resource code should protect itself with a check for None.
- base_path: str = '/apigw/instances/%(gateway_id)s/apis/check'¶
The base part of the URI for this resource.
- allow_create = True¶
Allow create operation for this resource.
- name: str¶
The name of this resource.
The DebugApi Class¶
The DebugApi class inherits from
Resource.
- class otcextensions.sdk.apig.v2.api_supplements.DebugApi¶
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._connectionin Resource code should protect itself with a check for None.
- base_path: str = '/apigw/instances/%(gateway_id)s/apis/debug/%(api_id)s'¶
The base part of the URI for this resource.
- allow_create = True¶
Allow create operation for this resource.
The PublishApis Class¶
The PublishApis class inherits from
Resource.
- class otcextensions.sdk.apig.v2.api_supplements.PublishApis¶
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._connectionin Resource code should protect itself with a check for None.
- base_path: str = '/apigw/instances/%(gateway_id)s/apis/publish'¶
The base part of the URI for this resource.
- resources_key: str | None = 'api_versions'¶
Plural form of key for resource.
- allow_create = True¶
Allow create operation for this resource.
- allow_list = True¶
Allow list operation for this resource.
- allow_commit = True¶
Allow update operation for this resource.
The RuntimeDefinitionApi Class¶
The RuntimeDefinitionApi class inherits from
Resource.
- class otcextensions.sdk.apig.v2.api_supplements.RuntimeDefinitionApi¶
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._connectionin Resource code should protect itself with a check for None.
- base_path: str = '/apigw/instances/%(gateway_id)s/apis/runtime/%(api_id)s'¶
The base part of the URI for this resource.
- allow_list = True¶
Allow list operation for this resource.
- name: str¶
The name of this resource.
The VersionsApi Class¶
The VersionsApi class inherits from
Resource.
- class otcextensions.sdk.apig.v2.api_supplements.VersionsApi¶
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._connectionin Resource code should protect itself with a check for None.
- base_path: str = '/apigw/instances/%(gateway_id)s/apis/versions/%(version_id)s'¶
The base part of the URI for this resource.
- allow_list = True¶
Allow list operation for this resource.
- allow_delete = True¶
Allow delete operation for this resource.
- requires_id = False¶
Do calls for this resource require an id
- name: str¶
The name of this resource.