1. Packages
  2. Nutanix
  3. API Docs
  4. getImageV2
Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg

nutanix.getImageV2

Explore with Pulumi AI

nutanix logo
Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg

    Retrieve the image details for the provided external identifier.

    Using getImageV2

    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 getImageV2(args: GetImageV2Args, opts?: InvokeOptions): Promise<GetImageV2Result>
    function getImageV2Output(args: GetImageV2OutputArgs, opts?: InvokeOptions): Output<GetImageV2Result>
    def get_image_v2(ext_id: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetImageV2Result
    def get_image_v2_output(ext_id: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetImageV2Result]
    func GetImageV2(ctx *Context, args *GetImageV2Args, opts ...InvokeOption) (*GetImageV2Result, error)
    func GetImageV2Output(ctx *Context, args *GetImageV2OutputArgs, opts ...InvokeOption) GetImageV2ResultOutput

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

    public static class GetImageV2 
    {
        public static Task<GetImageV2Result> InvokeAsync(GetImageV2Args args, InvokeOptions? opts = null)
        public static Output<GetImageV2Result> Invoke(GetImageV2InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetImageV2Result> getImageV2(GetImageV2Args args, InvokeOptions options)
    public static Output<GetImageV2Result> getImageV2(GetImageV2Args args, InvokeOptions options)
    
    fn::invoke:
      function: nutanix:index/getImageV2:getImageV2
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ExtId string
    The external identifier of an image.
    ExtId string
    The external identifier of an image.
    extId String
    The external identifier of an image.
    extId string
    The external identifier of an image.
    ext_id str
    The external identifier of an image.
    extId String
    The external identifier of an image.

    getImageV2 Result

    The following output properties are available:

    CategoryExtIds List<string>
    List of category external identifiers for an image.
    Checksums List<PiersKarsenbarg.Nutanix.Outputs.GetImageV2Checksum>
    The checksum of an image.
    ClusterLocationExtIds List<string>
    List of cluster external identifiers where the image is located.
    CreateTime string
    Create time of an image.
    Description string
    The user defined description of an image.
    ExtId string
    The external identifier of VM Disk.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdateTime string
    Last update time of an image.
    Name string
    The user defined name of an image.
    OwnerExtId string
    External identifier of the owner of the image
    PlacementPolicyStatuses List<PiersKarsenbarg.Nutanix.Outputs.GetImageV2PlacementPolicyStatus>
    Status of an image placement policy.
    SizeBytes int
    The size in bytes of an image file.
    Sources List<PiersKarsenbarg.Nutanix.Outputs.GetImageV2Source>
    The source of an image. It can be a VM disk or a URL.
    Type string
    The type of an image.
    CategoryExtIds []string
    List of category external identifiers for an image.
    Checksums []GetImageV2Checksum
    The checksum of an image.
    ClusterLocationExtIds []string
    List of cluster external identifiers where the image is located.
    CreateTime string
    Create time of an image.
    Description string
    The user defined description of an image.
    ExtId string
    The external identifier of VM Disk.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdateTime string
    Last update time of an image.
    Name string
    The user defined name of an image.
    OwnerExtId string
    External identifier of the owner of the image
    PlacementPolicyStatuses []GetImageV2PlacementPolicyStatus
    Status of an image placement policy.
    SizeBytes int
    The size in bytes of an image file.
    Sources []GetImageV2Source
    The source of an image. It can be a VM disk or a URL.
    Type string
    The type of an image.
    categoryExtIds List<String>
    List of category external identifiers for an image.
    checksums List<GetImageV2Checksum>
    The checksum of an image.
    clusterLocationExtIds List<String>
    List of cluster external identifiers where the image is located.
    createTime String
    Create time of an image.
    description String
    The user defined description of an image.
    extId String
    The external identifier of VM Disk.
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdateTime String
    Last update time of an image.
    name String
    The user defined name of an image.
    ownerExtId String
    External identifier of the owner of the image
    placementPolicyStatuses List<GetImageV2PlacementPolicyStatus>
    Status of an image placement policy.
    sizeBytes Integer
    The size in bytes of an image file.
    sources List<GetImageV2Source>
    The source of an image. It can be a VM disk or a URL.
    type String
    The type of an image.
    categoryExtIds string[]
    List of category external identifiers for an image.
    checksums GetImageV2Checksum[]
    The checksum of an image.
    clusterLocationExtIds string[]
    List of cluster external identifiers where the image is located.
    createTime string
    Create time of an image.
    description string
    The user defined description of an image.
    extId string
    The external identifier of VM Disk.
    id string
    The provider-assigned unique ID for this managed resource.
    lastUpdateTime string
    Last update time of an image.
    name string
    The user defined name of an image.
    ownerExtId string
    External identifier of the owner of the image
    placementPolicyStatuses GetImageV2PlacementPolicyStatus[]
    Status of an image placement policy.
    sizeBytes number
    The size in bytes of an image file.
    sources GetImageV2Source[]
    The source of an image. It can be a VM disk or a URL.
    type string
    The type of an image.
    category_ext_ids Sequence[str]
    List of category external identifiers for an image.
    checksums Sequence[GetImageV2Checksum]
    The checksum of an image.
    cluster_location_ext_ids Sequence[str]
    List of cluster external identifiers where the image is located.
    create_time str
    Create time of an image.
    description str
    The user defined description of an image.
    ext_id str
    The external identifier of VM Disk.
    id str
    The provider-assigned unique ID for this managed resource.
    last_update_time str
    Last update time of an image.
    name str
    The user defined name of an image.
    owner_ext_id str
    External identifier of the owner of the image
    placement_policy_statuses Sequence[GetImageV2PlacementPolicyStatus]
    Status of an image placement policy.
    size_bytes int
    The size in bytes of an image file.
    sources Sequence[GetImageV2Source]
    The source of an image. It can be a VM disk or a URL.
    type str
    The type of an image.
    categoryExtIds List<String>
    List of category external identifiers for an image.
    checksums List<Property Map>
    The checksum of an image.
    clusterLocationExtIds List<String>
    List of cluster external identifiers where the image is located.
    createTime String
    Create time of an image.
    description String
    The user defined description of an image.
    extId String
    The external identifier of VM Disk.
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdateTime String
    Last update time of an image.
    name String
    The user defined name of an image.
    ownerExtId String
    External identifier of the owner of the image
    placementPolicyStatuses List<Property Map>
    Status of an image placement policy.
    sizeBytes Number
    The size in bytes of an image file.
    sources List<Property Map>
    The source of an image. It can be a VM disk or a URL.
    type String
    The type of an image.

    Supporting Types

    GetImageV2Checksum

    HexDigest string
    HexDigest string
    hexDigest String
    hexDigest string
    hexDigest String

    GetImageV2PlacementPolicyStatus

    ComplianceStatus string
    Compliance status for a placement policy.
    ConflictingPolicyExtIds List<string>
    List of image placement policy external identifier that conflict with the current one.
    EnforcedClusterExtIds List<string>
    List of cluster external identifiers for the enforced placement policy.
    EnforcementMode string
    Indicates whether the placement policy enforcement is ongoing or has failed.
    PlacementPolicyExtId string
    Image placement policy external identifier.
    PolicyClusterExtIds List<string>
    List of cluster external identifiers of the image location for the enforced placement policy.
    ComplianceStatus string
    Compliance status for a placement policy.
    ConflictingPolicyExtIds []string
    List of image placement policy external identifier that conflict with the current one.
    EnforcedClusterExtIds []string
    List of cluster external identifiers for the enforced placement policy.
    EnforcementMode string
    Indicates whether the placement policy enforcement is ongoing or has failed.
    PlacementPolicyExtId string
    Image placement policy external identifier.
    PolicyClusterExtIds []string
    List of cluster external identifiers of the image location for the enforced placement policy.
    complianceStatus String
    Compliance status for a placement policy.
    conflictingPolicyExtIds List<String>
    List of image placement policy external identifier that conflict with the current one.
    enforcedClusterExtIds List<String>
    List of cluster external identifiers for the enforced placement policy.
    enforcementMode String
    Indicates whether the placement policy enforcement is ongoing or has failed.
    placementPolicyExtId String
    Image placement policy external identifier.
    policyClusterExtIds List<String>
    List of cluster external identifiers of the image location for the enforced placement policy.
    complianceStatus string
    Compliance status for a placement policy.
    conflictingPolicyExtIds string[]
    List of image placement policy external identifier that conflict with the current one.
    enforcedClusterExtIds string[]
    List of cluster external identifiers for the enforced placement policy.
    enforcementMode string
    Indicates whether the placement policy enforcement is ongoing or has failed.
    placementPolicyExtId string
    Image placement policy external identifier.
    policyClusterExtIds string[]
    List of cluster external identifiers of the image location for the enforced placement policy.
    compliance_status str
    Compliance status for a placement policy.
    conflicting_policy_ext_ids Sequence[str]
    List of image placement policy external identifier that conflict with the current one.
    enforced_cluster_ext_ids Sequence[str]
    List of cluster external identifiers for the enforced placement policy.
    enforcement_mode str
    Indicates whether the placement policy enforcement is ongoing or has failed.
    placement_policy_ext_id str
    Image placement policy external identifier.
    policy_cluster_ext_ids Sequence[str]
    List of cluster external identifiers of the image location for the enforced placement policy.
    complianceStatus String
    Compliance status for a placement policy.
    conflictingPolicyExtIds List<String>
    List of image placement policy external identifier that conflict with the current one.
    enforcedClusterExtIds List<String>
    List of cluster external identifiers for the enforced placement policy.
    enforcementMode String
    Indicates whether the placement policy enforcement is ongoing or has failed.
    placementPolicyExtId String
    Image placement policy external identifier.
    policyClusterExtIds List<String>
    List of cluster external identifiers of the image location for the enforced placement policy.

    GetImageV2Source

    GetImageV2SourceObjectLiteSource

    Key string
    Key string
    key String
    key string
    key str
    key String

    GetImageV2SourceUrlSource

    BasicAuths List<PiersKarsenbarg.Nutanix.Inputs.GetImageV2SourceUrlSourceBasicAuth>
    Basic authentication credentials for image source HTTP/S URL.
    ShouldAllowInsecureUrl bool
    Url string
    The URL for creating an image.
    BasicAuths []GetImageV2SourceUrlSourceBasicAuth
    Basic authentication credentials for image source HTTP/S URL.
    ShouldAllowInsecureUrl bool
    Url string
    The URL for creating an image.
    basicAuths List<GetImageV2SourceUrlSourceBasicAuth>
    Basic authentication credentials for image source HTTP/S URL.
    shouldAllowInsecureUrl Boolean
    url String
    The URL for creating an image.
    basicAuths GetImageV2SourceUrlSourceBasicAuth[]
    Basic authentication credentials for image source HTTP/S URL.
    shouldAllowInsecureUrl boolean
    url string
    The URL for creating an image.
    basic_auths Sequence[GetImageV2SourceUrlSourceBasicAuth]
    Basic authentication credentials for image source HTTP/S URL.
    should_allow_insecure_url bool
    url str
    The URL for creating an image.
    basicAuths List<Property Map>
    Basic authentication credentials for image source HTTP/S URL.
    shouldAllowInsecureUrl Boolean
    url String
    The URL for creating an image.

    GetImageV2SourceUrlSourceBasicAuth

    Password string
    Password for basic authentication.
    Username string
    Username for basic authentication.
    Password string
    Password for basic authentication.
    Username string
    Username for basic authentication.
    password String
    Password for basic authentication.
    username String
    Username for basic authentication.
    password string
    Password for basic authentication.
    username string
    Username for basic authentication.
    password str
    Password for basic authentication.
    username str
    Username for basic authentication.
    password String
    Password for basic authentication.
    username String
    Username for basic authentication.

    GetImageV2SourceVmDiskSource

    ExtId string
    The external identifier of an image.
    ExtId string
    The external identifier of an image.
    extId String
    The external identifier of an image.
    extId string
    The external identifier of an image.
    ext_id str
    The external identifier of an image.
    extId String
    The external identifier of an image.

    Package Details

    Repository
    nutanix pierskarsenbarg/pulumi-nutanix
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the nutanix Terraform Provider.
    nutanix logo
    Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg