ProjectsLocationsPrivateCloudsClustersCreateOptions
import type { ProjectsLocationsPrivateCloudsClustersCreateOptions } from "https://googleapis.deno.dev/v1/vmwareengine:v1.ts";Additional options for VMwareEngine#projectsLocationsPrivateCloudsClustersCreate.
interface ProjectsLocationsPrivateCloudsClustersCreateOptions {
clusterId?: string;
requestId?: string;
validateOnly?: boolean;
}§Properties
§
clusterId?: string
[src]Required. The user-provided identifier of the new Cluster. This
identifier must be unique among clusters 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)