1. Packages
  2. Google Cloud Native
  3. API Docs
  4. vmwareengine
  5. vmwareengine/v1
  6. getHcxActivationKey

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.vmwareengine/v1.getHcxActivationKey

Explore with Pulumi AI

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

Retrieves a HcxActivationKey resource by its resource name.

Using getHcxActivationKey

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getHcxActivationKey(args: GetHcxActivationKeyArgs, opts?: InvokeOptions): Promise<GetHcxActivationKeyResult>
function getHcxActivationKeyOutput(args: GetHcxActivationKeyOutputArgs, opts?: InvokeOptions): Output<GetHcxActivationKeyResult>
Copy
def get_hcx_activation_key(hcx_activation_key_id: Optional[str] = None,
                           location: Optional[str] = None,
                           private_cloud_id: Optional[str] = None,
                           project: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetHcxActivationKeyResult
def get_hcx_activation_key_output(hcx_activation_key_id: Optional[pulumi.Input[str]] = None,
                           location: Optional[pulumi.Input[str]] = None,
                           private_cloud_id: Optional[pulumi.Input[str]] = None,
                           project: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetHcxActivationKeyResult]
Copy
func LookupHcxActivationKey(ctx *Context, args *LookupHcxActivationKeyArgs, opts ...InvokeOption) (*LookupHcxActivationKeyResult, error)
func LookupHcxActivationKeyOutput(ctx *Context, args *LookupHcxActivationKeyOutputArgs, opts ...InvokeOption) LookupHcxActivationKeyResultOutput
Copy

> Note: This function is named LookupHcxActivationKey in the Go SDK.

public static class GetHcxActivationKey 
{
    public static Task<GetHcxActivationKeyResult> InvokeAsync(GetHcxActivationKeyArgs args, InvokeOptions? opts = null)
    public static Output<GetHcxActivationKeyResult> Invoke(GetHcxActivationKeyInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetHcxActivationKeyResult> getHcxActivationKey(GetHcxActivationKeyArgs args, InvokeOptions options)
public static Output<GetHcxActivationKeyResult> getHcxActivationKey(GetHcxActivationKeyArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: google-native:vmwareengine/v1:getHcxActivationKey
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

HcxActivationKeyId This property is required. string
Location This property is required. string
PrivateCloudId This property is required. string
Project string
HcxActivationKeyId This property is required. string
Location This property is required. string
PrivateCloudId This property is required. string
Project string
hcxActivationKeyId This property is required. String
location This property is required. String
privateCloudId This property is required. String
project String
hcxActivationKeyId This property is required. string
location This property is required. string
privateCloudId This property is required. string
project string
hcx_activation_key_id This property is required. str
location This property is required. str
private_cloud_id This property is required. str
project str
hcxActivationKeyId This property is required. String
location This property is required. String
privateCloudId This property is required. String
project String

getHcxActivationKey Result

The following output properties are available:

ActivationKey string
HCX activation key.
CreateTime string
Creation time of HCX activation key.
Name string
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
State string
State of HCX activation key.
Uid string
System-generated unique identifier for the resource.
ActivationKey string
HCX activation key.
CreateTime string
Creation time of HCX activation key.
Name string
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
State string
State of HCX activation key.
Uid string
System-generated unique identifier for the resource.
activationKey String
HCX activation key.
createTime String
Creation time of HCX activation key.
name String
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
state String
State of HCX activation key.
uid String
System-generated unique identifier for the resource.
activationKey string
HCX activation key.
createTime string
Creation time of HCX activation key.
name string
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
state string
State of HCX activation key.
uid string
System-generated unique identifier for the resource.
activation_key str
HCX activation key.
create_time str
Creation time of HCX activation key.
name str
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
state str
State of HCX activation key.
uid str
System-generated unique identifier for the resource.
activationKey String
HCX activation key.
createTime String
Creation time of HCX activation key.
name String
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
state String
State of HCX activation key.
uid String
System-generated unique identifier for the resource.

Package Details

Repository
Google Cloud Native pulumi/pulumi-google-native
License
Apache-2.0

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi