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

ProjectsLocationsPrivateCloudsCreateOptions

import type { ProjectsLocationsPrivateCloudsCreateOptions } from "https://googleapis.deno.dev/v1/vmwareengine:v1.ts";

Additional options for VMwareEngine#projectsLocationsPrivateCloudsCreate.

interface ProjectsLocationsPrivateCloudsCreateOptions {
privateCloudId?: string;
requestId?: string;
validateOnly?: boolean;
}

§Properties

§
privateCloudId?: string
[src]

Required. The user-provided identifier of the private cloud to be created. This identifier must be unique among each PrivateCloud within the parent and becomes the final token in the name URI. The identifier must meet the following requirements: * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical character * Ends with a non-hyphen character * Not formatted as a UUID * Complies with RFC 1034 (section 3.5)

§
requestId?: string
[src]

Optional. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

§
validateOnly?: boolean
[src]

Optional. True if you want the request to be validated and not executed; false otherwise.