WorkloadProperties
import type { WorkloadProperties } from "https://googleapis.deno.dev/v1/apphub:v1.ts";Properties of an underlying compute resource represented by the Workload.
interface WorkloadProperties {
readonly extendedMetadata?: {};
[key: string]: ExtendedMetadata;
readonly functionalType?: FunctionalType;
readonly gcpProject?: string;
readonly identity?: Identity;
readonly location?: string;
readonly zone?: string;
}§Properties
§
readonly extendedMetadata?: {}
[src][key: string]: ExtendedMetadata;
Output only. Additional metadata specific to the resource type. The key is
a string that identifies the type of metadata and the value is the metadata
contents specific to that type. Key format:
apphub.googleapis.com/{metadataType}
§
readonly functionalType?: FunctionalType
[src]Output only. The type of the workload.
§
readonly gcpProject?: string
[src]Output only. The service project identifier that the underlying cloud resource resides in. Empty for non-cloud resources.