Public Member Functions | |
str | api_name (self) |
str | api_version (self) |
def | parent (self, Optional[str] location=GLOBAL_LOCATION) |
def | resource_full_name (self, name, collection_name) |
![]() | |
def | __init__ (self, discovery.Resource api, str project) |
str | resource_pretty_format (self, dict body) |
Static Public Attributes | |
string | GLOBAL_LOCATION = 'global' |
Private Member Functions | |
def | _create_resource (self, discovery.Resource collection, dict body, **kwargs) |
bool | _delete_resource (self, discovery.Resource collection, str full_name) |
def | _execute (self, HttpRequest request, timeout_sec=GcpProjectApiResource._WAIT_FOR_OPERATION_SEC) |
def | _get_resource (self, discovery.Resource collection, full_name) |
def | _wait (self, operation, timeout_sec=GcpProjectApiResource._WAIT_FOR_OPERATION_SEC) |
Additional Inherited Members | |
![]() | |
def | wait_for_operation (operation_request, test_success_fn, timeout_sec=_WAIT_FOR_OPERATION_SEC, wait_sec=_WAIT_FIXED_SEC) |
|
private |
|
private |
|
private |
|
private |
|
private |
str framework.infrastructure.gcp.api.GcpStandardCloudApiResource.api_name | ( | self | ) |
str framework.infrastructure.gcp.api.GcpStandardCloudApiResource.api_version | ( | self | ) |
Reimplemented in framework.infrastructure.gcp.network_services.NetworkServicesV1Alpha1, framework.infrastructure.gcp.network_services.NetworkServicesV1Beta1, framework.infrastructure.gcp.network_security.NetworkSecurityV1Alpha1, and framework.infrastructure.gcp.network_security.NetworkSecurityV1Beta1.
def framework.infrastructure.gcp.api.GcpStandardCloudApiResource.parent | ( | self, | |
Optional[str] | location = GLOBAL_LOCATION |
||
) |
def framework.infrastructure.gcp.api.GcpStandardCloudApiResource.resource_full_name | ( | self, | |
name, | |||
collection_name | |||
) |
|
static |