InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails
import type { InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails } from "https://googleapis.deno.dev/v1/compute:v1.ts";interface InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails {
readonly error?: {
errors?: {
};code?: string;
errorDetails?: {
errorInfo?: ErrorInfo;
help?: Help;
localizedMessage?: LocalizedMessage;
quotaInfo?: QuotaExceededInfo;
}[]; location?: string;
message?: string;
}[]; readonly timestamp?: Date;
}§Properties
§
readonly error?: {
[src]errors?: {
}code?: string;
errorDetails?: {
errorInfo?: ErrorInfo;
help?: Help;
localizedMessage?: LocalizedMessage;
quotaInfo?: QuotaExceededInfo;
}[]; location?: string;
message?: string;
}[]; Output only. [Output Only] Encountered errors.