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

HcxActivationKey

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

HCX activation key. A default key is created during private cloud provisioning, but this behavior is subject to change and you should always verify active keys. Use VmwareEngine.ListHcxActivationKeys to retrieve existing keys and VmwareEngine.CreateHcxActivationKey to create new ones.

interface HcxActivationKey {
readonly activationKey?: string;
readonly createTime?: Date;
readonly name?: string;
readonly state?:
| "STATE_UNSPECIFIED"
| "AVAILABLE"
| "CONSUMED"
| "CREATING";
readonly uid?: string;
}

§Properties

§
readonly activationKey?: string
[src]

Output only. HCX activation key.

§
readonly createTime?: Date
[src]

Output only. Creation time of HCX activation key.

§
readonly name?: string
[src]

Output only. The resource name of this HcxActivationKey. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1/privateClouds/my-cloud/hcxActivationKeys/my-key

§
readonly state?: "STATE_UNSPECIFIED" | "AVAILABLE" | "CONSUMED" | "CREATING"
[src]

Output only. State of HCX activation key.

§
readonly uid?: string
[src]

Output only. System-generated unique identifier for the resource.