Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UsableSubnetworksAggregatedList

import type { UsableSubnetworksAggregatedList } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface UsableSubnetworksAggregatedList {
id?: string;
items?: UsableSubnetwork[];
readonly kind?: string;
nextPageToken?: string;
readonly scopedWarnings?: SubnetworksScopedWarning[];
readonly selfLink?: string;
readonly unreachables?: string[];
warning?: {
code?:
| "CLEANUP_FAILED"
| "DEPRECATED_RESOURCE_USED"
| "DEPRECATED_TYPE_USED"
| "DISK_SIZE_LARGER_THAN_IMAGE_SIZE"
| "EXPERIMENTAL_TYPE_USED"
| "EXTERNAL_API_WARNING"
| "FIELD_VALUE_OVERRIDEN"
| "INJECTED_KERNELS_DEPRECATED"
| "INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB"
| "LARGE_DEPLOYMENT_WARNING"
| "LIST_OVERHEAD_QUOTA_EXCEED"
| "MISSING_TYPE_DEPENDENCY"
| "NEXT_HOP_ADDRESS_NOT_ASSIGNED"
| "NEXT_HOP_CANNOT_IP_FORWARD"
| "NEXT_HOP_INSTANCE_HAS_NO_IPV6_INTERFACE"
| "NEXT_HOP_INSTANCE_NOT_FOUND"
| "NEXT_HOP_INSTANCE_NOT_ON_NETWORK"
| "NEXT_HOP_NOT_RUNNING"
| "NOT_CRITICAL_ERROR"
| "NO_RESULTS_ON_PAGE"
| "PARTIAL_SUCCESS"
| "QUOTA_INFO_UNAVAILABLE"
| "REQUIRED_TOS_AGREEMENT"
| "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING"
| "RESOURCE_NOT_DELETED"
| "SCHEMA_VALIDATION_IGNORED"
| "SINGLE_INSTANCE_PROPERTY_TEMPLATE"
| "UNDECLARED_PROPERTIES"
| "UNREACHABLE";
data?: {
key?: string;
value?: string;
}
[]
;
message?: string;
}
;
}

§Properties

§
id?: string
[src]

[Output Only] The unique identifier for the resource. This identifier is defined by the server.

§

[Output] A list of usable subnetwork URLs.

§
readonly kind?: string
[src]

Output only. [Output Only] Type of resource. Alwayscompute#usableSubnetworksAggregatedList for aggregated lists of usable subnetworks.

§
nextPageToken?: string
[src]

[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results. In special cases listUsable may return 0 subnetworks andnextPageToken which still should be used to get the next page of results.

§
readonly scopedWarnings?: SubnetworksScopedWarning[]
[src]

Output only. [Output Only] Informational warning messages for failures encountered from scopes.

§
readonly unreachables?: string[]
[src]

Output only. [Output Only] Unreachable resources.

§
warning?: {
code?:
| "CLEANUP_FAILED"
| "DEPRECATED_RESOURCE_USED"
| "DEPRECATED_TYPE_USED"
| "DISK_SIZE_LARGER_THAN_IMAGE_SIZE"
| "EXPERIMENTAL_TYPE_USED"
| "EXTERNAL_API_WARNING"
| "FIELD_VALUE_OVERRIDEN"
| "INJECTED_KERNELS_DEPRECATED"
| "INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB"
| "LARGE_DEPLOYMENT_WARNING"
| "LIST_OVERHEAD_QUOTA_EXCEED"
| "MISSING_TYPE_DEPENDENCY"
| "NEXT_HOP_ADDRESS_NOT_ASSIGNED"
| "NEXT_HOP_CANNOT_IP_FORWARD"
| "NEXT_HOP_INSTANCE_HAS_NO_IPV6_INTERFACE"
| "NEXT_HOP_INSTANCE_NOT_FOUND"
| "NEXT_HOP_INSTANCE_NOT_ON_NETWORK"
| "NEXT_HOP_NOT_RUNNING"
| "NOT_CRITICAL_ERROR"
| "NO_RESULTS_ON_PAGE"
| "PARTIAL_SUCCESS"
| "QUOTA_INFO_UNAVAILABLE"
| "REQUIRED_TOS_AGREEMENT"
| "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING"
| "RESOURCE_NOT_DELETED"
| "SCHEMA_VALIDATION_IGNORED"
| "SINGLE_INSTANCE_PROPERTY_TEMPLATE"
| "UNDECLARED_PROPERTIES"
| "UNREACHABLE";
data?: {
key?: string;
value?: string;
}
[]
;
message?: string;
}
[src]

[Output Only] Informational warning message.