Assured Workloads v1beta1 API - Class AssuredWorkloadsService.AssuredWorkloadsServiceBase (2.0.0-beta07)

[BindServiceMethod(typeof(AssuredWorkloadsService), "BindService")]
public abstract class AssuredWorkloadsService.AssuredWorkloadsServiceBase

Reference documentation and code samples for the Assured Workloads v1beta1 API class AssuredWorkloadsService.AssuredWorkloadsServiceBase.

Base class for server-side implementations of AssuredWorkloadsService

Inheritance

object > AssuredWorkloadsService.AssuredWorkloadsServiceBase

Namespace

Google.Cloud.AssuredWorkloads.V1Beta1

Assembly

Google.Cloud.AssuredWorkloads.V1Beta1.dll

Methods

AnalyzeWorkloadMove(AnalyzeWorkloadMoveRequest, ServerCallContext)

public virtual Task<AnalyzeWorkloadMoveResponse> AnalyzeWorkloadMove(AnalyzeWorkloadMoveRequest request, ServerCallContext context)

Analyze if the source Assured Workloads can be moved to the target Assured Workload

Parameters
NameDescription
requestAnalyzeWorkloadMoveRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskAnalyzeWorkloadMoveResponse

The response to send back to the client (wrapped by a task).

CreateWorkload(CreateWorkloadRequest, ServerCallContext)

public virtual Task<Operation> CreateWorkload(CreateWorkloadRequest request, ServerCallContext context)

Creates Assured Workload.

Parameters
NameDescription
requestCreateWorkloadRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

DeleteWorkload(DeleteWorkloadRequest, ServerCallContext)

public virtual Task<Empty> DeleteWorkload(DeleteWorkloadRequest request, ServerCallContext context)

Deletes the workload. Make sure that workload's direct children are already in a deleted state, otherwise the request will fail with a FAILED_PRECONDITION error. In addition to assuredworkloads.workload.delete permission, the user should also have orgpolicy.policy.set permission on the deleted folder to remove Assured Workloads OrgPolicies.

Parameters
NameDescription
requestDeleteWorkloadRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskEmpty

The response to send back to the client (wrapped by a task).

GetWorkload(GetWorkloadRequest, ServerCallContext)

public virtual Task<Workload> GetWorkload(GetWorkloadRequest request, ServerCallContext context)

Gets Assured Workload associated with a CRM Node

Parameters
NameDescription
requestGetWorkloadRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskWorkload

The response to send back to the client (wrapped by a task).

ListWorkloads(ListWorkloadsRequest, ServerCallContext)

public virtual Task<ListWorkloadsResponse> ListWorkloads(ListWorkloadsRequest request, ServerCallContext context)

Lists Assured Workloads under a CRM Node.

Parameters
NameDescription
requestListWorkloadsRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskListWorkloadsResponse

The response to send back to the client (wrapped by a task).

RestrictAllowedResources(RestrictAllowedResourcesRequest, ServerCallContext)

public virtual Task<RestrictAllowedResourcesResponse> RestrictAllowedResources(RestrictAllowedResourcesRequest request, ServerCallContext context)

Restrict the list of resources allowed in the Workload environment. The current list of allowed products can be found at https://cloud.google.com/assured-workloads/docs/supported-products In addition to assuredworkloads.workload.update permission, the user should also have orgpolicy.policy.set permission on the folder resource to use this functionality.

Parameters
NameDescription
requestRestrictAllowedResourcesRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskRestrictAllowedResourcesResponse

The response to send back to the client (wrapped by a task).

UpdateWorkload(UpdateWorkloadRequest, ServerCallContext)

public virtual Task<Workload> UpdateWorkload(UpdateWorkloadRequest request, ServerCallContext context)

Updates an existing workload. Currently allows updating of workload display_name and labels. For force updates don't set etag field in the Workload. Only one update operation per workload can be in progress.

Parameters
NameDescription
requestUpdateWorkloadRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskWorkload

The response to send back to the client (wrapped by a task).