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>
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:
- Hcx
Activation stringKey Id - Location string
- Private
Cloud stringId - Project string
- Hcx
Activation stringKey Id - Location string
- Private
Cloud stringId - Project string
- hcx
Activation StringKey Id - location String
- private
Cloud StringId - project String
- hcx
Activation stringKey Id - location string
- private
Cloud stringId - project string
- hcx_
activation_ strkey_ id - location str
- private_
cloud_ strid - project str
- hcx
Activation StringKey Id - location String
- private
Cloud StringId - project String
getHcxActivationKey Result
The following output properties are available:
- Activation
Key string - HCX activation key.
- Create
Time 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 string - HCX activation key.
- Create
Time 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 String - HCX activation key.
- create
Time 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 string - HCX activation key.
- create
Time 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.
- activation
Key String - HCX activation key.
- create
Time 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