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-native logo

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>
    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]
    func LookupHcxActivationKey(ctx *Context, args *LookupHcxActivationKeyArgs, opts ...InvokeOption) (*LookupHcxActivationKeyResult, error)
    func LookupHcxActivationKeyOutput(ctx *Context, args *LookupHcxActivationKeyOutputArgs, opts ...InvokeOption) LookupHcxActivationKeyResultOutput

    > 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)
    }
    public static CompletableFuture<GetHcxActivationKeyResult> getHcxActivationKey(GetHcxActivationKeyArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: google-native:vmwareengine/v1:getHcxActivationKey
      arguments:
        # arguments dictionary

    The following arguments are supported:

    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-native logo

    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