1. Packages
  2. Avi Provider
  3. API Docs
  4. getImage
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",
});
Copy
import pulumi
import pulumi_avi as avi

foo_image = avi.get_image(name="foo",
    uuid="image-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
Copy
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
	})
}
Copy
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",
    });

});
Copy
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());

    }
}
Copy
variables:
  fooImage:
    fn::invoke:
      function: avi:getImage
      arguments:
        name: foo
        uuid: image-f9cf6b3e-a411-436f-95e2-2982ba2b217b
Copy

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>
Copy
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]
Copy
func LookupImage(ctx *Context, args *LookupImageArgs, opts ...InvokeOption) (*LookupImageResult, error)
func LookupImageOutput(ctx *Context, args *LookupImageOutputArgs, opts ...InvokeOption) LookupImageResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetImageResult> getImage(GetImageArgs args, InvokeOptions options)
public static Output<GetImageResult> getImage(GetImageArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: avi:index/getImage:getImage
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id string
Name string
Search Image by name.
TenantRef 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.
Uuid string
Search Image by uuid.
Id string
Name string
Search Image by name.
TenantRef 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.
Uuid string
Search Image by uuid.
id String
name String
Search Image by name.
tenantRef 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.
uuid String
Search Image by uuid.
id string
name string
Search Image by name.
tenantRef 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.
uuid string
Search Image by uuid.
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.
id String
name String
Search Image by name.
tenantRef 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.
uuid String
Search Image by uuid.

getImage Result

The following output properties are available:

CloudInfoValues List<GetImageCloudInfoValue>
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.
ControllerInfos List<GetImageControllerInfo>
Controller package details. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
ControllerPatchName string
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.
ControllerPatchRef string
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.
EndTime string
Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
Events List<GetImageEvent>
Image events for image upload operation. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
FipsModeTransitionApplicable string
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
ImgStates List<GetImageImgState>
Status of the image. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
Migrations List<GetImageMigration>
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.
SeInfos List<GetImageSeInfo>
Se package details. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
SePatchName string
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.
SePatchRef string
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.
StartTime string
Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
TasksCompleted 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.
TenantRef 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.
TotalTasks 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.
UberBundle 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.
CloudInfoValues []GetImageCloudInfoValue
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.
ControllerInfos []GetImageControllerInfo
Controller package details. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
ControllerPatchName string
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.
ControllerPatchRef string
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.
EndTime string
Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
Events []GetImageEvent
Image events for image upload operation. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
FipsModeTransitionApplicable string
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
ImgStates []GetImageImgState
Status of the image. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
Migrations []GetImageMigration
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.
SeInfos []GetImageSeInfo
Se package details. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
SePatchName string
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.
SePatchRef string
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.
StartTime string
Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
TasksCompleted 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.
TenantRef 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.
TotalTasks 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.
UberBundle 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.
cloudInfoValues List<GetImageCloudInfoValue>
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.
controllerInfos List<GetImageControllerInfo>
Controller package details. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
controllerPatchName String
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.
controllerPatchRef String
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.
endTime String
Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
events List<GetImageEvent>
Image events for image upload operation. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
fipsModeTransitionApplicable String
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
imgStates List<GetImageImgState>
Status of the image. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
migrations List<GetImageMigration>
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.
seInfos List<GetImageSeInfo>
Se package details. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
sePatchName String
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.
sePatchRef String
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.
startTime String
Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
tasksCompleted 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.
tenantRef 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.
totalTasks 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.
uberBundle 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.
cloudInfoValues GetImageCloudInfoValue[]
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.
controllerInfos GetImageControllerInfo[]
Controller package details. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
controllerPatchName string
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.
controllerPatchRef string
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.
endTime string
Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
events GetImageEvent[]
Image events for image upload operation. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
fipsModeTransitionApplicable string
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
imgStates GetImageImgState[]
Status of the image. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
migrations GetImageMigration[]
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.
seInfos GetImageSeInfo[]
Se package details. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
sePatchName string
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.
sePatchRef string
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.
startTime string
Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
tasksCompleted 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.
tenantRef 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.
totalTasks 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.
uberBundle 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_values Sequence[GetImageCloudInfoValue]
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[GetImageControllerInfo]
Controller package details. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
controller_patch_name str
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_ref str
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[GetImageEvent]
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_transition_applicable str
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[GetImageImgState]
Status of the image. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
migrations Sequence[GetImageMigration]
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[GetImageSeInfo]
Se package details. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
se_patch_name str
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_ref str
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.
cloudInfoValues List<Property Map>
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.
controllerInfos 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.
controllerPatchName String
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.
controllerPatchRef String
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.
endTime 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.
fipsModeTransitionApplicable String
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
imgStates 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.
seInfos 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.
sePatchName String
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.
sePatchRef String
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.
startTime String
Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
tasksCompleted 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.
tenantRef 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.
totalTasks 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.
uberBundle 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

CloudDataValues This property is required. List<GetImageCloudInfoValueCloudDataValue>
CloudName This property is required. string
CloudDataValues This property is required. []GetImageCloudInfoValueCloudDataValue
CloudName This property is required. string
cloudDataValues This property is required. List<GetImageCloudInfoValueCloudDataValue>
cloudName This property is required. String
cloudDataValues This property is required. GetImageCloudInfoValueCloudDataValue[]
cloudName This property is required. string
cloud_data_values This property is required. Sequence[GetImageCloudInfoValueCloudDataValue]
cloud_name This property is required. str
cloudDataValues This property is required. List<Property Map>
cloudName This property is required. String

GetImageCloudInfoValueCloudDataValue

Key This property is required. string
Values This property is required. List<string>
Key This property is required. string
Values This property is required. []string
key This property is required. String
values This property is required. List<String>
key This property is required. string
values This property is required. string[]
key This property is required. str
values This property is required. Sequence[str]
key This property is required. String
values This property is required. List<String>

GetImageControllerInfo

Builds This property is required. List<GetImageControllerInfoBuild>
Hash This property is required. string
Patches This property is required. List<GetImageControllerInfoPatch>
Path This property is required. string
Builds This property is required. []GetImageControllerInfoBuild
Hash This property is required. string
Patches This property is required. []GetImageControllerInfoPatch
Path This property is required. string
builds This property is required. List<GetImageControllerInfoBuild>
hash This property is required. String
patches This property is required. List<GetImageControllerInfoPatch>
path This property is required. String
builds This property is required. GetImageControllerInfoBuild[]
hash This property is required. string
patches This property is required. GetImageControllerInfoPatch[]
path This property is required. string
builds This property is required. Sequence[GetImageControllerInfoBuild]
hash This property is required. str
patches This property is required. Sequence[GetImageControllerInfoPatch]
path This property is required. str
builds This property is required. List<Property Map>
hash This property is required. String
patches This property is required. List<Property Map>
path This property is required. String

GetImageControllerInfoBuild

BuildNo This property is required. string
Date This property is required. string
MinVersion This property is required. string
PatchVersion This property is required. string
Product This property is required. string
ProductName This property is required. string
Tag This property is required. string
Version This property is required. string
BuildNo This property is required. string
Date This property is required. string
MinVersion This property is required. string
PatchVersion This property is required. string
Product This property is required. string
ProductName This property is required. string
Tag This property is required. string
Version This property is required. string
buildNo This property is required. String
date This property is required. String
minVersion This property is required. String
patchVersion This property is required. String
product This property is required. String
productName This property is required. String
tag This property is required. String
version This property is required. String
buildNo This property is required. string
date This property is required. string
minVersion This property is required. string
patchVersion This property is required. string
product This property is required. string
productName This property is required. string
tag This property is required. string
version This property is required. string
build_no This property is required. str
date This property is required. str
min_version This property is required. str
patch_version This property is required. str
product This property is required. str
product_name This property is required. str
tag This property is required. str
version This property is required. str
buildNo This property is required. String
date This property is required. String
minVersion This property is required. String
patchVersion This property is required. String
product This property is required. String
productName This property is required. String
tag This property is required. String
version This property is required. String

GetImageControllerInfoPatch

PatchType This property is required. string
Reboot This property is required. string
RebootLists This property is required. List<GetImageControllerInfoPatchRebootList>
PatchType This property is required. string
Reboot This property is required. string
RebootLists This property is required. []GetImageControllerInfoPatchRebootList
patchType This property is required. String
reboot This property is required. String
rebootLists This property is required. List<GetImageControllerInfoPatchRebootList>
patchType This property is required. string
reboot This property is required. string
rebootLists This property is required. GetImageControllerInfoPatchRebootList[]
patch_type This property is required. str
reboot This property is required. str
reboot_lists This property is required. Sequence[GetImageControllerInfoPatchRebootList]
patchType This property is required. String
reboot This property is required. String
rebootLists This property is required. List<Property Map>

GetImageControllerInfoPatchRebootList

PatchVersion This property is required. string
Reboot This property is required. string
PatchVersion This property is required. string
Reboot This property is required. string
patchVersion This property is required. String
reboot This property is required. String
patchVersion This property is required. string
reboot This property is required. string
patch_version This property is required. str
reboot This property is required. str
patchVersion This property is required. String
reboot This property is required. String

GetImageEvent

NodesEvents This property is required. List<GetImageEventNodesEvent>
SubEvents This property is required. List<GetImageEventSubEvent>
TaskName This property is required. string
NodesEvents This property is required. []GetImageEventNodesEvent
SubEvents This property is required. []GetImageEventSubEvent
TaskName This property is required. string
nodesEvents This property is required. List<GetImageEventNodesEvent>
subEvents This property is required. List<GetImageEventSubEvent>
taskName This property is required. String
nodesEvents This property is required. GetImageEventNodesEvent[]
subEvents This property is required. GetImageEventSubEvent[]
taskName This property is required. string
nodes_events This property is required. Sequence[GetImageEventNodesEvent]
sub_events This property is required. Sequence[GetImageEventSubEvent]
task_name This property is required. str
nodesEvents This property is required. List<Property Map>
subEvents This property is required. List<Property Map>
taskName This property is required. String

GetImageEventNodesEvent

Duration This property is required. 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.
EndTime This property is required. string
Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
Ips This property is required. List<GetImageEventNodesEventIp>
Message This property is required. string
StartTime This property is required. string
Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
Status This property is required. string
SubTasks This property is required. List<string>
Duration This property is required. 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.
EndTime This property is required. string
Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
Ips This property is required. []GetImageEventNodesEventIp
Message This property is required. string
StartTime This property is required. string
Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
Status This property is required. string
SubTasks This property is required. []string
duration This property is required. 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.
endTime This property is required. String
Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
ips This property is required. List<GetImageEventNodesEventIp>
message This property is required. String
startTime This property is required. String
Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
status This property is required. String
subTasks This property is required. List<String>
duration This property is required. 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.
endTime This property is required. string
Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
ips This property is required. GetImageEventNodesEventIp[]
message This property is required. string
startTime This property is required. string
Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
status This property is required. string
subTasks This property is required. string[]
duration This property is required. 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 This property is required. str
Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
ips This property is required. Sequence[GetImageEventNodesEventIp]
message This property is required. str
start_time This property is required. str
Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
status This property is required. str
sub_tasks This property is required. Sequence[str]
duration This property is required. 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.
endTime This property is required. String
Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
ips This property is required. List<Property Map>
message This property is required. String
startTime This property is required. String
Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
status This property is required. String
subTasks This property is required. List<String>

GetImageEventNodesEventIp

Addr This property is required. string
Type This property is required. 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.
Addr This property is required. string
Type This property is required. 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.
addr This property is required. String
type This property is required. 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.
addr This property is required. string
type This property is required. 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.
addr This property is required. str
type This property is required. 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.
addr This property is required. String
type This property is required. 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.

GetImageEventSubEvent

Duration This property is required. 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.
EndTime This property is required. string
Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
Ips This property is required. List<GetImageEventSubEventIp>
Message This property is required. string
StartTime This property is required. string
Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
Status This property is required. string
SubTasks This property is required. List<string>
Duration This property is required. 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.
EndTime This property is required. string
Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
Ips This property is required. []GetImageEventSubEventIp
Message This property is required. string
StartTime This property is required. string
Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
Status This property is required. string
SubTasks This property is required. []string
duration This property is required. 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.
endTime This property is required. String
Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
ips This property is required. List<GetImageEventSubEventIp>
message This property is required. String
startTime This property is required. String
Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
status This property is required. String
subTasks This property is required. List<String>
duration This property is required. 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.
endTime This property is required. string
Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
ips This property is required. GetImageEventSubEventIp[]
message This property is required. string
startTime This property is required. string
Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
status This property is required. string
subTasks This property is required. string[]
duration This property is required. 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 This property is required. str
Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
ips This property is required. Sequence[GetImageEventSubEventIp]
message This property is required. str
start_time This property is required. str
Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
status This property is required. str
sub_tasks This property is required. Sequence[str]
duration This property is required. 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.
endTime This property is required. String
Image upload end time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
ips This property is required. List<Property Map>
message This property is required. String
startTime This property is required. String
Image upload start time. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
status This property is required. String
subTasks This property is required. List<String>

GetImageEventSubEventIp

Addr This property is required. string
Type This property is required. 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.
Addr This property is required. string
Type This property is required. 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.
addr This property is required. String
type This property is required. 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.
addr This property is required. string
type This property is required. 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.
addr This property is required. str
type This property is required. 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.
addr This property is required. String
type This property is required. 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.

GetImageImgState

LastChangedTimes This property is required. List<GetImageImgStateLastChangedTime>
Reason This property is required. string
State This property is required. string
LastChangedTimes This property is required. []GetImageImgStateLastChangedTime
Reason This property is required. string
State This property is required. string
lastChangedTimes This property is required. List<GetImageImgStateLastChangedTime>
reason This property is required. String
state This property is required. String
lastChangedTimes This property is required. GetImageImgStateLastChangedTime[]
reason This property is required. string
state This property is required. string
last_changed_times This property is required. Sequence[GetImageImgStateLastChangedTime]
reason This property is required. str
state This property is required. str
lastChangedTimes This property is required. List<Property Map>
reason This property is required. String
state This property is required. String

GetImageImgStateLastChangedTime

Secs This property is required. string
Usecs This property is required. string
Secs This property is required. string
Usecs This property is required. string
secs This property is required. String
usecs This property is required. String
secs This property is required. string
usecs This property is required. string
secs This property is required. str
usecs This property is required. str
secs This property is required. String
usecs This property is required. String

GetImageMigration

ApiVersion This property is required. string
ControllerHostMinFreeDiskSize This property is required. string
ControllerMinCores This property is required. string
ControllerMinDockerVersion This property is required. string
ControllerMinFreeDiskSize This property is required. string
ControllerMinMemory This property is required. string
ControllerMinTotalDisk This property is required. string
DryrunMinCores This property is required. string
DryrunMinFreeDiskSize This property is required. string
DryrunMinMemory This property is required. string
MaxActiveVersions This property is required. string
MinSupportedApiVersion This property is required. string
PodmanControllerHostMinFreeDiskSize This property is required. string
PodmanSeHostMinFreeDiskSize This property is required. string
RollbackControllerDiskSpace This property is required. string
RollbackSeDiskSpace This property is required. string
SeHostMinFreeDiskSize This property is required. string
SeMinCores This property is required. string
SeMinFreeDiskSize This property is required. string
SeMinMemory This property is required. string
SeMinTotalDisk This property is required. string
Versions This property is required. List<string>
ApiVersion This property is required. string
ControllerHostMinFreeDiskSize This property is required. string
ControllerMinCores This property is required. string
ControllerMinDockerVersion This property is required. string
ControllerMinFreeDiskSize This property is required. string
ControllerMinMemory This property is required. string
ControllerMinTotalDisk This property is required. string
DryrunMinCores This property is required. string
DryrunMinFreeDiskSize This property is required. string
DryrunMinMemory This property is required. string
MaxActiveVersions This property is required. string
MinSupportedApiVersion This property is required. string
PodmanControllerHostMinFreeDiskSize This property is required. string
PodmanSeHostMinFreeDiskSize This property is required. string
RollbackControllerDiskSpace This property is required. string
RollbackSeDiskSpace This property is required. string
SeHostMinFreeDiskSize This property is required. string
SeMinCores This property is required. string
SeMinFreeDiskSize This property is required. string
SeMinMemory This property is required. string
SeMinTotalDisk This property is required. string
Versions This property is required. []string
apiVersion This property is required. String
controllerHostMinFreeDiskSize This property is required. String
controllerMinCores This property is required. String
controllerMinDockerVersion This property is required. String
controllerMinFreeDiskSize This property is required. String
controllerMinMemory This property is required. String
controllerMinTotalDisk This property is required. String
dryrunMinCores This property is required. String
dryrunMinFreeDiskSize This property is required. String
dryrunMinMemory This property is required. String
maxActiveVersions This property is required. String
minSupportedApiVersion This property is required. String
podmanControllerHostMinFreeDiskSize This property is required. String
podmanSeHostMinFreeDiskSize This property is required. String
rollbackControllerDiskSpace This property is required. String
rollbackSeDiskSpace This property is required. String
seHostMinFreeDiskSize This property is required. String
seMinCores This property is required. String
seMinFreeDiskSize This property is required. String
seMinMemory This property is required. String
seMinTotalDisk This property is required. String
versions This property is required. List<String>
apiVersion This property is required. string
controllerHostMinFreeDiskSize This property is required. string
controllerMinCores This property is required. string
controllerMinDockerVersion This property is required. string
controllerMinFreeDiskSize This property is required. string
controllerMinMemory This property is required. string
controllerMinTotalDisk This property is required. string
dryrunMinCores This property is required. string
dryrunMinFreeDiskSize This property is required. string
dryrunMinMemory This property is required. string
maxActiveVersions This property is required. string
minSupportedApiVersion This property is required. string
podmanControllerHostMinFreeDiskSize This property is required. string
podmanSeHostMinFreeDiskSize This property is required. string
rollbackControllerDiskSpace This property is required. string
rollbackSeDiskSpace This property is required. string
seHostMinFreeDiskSize This property is required. string
seMinCores This property is required. string
seMinFreeDiskSize This property is required. string
seMinMemory This property is required. string
seMinTotalDisk This property is required. string
versions This property is required. string[]
api_version This property is required. str
controller_host_min_free_disk_size This property is required. str
controller_min_cores This property is required. str
controller_min_docker_version This property is required. str
controller_min_free_disk_size This property is required. str
controller_min_memory This property is required. str
controller_min_total_disk This property is required. str
dryrun_min_cores This property is required. str
dryrun_min_free_disk_size This property is required. str
dryrun_min_memory This property is required. str
max_active_versions This property is required. str
min_supported_api_version This property is required. str
podman_controller_host_min_free_disk_size This property is required. str
podman_se_host_min_free_disk_size This property is required. str
rollback_controller_disk_space This property is required. str
rollback_se_disk_space This property is required. str
se_host_min_free_disk_size This property is required. str
se_min_cores This property is required. str
se_min_free_disk_size This property is required. str
se_min_memory This property is required. str
se_min_total_disk This property is required. str
versions This property is required. Sequence[str]
apiVersion This property is required. String
controllerHostMinFreeDiskSize This property is required. String
controllerMinCores This property is required. String
controllerMinDockerVersion This property is required. String
controllerMinFreeDiskSize This property is required. String
controllerMinMemory This property is required. String
controllerMinTotalDisk This property is required. String
dryrunMinCores This property is required. String
dryrunMinFreeDiskSize This property is required. String
dryrunMinMemory This property is required. String
maxActiveVersions This property is required. String
minSupportedApiVersion This property is required. String
podmanControllerHostMinFreeDiskSize This property is required. String
podmanSeHostMinFreeDiskSize This property is required. String
rollbackControllerDiskSpace This property is required. String
rollbackSeDiskSpace This property is required. String
seHostMinFreeDiskSize This property is required. String
seMinCores This property is required. String
seMinFreeDiskSize This property is required. String
seMinMemory This property is required. String
seMinTotalDisk This property is required. String
versions This property is required. List<String>

GetImageSeInfo

Builds This property is required. List<GetImageSeInfoBuild>
Hash This property is required. string
Patches This property is required. List<GetImageSeInfoPatch>
Path This property is required. string
Builds This property is required. []GetImageSeInfoBuild
Hash This property is required. string
Patches This property is required. []GetImageSeInfoPatch
Path This property is required. string
builds This property is required. List<GetImageSeInfoBuild>
hash This property is required. String
patches This property is required. List<GetImageSeInfoPatch>
path This property is required. String
builds This property is required. GetImageSeInfoBuild[]
hash This property is required. string
patches This property is required. GetImageSeInfoPatch[]
path This property is required. string
builds This property is required. Sequence[GetImageSeInfoBuild]
hash This property is required. str
patches This property is required. Sequence[GetImageSeInfoPatch]
path This property is required. str
builds This property is required. List<Property Map>
hash This property is required. String
patches This property is required. List<Property Map>
path This property is required. String

GetImageSeInfoBuild

BuildNo This property is required. string
Date This property is required. string
MinVersion This property is required. string
PatchVersion This property is required. string
Product This property is required. string
ProductName This property is required. string
Tag This property is required. string
Version This property is required. string
BuildNo This property is required. string
Date This property is required. string
MinVersion This property is required. string
PatchVersion This property is required. string
Product This property is required. string
ProductName This property is required. string
Tag This property is required. string
Version This property is required. string
buildNo This property is required. String
date This property is required. String
minVersion This property is required. String
patchVersion This property is required. String
product This property is required. String
productName This property is required. String
tag This property is required. String
version This property is required. String
buildNo This property is required. string
date This property is required. string
minVersion This property is required. string
patchVersion This property is required. string
product This property is required. string
productName This property is required. string
tag This property is required. string
version This property is required. string
build_no This property is required. str
date This property is required. str
min_version This property is required. str
patch_version This property is required. str
product This property is required. str
product_name This property is required. str
tag This property is required. str
version This property is required. str
buildNo This property is required. String
date This property is required. String
minVersion This property is required. String
patchVersion This property is required. String
product This property is required. String
productName This property is required. String
tag This property is required. String
version This property is required. String

GetImageSeInfoPatch

PatchType This property is required. string
Reboot This property is required. string
RebootLists This property is required. List<GetImageSeInfoPatchRebootList>
PatchType This property is required. string
Reboot This property is required. string
RebootLists This property is required. []GetImageSeInfoPatchRebootList
patchType This property is required. String
reboot This property is required. String
rebootLists This property is required. List<GetImageSeInfoPatchRebootList>
patchType This property is required. string
reboot This property is required. string
rebootLists This property is required. GetImageSeInfoPatchRebootList[]
patch_type This property is required. str
reboot This property is required. str
reboot_lists This property is required. Sequence[GetImageSeInfoPatchRebootList]
patchType This property is required. String
reboot This property is required. String
rebootLists This property is required. List<Property Map>

GetImageSeInfoPatchRebootList

PatchVersion This property is required. string
Reboot This property is required. string
PatchVersion This property is required. string
Reboot This property is required. string
patchVersion This property is required. String
reboot This property is required. String
patchVersion This property is required. string
reboot This property is required. string
patch_version This property is required. str
reboot This property is required. str
patchVersion This property is required. String
reboot This property is required. String

Package Details

Repository
avi vmware/terraform-provider-avi
License
Notes
This Pulumi package is based on the avi Terraform Provider.