OrganizationsLocationsWorkloadsResource class

Constructors

OrganizationsLocationsWorkloadsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
violations OrganizationsLocationsWorkloadsViolationsResource
no setter

Methods

analyzeWorkloadMove(String target, {List<String>? assetTypes, int? pageSize, String? pageToken, String? project, String? $fields}) Future<GoogleCloudAssuredworkloadsV1AnalyzeWorkloadMoveResponse>
Analyzes a hypothetical move of a source resource to a target workload to surface compliance risks.
create(GoogleCloudAssuredworkloadsV1Workload request, String parent, {String? externalId, String? $fields}) Future<GoogleLongrunningOperation>
Creates Assured Workload.
delete(String name, {String? etag, String? $fields}) Future<GoogleProtobufEmpty>
Deletes the workload.
enableResourceMonitoring(String name, {String? $fields}) Future<GoogleCloudAssuredworkloadsV1EnableResourceMonitoringResponse>
Enable resource violation monitoring for a workload.
get(String name, {String? $fields}) Future<GoogleCloudAssuredworkloadsV1Workload>
Gets Assured Workload associated with a CRM Node
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudAssuredworkloadsV1ListWorkloadsResponse>
Lists Assured Workloads under a CRM Node.
mutatePartnerPermissions(GoogleCloudAssuredworkloadsV1MutatePartnerPermissionsRequest request, String name, {String? $fields}) Future<GoogleCloudAssuredworkloadsV1Workload>
Update the permissions settings for an existing partner workload.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudAssuredworkloadsV1Workload request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudAssuredworkloadsV1Workload>
Updates an existing workload.
restrictAllowedResources(GoogleCloudAssuredworkloadsV1RestrictAllowedResourcesRequest request, String name, {String? $fields}) Future<GoogleCloudAssuredworkloadsV1RestrictAllowedResourcesResponse>
Restrict the list of resources allowed in the Workload environment.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited