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
- Cloud
Data Values This property is required. List<GetImage Cloud Info Value Cloud Data Value> - Cloud
Name This property is required. string
- Cloud
Data Values This property is required. []GetImage Cloud Info Value Cloud Data Value - Cloud
Name This property is required. string
- cloud
Data Values This property is required. List<GetImage Cloud Info Value Cloud Data Value> - cloud
Name This property is required. String
- cloud
Data Values This property is required. GetImage Cloud Info Value Cloud Data Value[] - cloud
Name This property is required. string
- cloud_
data_ values This property is required. Sequence[GetImage Cloud Info Value Cloud Data Value] - cloud_
name This property is required. str
- cloud
Data Values This property is required. List<Property Map> - cloud
Name This property is required. String
GetImageCloudInfoValueCloudDataValue
GetImageControllerInfo
- Builds
This property is required. List<GetImage Controller Info Build> - Hash
This property is required. string - Patches
This property is required. List<GetImage Controller Info Patch> - Path
This property is required. string
- Builds
This property is required. []GetImage Controller Info Build - Hash
This property is required. string - Patches
This property is required. []GetImage Controller Info Patch - Path
This property is required. string
- builds
This property is required. List<GetImage Controller Info Build> - hash
This property is required. String - patches
This property is required. List<GetImage Controller Info Patch> - path
This property is required. String
- builds
This property is required. GetImage Controller Info Build[] - hash
This property is required. string - patches
This property is required. GetImage Controller Info Patch[] - path
This property is required. string
- builds
This property is required. Sequence[GetImage Controller Info Build] - hash
This property is required. str - patches
This property is required. Sequence[GetImage Controller Info Patch] - 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
- Build
No This property is required. string - Date
This property is required. string - Min
Version This property is required. string - Patch
Version This property is required. string - Product
This property is required. string - Product
Name This property is required. string - Tag
This property is required. string - Version
This property is required. string
- Build
No This property is required. string - Date
This property is required. string - Min
Version This property is required. string - Patch
Version This property is required. string - Product
This property is required. string - Product
Name This property is required. string - Tag
This property is required. string - Version
This property is required. string
- build
No This property is required. String - date
This property is required. String - min
Version This property is required. String - patch
Version This property is required. String - product
This property is required. String - product
Name This property is required. String - tag
This property is required. String - version
This property is required. String
- build
No This property is required. string - date
This property is required. string - min
Version This property is required. string - patch
Version This property is required. string - product
This property is required. string - product
Name 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
- build
No This property is required. String - date
This property is required. String - min
Version This property is required. String - patch
Version This property is required. String - product
This property is required. String - product
Name This property is required. String - tag
This property is required. String - version
This property is required. String
GetImageControllerInfoPatch
- Patch
Type This property is required. string - Reboot
This property is required. string - Reboot
Lists This property is required. List<GetImage Controller Info Patch Reboot List>
- Patch
Type This property is required. string - Reboot
This property is required. string - Reboot
Lists This property is required. []GetImage Controller Info Patch Reboot List
- patch
Type This property is required. String - reboot
This property is required. String - reboot
Lists This property is required. List<GetImage Controller Info Patch Reboot List>
- patch
Type This property is required. string - reboot
This property is required. string - reboot
Lists This property is required. GetImage Controller Info Patch Reboot List[]
- patch_
type This property is required. str - reboot
This property is required. str - reboot_
lists This property is required. Sequence[GetImage Controller Info Patch Reboot List]
- patch
Type This property is required. String - reboot
This property is required. String - reboot
Lists This property is required. List<Property Map>
GetImageControllerInfoPatchRebootList
- Patch
Version This property is required. string - Reboot
This property is required. string
- Patch
Version This property is required. string - Reboot
This property is required. string
- patch
Version This property is required. String - reboot
This property is required. String
- patch
Version This property is required. string - reboot
This property is required. string
- patch_
version This property is required. str - reboot
This property is required. str
- patch
Version This property is required. String - reboot
This property is required. String
GetImageEvent
- Nodes
Events This property is required. List<GetImage Event Nodes Event> - Sub
Events This property is required. List<GetImage Event Sub Event> - Task
Name This property is required. string
- Nodes
Events This property is required. []GetImage Event Nodes Event - Sub
Events This property is required. []GetImage Event Sub Event - Task
Name This property is required. string
- nodes
Events This property is required. List<GetImage Event Nodes Event> - sub
Events This property is required. List<GetImage Event Sub Event> - task
Name This property is required. String
- nodes
Events This property is required. GetImage Event Nodes Event[] - sub
Events This property is required. GetImage Event Sub Event[] - task
Name This property is required. string
- nodes_
events This property is required. Sequence[GetImage Event Nodes Event] - sub_
events This property is required. Sequence[GetImage Event Sub Event] - task_
name This property is required. str
- nodes
Events This property is required. List<Property Map> - sub
Events This property is required. List<Property Map> - task
Name 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.
- End
Time 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<GetImage Event Nodes Event Ip> - Message
This property is required. string - Start
Time 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 - Sub
Tasks 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.
- End
Time 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. []GetImage Event Nodes Event Ip - Message
This property is required. string - Start
Time 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 - Sub
Tasks 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.
- end
Time 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<GetImage Event Nodes Event Ip> - message
This property is required. String - start
Time 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 - sub
Tasks 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.
- end
Time 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. GetImage Event Nodes Event Ip[] - message
This property is required. string - start
Time 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 - sub
Tasks 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[GetImage Event Nodes Event Ip] - 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.
- end
Time 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 - start
Time 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 - sub
Tasks 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.
- End
Time 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<GetImage Event Sub Event Ip> - Message
This property is required. string - Start
Time 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 - Sub
Tasks 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.
- End
Time 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. []GetImage Event Sub Event Ip - Message
This property is required. string - Start
Time 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 - Sub
Tasks 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.
- end
Time 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<GetImage Event Sub Event Ip> - message
This property is required. String - start
Time 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 - sub
Tasks 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.
- end
Time 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. GetImage Event Sub Event Ip[] - message
This property is required. string - start
Time 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 - sub
Tasks 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[GetImage Event Sub Event Ip] - 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.
- end
Time 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 - start
Time 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 - sub
Tasks 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
- Last
Changed Times This property is required. List<GetImage Img State Last Changed Time> - Reason
This property is required. string - State
This property is required. string
- Last
Changed Times This property is required. []GetImage Img State Last Changed Time - Reason
This property is required. string - State
This property is required. string
- last
Changed Times This property is required. List<GetImage Img State Last Changed Time> - reason
This property is required. String - state
This property is required. String
- last
Changed Times This property is required. GetImage Img State Last Changed Time[] - reason
This property is required. string - state
This property is required. string
- last_
changed_ times This property is required. Sequence[GetImage Img State Last Changed Time] - reason
This property is required. str - state
This property is required. str
- last
Changed Times This property is required. List<Property Map> - reason
This property is required. String - state
This property is required. String
GetImageImgStateLastChangedTime
GetImageMigration
- Api
Version This property is required. string - Controller
Host Min Free Disk Size This property is required. string - Controller
Min Cores This property is required. string - Controller
Min Docker Version This property is required. string - Controller
Min Free Disk Size This property is required. string - Controller
Min Memory This property is required. string - Controller
Min Total Disk This property is required. string - Dryrun
Min Cores This property is required. string - Dryrun
Min Free Disk Size This property is required. string - Dryrun
Min Memory This property is required. string - Max
Active Versions This property is required. string - Min
Supported Api Version This property is required. string - Podman
Controller Host Min Free Disk Size This property is required. string - Podman
Se Host Min Free Disk Size This property is required. string - Rollback
Controller Disk Space This property is required. string - Rollback
Se Disk Space This property is required. string - Se
Host Min Free Disk Size This property is required. string - Se
Min Cores This property is required. string - Se
Min Free Disk Size This property is required. string - Se
Min Memory This property is required. string - Se
Min Total Disk This property is required. string - Versions
This property is required. List<string>
- Api
Version This property is required. string - Controller
Host Min Free Disk Size This property is required. string - Controller
Min Cores This property is required. string - Controller
Min Docker Version This property is required. string - Controller
Min Free Disk Size This property is required. string - Controller
Min Memory This property is required. string - Controller
Min Total Disk This property is required. string - Dryrun
Min Cores This property is required. string - Dryrun
Min Free Disk Size This property is required. string - Dryrun
Min Memory This property is required. string - Max
Active Versions This property is required. string - Min
Supported Api Version This property is required. string - Podman
Controller Host Min Free Disk Size This property is required. string - Podman
Se Host Min Free Disk Size This property is required. string - Rollback
Controller Disk Space This property is required. string - Rollback
Se Disk Space This property is required. string - Se
Host Min Free Disk Size This property is required. string - Se
Min Cores This property is required. string - Se
Min Free Disk Size This property is required. string - Se
Min Memory This property is required. string - Se
Min Total Disk This property is required. string - Versions
This property is required. []string
- api
Version This property is required. String - controller
Host Min Free Disk Size This property is required. String - controller
Min Cores This property is required. String - controller
Min Docker Version This property is required. String - controller
Min Free Disk Size This property is required. String - controller
Min Memory This property is required. String - controller
Min Total Disk This property is required. String - dryrun
Min Cores This property is required. String - dryrun
Min Free Disk Size This property is required. String - dryrun
Min Memory This property is required. String - max
Active Versions This property is required. String - min
Supported Api Version This property is required. String - podman
Controller Host Min Free Disk Size This property is required. String - podman
Se Host Min Free Disk Size This property is required. String - rollback
Controller Disk Space This property is required. String - rollback
Se Disk Space This property is required. String - se
Host Min Free Disk Size This property is required. String - se
Min Cores This property is required. String - se
Min Free Disk Size This property is required. String - se
Min Memory This property is required. String - se
Min Total Disk This property is required. String - versions
This property is required. List<String>
- api
Version This property is required. string - controller
Host Min Free Disk Size This property is required. string - controller
Min Cores This property is required. string - controller
Min Docker Version This property is required. string - controller
Min Free Disk Size This property is required. string - controller
Min Memory This property is required. string - controller
Min Total Disk This property is required. string - dryrun
Min Cores This property is required. string - dryrun
Min Free Disk Size This property is required. string - dryrun
Min Memory This property is required. string - max
Active Versions This property is required. string - min
Supported Api Version This property is required. string - podman
Controller Host Min Free Disk Size This property is required. string - podman
Se Host Min Free Disk Size This property is required. string - rollback
Controller Disk Space This property is required. string - rollback
Se Disk Space This property is required. string - se
Host Min Free Disk Size This property is required. string - se
Min Cores This property is required. string - se
Min Free Disk Size This property is required. string - se
Min Memory This property is required. string - se
Min Total Disk 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]
- api
Version This property is required. String - controller
Host Min Free Disk Size This property is required. String - controller
Min Cores This property is required. String - controller
Min Docker Version This property is required. String - controller
Min Free Disk Size This property is required. String - controller
Min Memory This property is required. String - controller
Min Total Disk This property is required. String - dryrun
Min Cores This property is required. String - dryrun
Min Free Disk Size This property is required. String - dryrun
Min Memory This property is required. String - max
Active Versions This property is required. String - min
Supported Api Version This property is required. String - podman
Controller Host Min Free Disk Size This property is required. String - podman
Se Host Min Free Disk Size This property is required. String - rollback
Controller Disk Space This property is required. String - rollback
Se Disk Space This property is required. String - se
Host Min Free Disk Size This property is required. String - se
Min Cores This property is required. String - se
Min Free Disk Size This property is required. String - se
Min Memory This property is required. String - se
Min Total Disk This property is required. String - versions
This property is required. List<String>
GetImageSeInfo
- Builds
This property is required. List<GetImage Se Info Build> - Hash
This property is required. string - Patches
This property is required. List<GetImage Se Info Patch> - Path
This property is required. string
- Builds
This property is required. []GetImage Se Info Build - Hash
This property is required. string - Patches
This property is required. []GetImage Se Info Patch - Path
This property is required. string
- builds
This property is required. List<GetImage Se Info Build> - hash
This property is required. String - patches
This property is required. List<GetImage Se Info Patch> - path
This property is required. String
- builds
This property is required. GetImage Se Info Build[] - hash
This property is required. string - patches
This property is required. GetImage Se Info Patch[] - path
This property is required. string
- builds
This property is required. Sequence[GetImage Se Info Build] - hash
This property is required. str - patches
This property is required. Sequence[GetImage Se Info Patch] - 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
- Build
No This property is required. string - Date
This property is required. string - Min
Version This property is required. string - Patch
Version This property is required. string - Product
This property is required. string - Product
Name This property is required. string - Tag
This property is required. string - Version
This property is required. string
- Build
No This property is required. string - Date
This property is required. string - Min
Version This property is required. string - Patch
Version This property is required. string - Product
This property is required. string - Product
Name This property is required. string - Tag
This property is required. string - Version
This property is required. string
- build
No This property is required. String - date
This property is required. String - min
Version This property is required. String - patch
Version This property is required. String - product
This property is required. String - product
Name This property is required. String - tag
This property is required. String - version
This property is required. String
- build
No This property is required. string - date
This property is required. string - min
Version This property is required. string - patch
Version This property is required. string - product
This property is required. string - product
Name 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
- build
No This property is required. String - date
This property is required. String - min
Version This property is required. String - patch
Version This property is required. String - product
This property is required. String - product
Name This property is required. String - tag
This property is required. String - version
This property is required. String
GetImageSeInfoPatch
- Patch
Type This property is required. string - Reboot
This property is required. string - Reboot
Lists This property is required. List<GetImage Se Info Patch Reboot List>
- Patch
Type This property is required. string - Reboot
This property is required. string - Reboot
Lists This property is required. []GetImage Se Info Patch Reboot List
- patch
Type This property is required. String - reboot
This property is required. String - reboot
Lists This property is required. List<GetImage Se Info Patch Reboot List>
- patch
Type This property is required. string - reboot
This property is required. string - reboot
Lists This property is required. GetImage Se Info Patch Reboot List[]
- patch_
type This property is required. str - reboot
This property is required. str - reboot_
lists This property is required. Sequence[GetImage Se Info Patch Reboot List]
- patch
Type This property is required. String - reboot
This property is required. String - reboot
Lists This property is required. List<Property Map>
GetImageSeInfoPatchRebootList
- Patch
Version This property is required. string - Reboot
This property is required. string
- Patch
Version This property is required. string - Reboot
This property is required. string
- patch
Version This property is required. String - reboot
This property is required. String
- patch
Version This property is required. string - reboot
This property is required. string
- patch_
version This property is required. str - reboot
This property is required. str
- patch
Version 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.