Reference documentation and code samples for the Cloud Controls Partner V1BETA API module Google::Cloud::CloudControlsPartner::V1beta::CloudControlsPartnerMonitoring::Paths.
Path helper methods for the CloudControlsPartnerMonitoring API.
Methods
#violation_path
def violation_path(organization:, location:, customer:, workload:, violation:) -> ::String
Create a fully-qualified Violation resource string.
The resource will be in the following format:
organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}/violations/{violation}
- organization (String)
- location (String)
- customer (String)
- workload (String)
- violation (String)
- (::String)
- (::ArgumentError)
#workload_path
def workload_path(organization:, location:, customer:, workload:) -> ::String
Create a fully-qualified Workload resource string.
The resource will be in the following format:
organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}
- organization (String)
- location (String)
- customer (String)
- workload (String)
- (::String)
- (::ArgumentError)