avi 31.1.1 published on Monday, Apr 14, 2025 by vmware
avi.getImage
Explore with Pulumi AI
<!–
Copyright 2021 VMware, Inc.
SPDX-License-Identifier: Mozilla Public License 2.0
–>
layout: “avi”
page_title: “AVI: avi.Image” sidebar_current: “docs-avi-datasource-image” description: |- Get information of Avi Image.
avi.Image
This data source is used to to get avi.Image objects.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as avi from "@pulumi/avi";
const fooImage = avi.getImage({
name: "foo",
uuid: "image-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
});
import pulumi
import pulumi_avi as avi
foo_image = avi.get_image(name="foo",
uuid="image-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/avi/v31/avi"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := avi.LookupImage(ctx, &avi.LookupImageArgs{
Name: pulumi.StringRef("foo"),
Uuid: pulumi.StringRef("image-f9cf6b3e-a411-436f-95e2-2982ba2b217b"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Avi = Pulumi.Avi;
return await Deployment.RunAsync(() =>
{
var fooImage = Avi.GetImage.Invoke(new()
{
Name = "foo",
Uuid = "image-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.avi.AviFunctions;
import com.pulumi.avi.inputs.GetImageArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var fooImage = AviFunctions.getImage(GetImageArgs.builder()
.name("foo")
.uuid("image-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
.build());
}
}
variables:
fooImage:
fn::invoke:
function: avi:getImage
arguments:
name: foo
uuid: image-f9cf6b3e-a411-436f-95e2-2982ba2b217b
Using getImage
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 getImage(args: GetImageArgs, opts?: InvokeOptions): Promise<GetImageResult>
function getImageOutput(args: GetImageOutputArgs, opts?: InvokeOptions): Output<GetImageResult>
def get_image(id: Optional[str] = None,
name: Optional[str] = None,
tenant_ref: Optional[str] = None,
uuid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetImageResult
def get_image_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
tenant_ref: Optional[pulumi.Input[str]] = None,
uuid: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetImageResult]
func LookupImage(ctx *Context, args *LookupImageArgs, opts ...InvokeOption) (*LookupImageResult, error)
func LookupImageOutput(ctx *Context, args *LookupImageOutputArgs, opts ...InvokeOption) LookupImageResultOutput
> Note: This function is named LookupImage
in the Go SDK.
public static class GetImage
{
public static Task<GetImageResult> InvokeAsync(GetImageArgs args, InvokeOptions? opts = null)
public static Output<GetImageResult> Invoke(GetImageInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetImageResult> getImage(GetImageArgs args, InvokeOptions options)
public static Output<GetImageResult> getImage(GetImageArgs args, InvokeOptions options)
fn::invoke:
function: avi:index/getImage:getImage
arguments:
# arguments dictionary
The following arguments are supported:
- id str
- name str
- Search Image by name.
- tenant_
ref str - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid str
- Search Image by uuid.
getImage Result
The following output properties are available:
- Cloud
Info List<GetValues Image Cloud Info Value> - This field describes the cloud info specific to the base image. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Controller
Infos List<GetImage Controller Info> - Controller package details. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Controller
Patch stringName - Mandatory controller patch name that is applied along with this base image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Controller
Patch stringRef - It references the controller-patch associated with the uber image. It is a reference to an object of type image. Field introduced in 18.2.8, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Duration string
- Time taken to upload the image in seconds. Field introduced in 21.1.3. Unit is sec. Allowed with any value in enterprise, enterprise with cloud services edition.
- End
Time string - Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Events
List<Get
Image Event> - Image events for image upload operation. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Fips
Mode stringTransition Applicable - Specifies whether fips mode can be enabled on this image. Field introduced in 30.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Id string
- Img
States List<GetImage Img State> - Status of the image. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Migrations
List<Get
Image Migration> - This field describes the api migration related information. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Name string
- Name of the image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Progress string
- Image upload progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 21.1.3. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition.
- Se
Infos List<GetImage Se Info> - Se package details. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Se
Patch stringName - Mandatory serviceengine patch name that is applied along with this base image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Se
Patch stringRef - It references the service engine patch associated with the uber image. It is a reference to an object of type image. Field introduced in 18.2.8, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Start
Time string - Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Tasks
Completed string - Completed set of tasks for image upload. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Tenant
Ref string - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Total
Tasks string - Total number of tasks for image upload. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Type string
- Type of the image patch/system. Enum options - IMAGE_TYPE_PATCH, IMAGE_TYPE_SYSTEM, IMAGE_TYPE_MUST_CHECK. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Uber
Bundle string - Status to check if the image is an uber bundle. Field introduced in 18.2.8, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Uuid string
- Uuid of the image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Cloud
Info []GetValues Image Cloud Info Value - This field describes the cloud info specific to the base image. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Controller
Infos []GetImage Controller Info - Controller package details. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Controller
Patch stringName - Mandatory controller patch name that is applied along with this base image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Controller
Patch stringRef - It references the controller-patch associated with the uber image. It is a reference to an object of type image. Field introduced in 18.2.8, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Duration string
- Time taken to upload the image in seconds. Field introduced in 21.1.3. Unit is sec. Allowed with any value in enterprise, enterprise with cloud services edition.
- End
Time string - Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Events
[]Get
Image Event - Image events for image upload operation. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Fips
Mode stringTransition Applicable - Specifies whether fips mode can be enabled on this image. Field introduced in 30.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Id string
- Img
States []GetImage Img State - Status of the image. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Migrations
[]Get
Image Migration - This field describes the api migration related information. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Name string
- Name of the image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Progress string
- Image upload progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 21.1.3. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition.
- Se
Infos []GetImage Se Info - Se package details. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Se
Patch stringName - Mandatory serviceengine patch name that is applied along with this base image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Se
Patch stringRef - It references the service engine patch associated with the uber image. It is a reference to an object of type image. Field introduced in 18.2.8, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Start
Time string - Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Tasks
Completed string - Completed set of tasks for image upload. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Tenant
Ref string - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Total
Tasks string - Total number of tasks for image upload. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Type string
- Type of the image patch/system. Enum options - IMAGE_TYPE_PATCH, IMAGE_TYPE_SYSTEM, IMAGE_TYPE_MUST_CHECK. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Uber
Bundle string - Status to check if the image is an uber bundle. Field introduced in 18.2.8, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Uuid string
- Uuid of the image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- cloud
Info List<GetValues Image Cloud Info Value> - This field describes the cloud info specific to the base image. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- controller
Infos List<GetImage Controller Info> - Controller package details. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- controller
Patch StringName - Mandatory controller patch name that is applied along with this base image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- controller
Patch StringRef - It references the controller-patch associated with the uber image. It is a reference to an object of type image. Field introduced in 18.2.8, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- duration String
- Time taken to upload the image in seconds. Field introduced in 21.1.3. Unit is sec. Allowed with any value in enterprise, enterprise with cloud services edition.
- end
Time String - Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- events
List<Get
Image Event> - Image events for image upload operation. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- fips
Mode StringTransition Applicable - Specifies whether fips mode can be enabled on this image. Field introduced in 30.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- id String
- img
States List<GetImage Img State> - Status of the image. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- migrations
List<Get
Image Migration> - This field describes the api migration related information. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name String
- Name of the image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- progress String
- Image upload progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 21.1.3. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Infos List<GetImage Se Info> - Se package details. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Patch StringName - Mandatory serviceengine patch name that is applied along with this base image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Patch StringRef - It references the service engine patch associated with the uber image. It is a reference to an object of type image. Field introduced in 18.2.8, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- start
Time String - Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- tasks
Completed String - Completed set of tasks for image upload. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- tenant
Ref String - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- total
Tasks String - Total number of tasks for image upload. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- type String
- Type of the image patch/system. Enum options - IMAGE_TYPE_PATCH, IMAGE_TYPE_SYSTEM, IMAGE_TYPE_MUST_CHECK. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uber
Bundle String - Status to check if the image is an uber bundle. Field introduced in 18.2.8, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid String
- Uuid of the image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- cloud
Info GetValues Image Cloud Info Value[] - This field describes the cloud info specific to the base image. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- controller
Infos GetImage Controller Info[] - Controller package details. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- controller
Patch stringName - Mandatory controller patch name that is applied along with this base image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- controller
Patch stringRef - It references the controller-patch associated with the uber image. It is a reference to an object of type image. Field introduced in 18.2.8, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- duration string
- Time taken to upload the image in seconds. Field introduced in 21.1.3. Unit is sec. Allowed with any value in enterprise, enterprise with cloud services edition.
- end
Time string - Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- events
Get
Image Event[] - Image events for image upload operation. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- fips
Mode stringTransition Applicable - Specifies whether fips mode can be enabled on this image. Field introduced in 30.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- id string
- img
States GetImage Img State[] - Status of the image. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- migrations
Get
Image Migration[] - This field describes the api migration related information. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name string
- Name of the image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- progress string
- Image upload progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 21.1.3. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Infos GetImage Se Info[] - Se package details. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Patch stringName - Mandatory serviceengine patch name that is applied along with this base image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Patch stringRef - It references the service engine patch associated with the uber image. It is a reference to an object of type image. Field introduced in 18.2.8, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- start
Time string - Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- tasks
Completed string - Completed set of tasks for image upload. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- tenant
Ref string - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- total
Tasks string - Total number of tasks for image upload. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- type string
- Type of the image patch/system. Enum options - IMAGE_TYPE_PATCH, IMAGE_TYPE_SYSTEM, IMAGE_TYPE_MUST_CHECK. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uber
Bundle string - Status to check if the image is an uber bundle. Field introduced in 18.2.8, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid string
- Uuid of the image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- cloud_
info_ Sequence[Getvalues Image Cloud Info Value] - This field describes the cloud info specific to the base image. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- controller_
infos Sequence[GetImage Controller Info] - Controller package details. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- controller_
patch_ strname - Mandatory controller patch name that is applied along with this base image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- controller_
patch_ strref - It references the controller-patch associated with the uber image. It is a reference to an object of type image. Field introduced in 18.2.8, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- duration str
- Time taken to upload the image in seconds. Field introduced in 21.1.3. Unit is sec. Allowed with any value in enterprise, enterprise with cloud services edition.
- end_
time str - Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- events
Sequence[Get
Image Event] - Image events for image upload operation. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- fips_
mode_ strtransition_ applicable - Specifies whether fips mode can be enabled on this image. Field introduced in 30.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- id str
- img_
states Sequence[GetImage Img State] - Status of the image. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- migrations
Sequence[Get
Image Migration] - This field describes the api migration related information. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name str
- Name of the image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- progress str
- Image upload progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 21.1.3. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition.
- se_
infos Sequence[GetImage Se Info] - Se package details. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se_
patch_ strname - Mandatory serviceengine patch name that is applied along with this base image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se_
patch_ strref - It references the service engine patch associated with the uber image. It is a reference to an object of type image. Field introduced in 18.2.8, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- start_
time str - Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- tasks_
completed str - Completed set of tasks for image upload. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- tenant_
ref str - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- total_
tasks str - Total number of tasks for image upload. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- type str
- Type of the image patch/system. Enum options - IMAGE_TYPE_PATCH, IMAGE_TYPE_SYSTEM, IMAGE_TYPE_MUST_CHECK. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uber_
bundle str - Status to check if the image is an uber bundle. Field introduced in 18.2.8, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid str
- Uuid of the image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- cloud
Info List<Property Map>Values - This field describes the cloud info specific to the base image. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- controller
Infos List<Property Map> - Controller package details. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- controller
Patch StringName - Mandatory controller patch name that is applied along with this base image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- controller
Patch StringRef - It references the controller-patch associated with the uber image. It is a reference to an object of type image. Field introduced in 18.2.8, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- duration String
- Time taken to upload the image in seconds. Field introduced in 21.1.3. Unit is sec. Allowed with any value in enterprise, enterprise with cloud services edition.
- end
Time String - Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- events List<Property Map>
- Image events for image upload operation. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- fips
Mode StringTransition Applicable - Specifies whether fips mode can be enabled on this image. Field introduced in 30.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- id String
- img
States List<Property Map> - Status of the image. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- migrations List<Property Map>
- This field describes the api migration related information. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name String
- Name of the image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- progress String
- Image upload progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 21.1.3. Unit is percent. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Infos List<Property Map> - Se package details. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Patch StringName - Mandatory serviceengine patch name that is applied along with this base image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Patch StringRef - It references the service engine patch associated with the uber image. It is a reference to an object of type image. Field introduced in 18.2.8, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- start
Time String - Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- tasks
Completed String - Completed set of tasks for image upload. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- tenant
Ref String - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- total
Tasks String - Total number of tasks for image upload. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- type String
- Type of the image patch/system. Enum options - IMAGE_TYPE_PATCH, IMAGE_TYPE_SYSTEM, IMAGE_TYPE_MUST_CHECK. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uber
Bundle String - Status to check if the image is an uber bundle. Field introduced in 18.2.8, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid String
- Uuid of the image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
Supporting Types
GetImageCloudInfoValue
GetImageCloudInfoValueCloudDataValue
GetImageControllerInfo
- builds List<Property Map>
- hash String
- patches List<Property Map>
- path String
GetImageControllerInfoBuild
- Build
No string - Date string
- Min
Version string - Patch
Version string - Product string
- Product
Name string - Tag string
- Version string
- Build
No string - Date string
- Min
Version string - Patch
Version string - Product string
- Product
Name string - Tag string
- Version string
- build
No String - date String
- min
Version String - patch
Version String - product String
- product
Name String - tag String
- version String
- build
No string - date string
- min
Version string - patch
Version string - product string
- product
Name string - tag string
- version string
- build_
no str - date str
- min_
version str - patch_
version str - product str
- product_
name str - tag str
- version str
- build
No String - date String
- min
Version String - patch
Version String - product String
- product
Name String - tag String
- version String
GetImageControllerInfoPatch
- patch
Type String - reboot String
- reboot
Lists List<Property Map>
GetImageControllerInfoPatchRebootList
- Patch
Version string - Reboot string
- Patch
Version string - Reboot string
- patch
Version String - reboot String
- patch
Version string - reboot string
- patch_
version str - reboot str
- patch
Version String - reboot String
GetImageEvent
GetImageEventNodesEvent
- Duration string
- Time taken to upload the image in seconds. Field introduced in 21.1.3. Unit is sec. Allowed with any value in enterprise, enterprise with cloud services edition.
- End
Time string - Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Ips
List<Get
Image Event Nodes Event Ip> - Message string
- Start
Time string - Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Status string
- Sub
Tasks List<string>
- Duration string
- Time taken to upload the image in seconds. Field introduced in 21.1.3. Unit is sec. Allowed with any value in enterprise, enterprise with cloud services edition.
- End
Time string - Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Ips
[]Get
Image Event Nodes Event Ip - Message string
- Start
Time string - Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Status string
- Sub
Tasks []string
- duration String
- Time taken to upload the image in seconds. Field introduced in 21.1.3. Unit is sec. Allowed with any value in enterprise, enterprise with cloud services edition.
- end
Time String - Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- ips
List<Get
Image Event Nodes Event Ip> - message String
- start
Time String - Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- status String
- sub
Tasks List<String>
- duration string
- Time taken to upload the image in seconds. Field introduced in 21.1.3. Unit is sec. Allowed with any value in enterprise, enterprise with cloud services edition.
- end
Time string - Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- ips
Get
Image Event Nodes Event Ip[] - message string
- start
Time string - Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- status string
- sub
Tasks string[]
- duration str
- Time taken to upload the image in seconds. Field introduced in 21.1.3. Unit is sec. Allowed with any value in enterprise, enterprise with cloud services edition.
- end_
time str - Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- ips
Sequence[Get
Image Event Nodes Event Ip] - message str
- start_
time str - Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- status str
- sub_
tasks Sequence[str]
- duration String
- Time taken to upload the image in seconds. Field introduced in 21.1.3. Unit is sec. Allowed with any value in enterprise, enterprise with cloud services edition.
- end
Time String - Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- ips List<Property Map>
- message String
- start
Time String - Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- status String
- sub
Tasks List<String>
GetImageEventNodesEventIp
GetImageEventSubEvent
- Duration string
- Time taken to upload the image in seconds. Field introduced in 21.1.3. Unit is sec. Allowed with any value in enterprise, enterprise with cloud services edition.
- End
Time string - Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Ips
List<Get
Image Event Sub Event Ip> - Message string
- Start
Time string - Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Status string
- Sub
Tasks List<string>
- Duration string
- Time taken to upload the image in seconds. Field introduced in 21.1.3. Unit is sec. Allowed with any value in enterprise, enterprise with cloud services edition.
- End
Time string - Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Ips
[]Get
Image Event Sub Event Ip - Message string
- Start
Time string - Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Status string
- Sub
Tasks []string
- duration String
- Time taken to upload the image in seconds. Field introduced in 21.1.3. Unit is sec. Allowed with any value in enterprise, enterprise with cloud services edition.
- end
Time String - Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- ips
List<Get
Image Event Sub Event Ip> - message String
- start
Time String - Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- status String
- sub
Tasks List<String>
- duration string
- Time taken to upload the image in seconds. Field introduced in 21.1.3. Unit is sec. Allowed with any value in enterprise, enterprise with cloud services edition.
- end
Time string - Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- ips
Get
Image Event Sub Event Ip[] - message string
- start
Time string - Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- status string
- sub
Tasks string[]
- duration str
- Time taken to upload the image in seconds. Field introduced in 21.1.3. Unit is sec. Allowed with any value in enterprise, enterprise with cloud services edition.
- end_
time str - Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- ips
Sequence[Get
Image Event Sub Event Ip] - message str
- start_
time str - Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- status str
- sub_
tasks Sequence[str]
- duration String
- Time taken to upload the image in seconds. Field introduced in 21.1.3. Unit is sec. Allowed with any value in enterprise, enterprise with cloud services edition.
- end
Time String - Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- ips List<Property Map>
- message String
- start
Time String - Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- status String
- sub
Tasks List<String>
GetImageEventSubEventIp
GetImageImgState
- Last
Changed []GetTimes Image Img State Last Changed Time - Reason string
- State string
- last
Changed GetTimes Image Img State Last Changed Time[] - reason string
- state string
- last
Changed List<Property Map>Times - reason String
- state String
GetImageImgStateLastChangedTime
GetImageMigration
- Api
Version string - Controller
Host stringMin Free Disk Size - Controller
Min stringCores - Controller
Min stringDocker Version - Controller
Min stringFree Disk Size - Controller
Min stringMemory - Controller
Min stringTotal Disk - Dryrun
Min stringCores - Dryrun
Min stringFree Disk Size - Dryrun
Min stringMemory - Max
Active stringVersions - Min
Supported stringApi Version - Podman
Controller stringHost Min Free Disk Size - Podman
Se stringHost Min Free Disk Size - Rollback
Controller stringDisk Space - Rollback
Se stringDisk Space - Se
Host stringMin Free Disk Size - Se
Min stringCores - Se
Min stringFree Disk Size - Se
Min stringMemory - Se
Min stringTotal Disk - Versions List<string>
- Api
Version string - Controller
Host stringMin Free Disk Size - Controller
Min stringCores - Controller
Min stringDocker Version - Controller
Min stringFree Disk Size - Controller
Min stringMemory - Controller
Min stringTotal Disk - Dryrun
Min stringCores - Dryrun
Min stringFree Disk Size - Dryrun
Min stringMemory - Max
Active stringVersions - Min
Supported stringApi Version - Podman
Controller stringHost Min Free Disk Size - Podman
Se stringHost Min Free Disk Size - Rollback
Controller stringDisk Space - Rollback
Se stringDisk Space - Se
Host stringMin Free Disk Size - Se
Min stringCores - Se
Min stringFree Disk Size - Se
Min stringMemory - Se
Min stringTotal Disk - Versions []string
- api
Version String - controller
Host StringMin Free Disk Size - controller
Min StringCores - controller
Min StringDocker Version - controller
Min StringFree Disk Size - controller
Min StringMemory - controller
Min StringTotal Disk - dryrun
Min StringCores - dryrun
Min StringFree Disk Size - dryrun
Min StringMemory - max
Active StringVersions - min
Supported StringApi Version - podman
Controller StringHost Min Free Disk Size - podman
Se StringHost Min Free Disk Size - rollback
Controller StringDisk Space - rollback
Se StringDisk Space - se
Host StringMin Free Disk Size - se
Min StringCores - se
Min StringFree Disk Size - se
Min StringMemory - se
Min StringTotal Disk - versions List<String>
- api
Version string - controller
Host stringMin Free Disk Size - controller
Min stringCores - controller
Min stringDocker Version - controller
Min stringFree Disk Size - controller
Min stringMemory - controller
Min stringTotal Disk - dryrun
Min stringCores - dryrun
Min stringFree Disk Size - dryrun
Min stringMemory - max
Active stringVersions - min
Supported stringApi Version - podman
Controller stringHost Min Free Disk Size - podman
Se stringHost Min Free Disk Size - rollback
Controller stringDisk Space - rollback
Se stringDisk Space - se
Host stringMin Free Disk Size - se
Min stringCores - se
Min stringFree Disk Size - se
Min stringMemory - se
Min stringTotal Disk - versions string[]
- api_
version str - controller_
host_ strmin_ free_ disk_ size - controller_
min_ strcores - controller_
min_ strdocker_ version - controller_
min_ strfree_ disk_ size - controller_
min_ strmemory - controller_
min_ strtotal_ disk - dryrun_
min_ strcores - dryrun_
min_ strfree_ disk_ size - dryrun_
min_ strmemory - max_
active_ strversions - min_
supported_ strapi_ version - podman_
controller_ strhost_ min_ free_ disk_ size - podman_
se_ strhost_ min_ free_ disk_ size - rollback_
controller_ strdisk_ space - rollback_
se_ strdisk_ space - se_
host_ strmin_ free_ disk_ size - se_
min_ strcores - se_
min_ strfree_ disk_ size - se_
min_ strmemory - se_
min_ strtotal_ disk - versions Sequence[str]
- api
Version String - controller
Host StringMin Free Disk Size - controller
Min StringCores - controller
Min StringDocker Version - controller
Min StringFree Disk Size - controller
Min StringMemory - controller
Min StringTotal Disk - dryrun
Min StringCores - dryrun
Min StringFree Disk Size - dryrun
Min StringMemory - max
Active StringVersions - min
Supported StringApi Version - podman
Controller StringHost Min Free Disk Size - podman
Se StringHost Min Free Disk Size - rollback
Controller StringDisk Space - rollback
Se StringDisk Space - se
Host StringMin Free Disk Size - se
Min StringCores - se
Min StringFree Disk Size - se
Min StringMemory - se
Min StringTotal Disk - versions List<String>
GetImageSeInfo
- Builds
[]Get
Image Se Info Build - Hash string
- Patches
[]Get
Image Se Info Patch - Path string
- builds
Get
Image Se Info Build[] - hash string
- patches
Get
Image Se Info Patch[] - path string
- builds List<Property Map>
- hash String
- patches List<Property Map>
- path String
GetImageSeInfoBuild
- Build
No string - Date string
- Min
Version string - Patch
Version string - Product string
- Product
Name string - Tag string
- Version string
- Build
No string - Date string
- Min
Version string - Patch
Version string - Product string
- Product
Name string - Tag string
- Version string
- build
No String - date String
- min
Version String - patch
Version String - product String
- product
Name String - tag String
- version String
- build
No string - date string
- min
Version string - patch
Version string - product string
- product
Name string - tag string
- version string
- build_
no str - date str
- min_
version str - patch_
version str - product str
- product_
name str - tag str
- version str
- build
No String - date String
- min
Version String - patch
Version String - product String
- product
Name String - tag String
- version String
GetImageSeInfoPatch
- Patch
Type string - Reboot string
- Reboot
Lists []GetImage Se Info Patch Reboot List
- patch
Type string - reboot string
- reboot
Lists GetImage Se Info Patch Reboot List[]
- patch
Type String - reboot String
- reboot
Lists List<Property Map>
GetImageSeInfoPatchRebootList
- Patch
Version string - Reboot string
- Patch
Version string - Reboot string
- patch
Version String - reboot String
- patch
Version string - reboot string
- patch_
version str - reboot str
- patch
Version String - reboot String
Package Details
- Repository
- avi vmware/terraform-provider-avi
- License
- Notes
- This Pulumi package is based on the
avi
Terraform Provider.