Viewing docs for avi 31.2.2
published on Tuesday, Feb 10, 2026 by vmware
published on Tuesday, Feb 10, 2026 by vmware
Viewing docs for avi 31.2.2
published on Tuesday, Feb 10, 2026 by vmware
published on Tuesday, Feb 10, 2026 by vmware
<!–
Copyright 2021 VMware, Inc.
SPDX-License-Identifier: Mozilla Public License 2.0
–>
layout: “avi”
page_title: “AVI:<span pulumi-lang-nodejs=” avi.Statediffsnapshot"" pulumi-lang-dotnet=" avi.Statediffsnapshot"" pulumi-lang-go=" Statediffsnapshot"" pulumi-lang-python=" Statediffsnapshot"" pulumi-lang-yaml=" avi.Statediffsnapshot"" pulumi-lang-java=" avi.Statediffsnapshot""> avi.Statediffsnapshot" sidebar_current: “docs-avi-datasource-statediffsnapshot” description: |- Get information of Avi StatediffSnapshot.
# avi.Statediffsnapshot This data source is used to to get avi.Statediffsnapshot objects.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as avi from "@pulumi/avi";
const fooStatediffsnapshot = avi.getStatediffsnapshot({
uuid: "statediffsnapshot-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
name: "foo",
});
import pulumi
import pulumi_avi as avi
foo_statediffsnapshot = avi.get_statediffsnapshot(uuid="statediffsnapshot-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
name="foo")
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.LookupStatediffsnapshot(ctx, &avi.LookupStatediffsnapshotArgs{
Uuid: pulumi.StringRef("statediffsnapshot-f9cf6b3e-a411-436f-95e2-2982ba2b217b"),
Name: pulumi.StringRef("foo"),
}, 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 fooStatediffsnapshot = Avi.GetStatediffsnapshot.Invoke(new()
{
Uuid = "statediffsnapshot-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
Name = "foo",
});
});
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.GetStatediffsnapshotArgs;
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 fooStatediffsnapshot = AviFunctions.getStatediffsnapshot(GetStatediffsnapshotArgs.builder()
.uuid("statediffsnapshot-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
.name("foo")
.build());
}
}
variables:
fooStatediffsnapshot:
fn::invoke:
function: avi:getStatediffsnapshot
arguments:
uuid: statediffsnapshot-f9cf6b3e-a411-436f-95e2-2982ba2b217b
name: foo
Using getStatediffsnapshot
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 getStatediffsnapshot(args: GetStatediffsnapshotArgs, opts?: InvokeOptions): Promise<GetStatediffsnapshotResult>
function getStatediffsnapshotOutput(args: GetStatediffsnapshotOutputArgs, opts?: InvokeOptions): Output<GetStatediffsnapshotResult>def get_statediffsnapshot(id: Optional[str] = None,
name: Optional[str] = None,
tenant_ref: Optional[str] = None,
uuid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetStatediffsnapshotResult
def get_statediffsnapshot_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[GetStatediffsnapshotResult]func LookupStatediffsnapshot(ctx *Context, args *LookupStatediffsnapshotArgs, opts ...InvokeOption) (*LookupStatediffsnapshotResult, error)
func LookupStatediffsnapshotOutput(ctx *Context, args *LookupStatediffsnapshotOutputArgs, opts ...InvokeOption) LookupStatediffsnapshotResultOutput> Note: This function is named LookupStatediffsnapshot in the Go SDK.
public static class GetStatediffsnapshot
{
public static Task<GetStatediffsnapshotResult> InvokeAsync(GetStatediffsnapshotArgs args, InvokeOptions? opts = null)
public static Output<GetStatediffsnapshotResult> Invoke(GetStatediffsnapshotInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetStatediffsnapshotResult> getStatediffsnapshot(GetStatediffsnapshotArgs args, InvokeOptions options)
public static Output<GetStatediffsnapshotResult> getStatediffsnapshot(GetStatediffsnapshotArgs args, InvokeOptions options)
fn::invoke:
function: avi:index/getStatediffsnapshot:getStatediffsnapshot
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Name string
- Search StatediffSnapshot by name.
- Tenant
Ref string - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Uuid string
- Search StatediffSnapshot by uuid.
- Id string
- Name string
- Search StatediffSnapshot by name.
- Tenant
Ref string - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Uuid string
- Search StatediffSnapshot by uuid.
- id String
- name String
- Search StatediffSnapshot by name.
- tenant
Ref String - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid String
- Search StatediffSnapshot by uuid.
- id string
- name string
- Search StatediffSnapshot by name.
- tenant
Ref string - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid string
- Search StatediffSnapshot by uuid.
- id str
- name str
- Search StatediffSnapshot by name.
- tenant_
ref str - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid str
- Search StatediffSnapshot by uuid.
- id String
- name String
- Search StatediffSnapshot by name.
- tenant
Ref String - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid String
- Search StatediffSnapshot by uuid.
getStatediffsnapshot Result
The following output properties are available:
- Gslb
Name string - Name of gslb object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Gslb
Uuid string - Reference to base gslb object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Id string
- Name string
- Name of statediff operation. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Pool
Name string - Name of pool object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Pool
Uuid string - Reference to base pool object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Post
Snapshots List<GetStatediffsnapshot Post Snapshot> - Post-upgrade snapshot for vs. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Pre
Snapshots List<GetStatediffsnapshot Pre Snapshot> - Pre-upgrade snapshot for vs. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Se
Group stringName - Name of seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Se
Group stringUuid - Reference to base seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Se
Name string - Name of seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Se
Uuid string - Reference to base se object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Snapshot
Type string - Type of snapshot eg. Vs_snapshot, se_snapshot etc. Enum options - FB_VS_SNAPSHOT, FB_SE_SNAPSHOT, FB_GSLB_SNAPSHOT, FB_POOL_SNAPSHOT. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Statediff
Operation stringRef - Statediff operation uuid for identifying the operation. It is a reference to an object of type statediffoperation. 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 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Uuid string
- Unique identifier for statediff entry. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Vs
Name string - Name of vs object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Vs
Uuid string - Reference to base vs object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Gslb
Name string - Name of gslb object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Gslb
Uuid string - Reference to base gslb object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Id string
- Name string
- Name of statediff operation. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Pool
Name string - Name of pool object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Pool
Uuid string - Reference to base pool object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Post
Snapshots []GetStatediffsnapshot Post Snapshot - Post-upgrade snapshot for vs. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Pre
Snapshots []GetStatediffsnapshot Pre Snapshot - Pre-upgrade snapshot for vs. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Se
Group stringName - Name of seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Se
Group stringUuid - Reference to base seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Se
Name string - Name of seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Se
Uuid string - Reference to base se object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Snapshot
Type string - Type of snapshot eg. Vs_snapshot, se_snapshot etc. Enum options - FB_VS_SNAPSHOT, FB_SE_SNAPSHOT, FB_GSLB_SNAPSHOT, FB_POOL_SNAPSHOT. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Statediff
Operation stringRef - Statediff operation uuid for identifying the operation. It is a reference to an object of type statediffoperation. 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 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Uuid string
- Unique identifier for statediff entry. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Vs
Name string - Name of vs object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Vs
Uuid string - Reference to base vs object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- gslb
Name String - Name of gslb object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- gslb
Uuid String - Reference to base gslb object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- id String
- name String
- Name of statediff operation. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- pool
Name String - Name of pool object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- pool
Uuid String - Reference to base pool object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- post
Snapshots List<GetStatediffsnapshot Post Snapshot> - Post-upgrade snapshot for vs. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- pre
Snapshots List<GetStatediffsnapshot Pre Snapshot> - Pre-upgrade snapshot for vs. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Group StringName - Name of seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Group StringUuid - Reference to base seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Name String - Name of seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Uuid String - Reference to base se object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- snapshot
Type String - Type of snapshot eg. Vs_snapshot, se_snapshot etc. Enum options - FB_VS_SNAPSHOT, FB_SE_SNAPSHOT, FB_GSLB_SNAPSHOT, FB_POOL_SNAPSHOT. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- statediff
Operation StringRef - Statediff operation uuid for identifying the operation. It is a reference to an object of type statediffoperation. 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 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid String
- Unique identifier for statediff entry. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- vs
Name String - Name of vs object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- vs
Uuid String - Reference to base vs object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- gslb
Name string - Name of gslb object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- gslb
Uuid string - Reference to base gslb object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- id string
- name string
- Name of statediff operation. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- pool
Name string - Name of pool object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- pool
Uuid string - Reference to base pool object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- post
Snapshots GetStatediffsnapshot Post Snapshot[] - Post-upgrade snapshot for vs. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- pre
Snapshots GetStatediffsnapshot Pre Snapshot[] - Pre-upgrade snapshot for vs. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Group stringName - Name of seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Group stringUuid - Reference to base seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Name string - Name of seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Uuid string - Reference to base se object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- snapshot
Type string - Type of snapshot eg. Vs_snapshot, se_snapshot etc. Enum options - FB_VS_SNAPSHOT, FB_SE_SNAPSHOT, FB_GSLB_SNAPSHOT, FB_POOL_SNAPSHOT. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- statediff
Operation stringRef - Statediff operation uuid for identifying the operation. It is a reference to an object of type statediffoperation. 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 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid string
- Unique identifier for statediff entry. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- vs
Name string - Name of vs object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- vs
Uuid string - Reference to base vs object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- gslb_
name str - Name of gslb object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- gslb_
uuid str - Reference to base gslb object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- id str
- name str
- Name of statediff operation. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- pool_
name str - Name of pool object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- pool_
uuid str - Reference to base pool object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- post_
snapshots Sequence[GetStatediffsnapshot Post Snapshot] - Post-upgrade snapshot for vs. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- pre_
snapshots Sequence[GetStatediffsnapshot Pre Snapshot] - Pre-upgrade snapshot for vs. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se_
group_ strname - Name of seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se_
group_ struuid - Reference to base seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se_
name str - Name of seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se_
uuid str - Reference to base se object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- snapshot_
type str - Type of snapshot eg. Vs_snapshot, se_snapshot etc. Enum options - FB_VS_SNAPSHOT, FB_SE_SNAPSHOT, FB_GSLB_SNAPSHOT, FB_POOL_SNAPSHOT. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- statediff_
operation_ strref - Statediff operation uuid for identifying the operation. It is a reference to an object of type statediffoperation. 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 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid str
- Unique identifier for statediff entry. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- vs_
name str - Name of vs object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- vs_
uuid str - Reference to base vs object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- gslb
Name String - Name of gslb object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- gslb
Uuid String - Reference to base gslb object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- id String
- name String
- Name of statediff operation. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- pool
Name String - Name of pool object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- pool
Uuid String - Reference to base pool object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- post
Snapshots List<Property Map> - Post-upgrade snapshot for vs. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- pre
Snapshots List<Property Map> - Pre-upgrade snapshot for vs. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Group StringName - Name of seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Group StringUuid - Reference to base seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Name String - Name of seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Uuid String - Reference to base se object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- snapshot
Type String - Type of snapshot eg. Vs_snapshot, se_snapshot etc. Enum options - FB_VS_SNAPSHOT, FB_SE_SNAPSHOT, FB_GSLB_SNAPSHOT, FB_POOL_SNAPSHOT. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- statediff
Operation StringRef - Statediff operation uuid for identifying the operation. It is a reference to an object of type statediffoperation. 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 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid String
- Unique identifier for statediff entry. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- vs
Name String - Name of vs object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- vs
Uuid String - Reference to base vs object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
Supporting Types
GetStatediffsnapshotPostSnapshot
GetStatediffsnapshotPostSnapshotGssnapshot
GetStatediffsnapshotPostSnapshotGssnapshotOperStatus
- Last
Changed List<GetTimes Statediffsnapshot Post Snapshot Gssnapshot Oper Status Last Changed Time> - Num
Vs stringCompleted - Num
Vs stringFailed - Num
Vs stringTotal - Reason
Code string - Reason
Code stringString - Reasons List<string>
- State string
- Last
Changed []GetTimes Statediffsnapshot Post Snapshot Gssnapshot Oper Status Last Changed Time - Num
Vs stringCompleted - Num
Vs stringFailed - Num
Vs stringTotal - Reason
Code string - Reason
Code stringString - Reasons []string
- State string
- last
Changed List<GetTimes Statediffsnapshot Post Snapshot Gssnapshot Oper Status Last Changed Time> - num
Vs StringCompleted - num
Vs StringFailed - num
Vs StringTotal - reason
Code String - reason
Code StringString - reasons List<String>
- state String
- last
Changed GetTimes Statediffsnapshot Post Snapshot Gssnapshot Oper Status Last Changed Time[] - num
Vs stringCompleted - num
Vs stringFailed - num
Vs stringTotal - reason
Code string - reason
Code stringString - reasons string[]
- state string
- last
Changed List<Property Map>Times - num
Vs StringCompleted - num
Vs StringFailed - num
Vs StringTotal - reason
Code String - reason
Code StringString - reasons List<String>
- state String
GetStatediffsnapshotPostSnapshotGssnapshotOperStatusLastChangedTime
GetStatediffsnapshotPostSnapshotPoolsnapshot
GetStatediffsnapshotPostSnapshotPoolsnapshotOperStatus
- Last
Changed List<GetTimes Statediffsnapshot Post Snapshot Poolsnapshot Oper Status Last Changed Time> - Num
Vs stringCompleted - Num
Vs stringFailed - Num
Vs stringTotal - Reason
Code string - Reason
Code stringString - Reasons List<string>
- State string
- Last
Changed []GetTimes Statediffsnapshot Post Snapshot Poolsnapshot Oper Status Last Changed Time - Num
Vs stringCompleted - Num
Vs stringFailed - Num
Vs stringTotal - Reason
Code string - Reason
Code stringString - Reasons []string
- State string
- last
Changed List<GetTimes Statediffsnapshot Post Snapshot Poolsnapshot Oper Status Last Changed Time> - num
Vs StringCompleted - num
Vs StringFailed - num
Vs StringTotal - reason
Code String - reason
Code StringString - reasons List<String>
- state String
- last
Changed GetTimes Statediffsnapshot Post Snapshot Poolsnapshot Oper Status Last Changed Time[] - num
Vs stringCompleted - num
Vs stringFailed - num
Vs stringTotal - reason
Code string - reason
Code stringString - reasons string[]
- state string
- last
Changed List<Property Map>Times - num
Vs StringCompleted - num
Vs StringFailed - num
Vs StringTotal - reason
Code String - reason
Code StringString - reasons List<String>
- state String
GetStatediffsnapshotPostSnapshotPoolsnapshotOperStatusLastChangedTime
GetStatediffsnapshotPostSnapshotSesnapshot
GetStatediffsnapshotPostSnapshotSesnapshotOperStatus
- Last
Changed List<GetTimes Statediffsnapshot Post Snapshot Sesnapshot Oper Status Last Changed Time> - Num
Vs stringCompleted - Num
Vs stringFailed - Num
Vs stringTotal - Reason
Code string - Reason
Code stringString - Reasons List<string>
- State string
- Last
Changed []GetTimes Statediffsnapshot Post Snapshot Sesnapshot Oper Status Last Changed Time - Num
Vs stringCompleted - Num
Vs stringFailed - Num
Vs stringTotal - Reason
Code string - Reason
Code stringString - Reasons []string
- State string
- last
Changed List<GetTimes Statediffsnapshot Post Snapshot Sesnapshot Oper Status Last Changed Time> - num
Vs StringCompleted - num
Vs StringFailed - num
Vs StringTotal - reason
Code String - reason
Code StringString - reasons List<String>
- state String
- last
Changed GetTimes Statediffsnapshot Post Snapshot Sesnapshot Oper Status Last Changed Time[] - num
Vs stringCompleted - num
Vs stringFailed - num
Vs stringTotal - reason
Code string - reason
Code stringString - reasons string[]
- state string
- last
Changed List<Property Map>Times - num
Vs StringCompleted - num
Vs StringFailed - num
Vs StringTotal - reason
Code String - reason
Code StringString - reasons List<String>
- state String
GetStatediffsnapshotPostSnapshotSesnapshotOperStatusLastChangedTime
GetStatediffsnapshotPostSnapshotVssnapshot
GetStatediffsnapshotPostSnapshotVssnapshotOperStatus
- Last
Changed List<GetTimes Statediffsnapshot Post Snapshot Vssnapshot Oper Status Last Changed Time> - Num
Vs stringCompleted - Num
Vs stringFailed - Num
Vs stringTotal - Reason
Code string - Reason
Code stringString - Reasons List<string>
- State string
- Last
Changed []GetTimes Statediffsnapshot Post Snapshot Vssnapshot Oper Status Last Changed Time - Num
Vs stringCompleted - Num
Vs stringFailed - Num
Vs stringTotal - Reason
Code string - Reason
Code stringString - Reasons []string
- State string
- last
Changed List<GetTimes Statediffsnapshot Post Snapshot Vssnapshot Oper Status Last Changed Time> - num
Vs StringCompleted - num
Vs StringFailed - num
Vs StringTotal - reason
Code String - reason
Code StringString - reasons List<String>
- state String
- last
Changed GetTimes Statediffsnapshot Post Snapshot Vssnapshot Oper Status Last Changed Time[] - num
Vs stringCompleted - num
Vs stringFailed - num
Vs stringTotal - reason
Code string - reason
Code stringString - reasons string[]
- state string
- last
Changed List<Property Map>Times - num
Vs StringCompleted - num
Vs StringFailed - num
Vs StringTotal - reason
Code String - reason
Code StringString - reasons List<String>
- state String
GetStatediffsnapshotPostSnapshotVssnapshotOperStatusLastChangedTime
GetStatediffsnapshotPreSnapshot
GetStatediffsnapshotPreSnapshotGssnapshot
GetStatediffsnapshotPreSnapshotGssnapshotOperStatus
- Last
Changed List<GetTimes Statediffsnapshot Pre Snapshot Gssnapshot Oper Status Last Changed Time> - Num
Vs stringCompleted - Num
Vs stringFailed - Num
Vs stringTotal - Reason
Code string - Reason
Code stringString - Reasons List<string>
- State string
- Last
Changed []GetTimes Statediffsnapshot Pre Snapshot Gssnapshot Oper Status Last Changed Time - Num
Vs stringCompleted - Num
Vs stringFailed - Num
Vs stringTotal - Reason
Code string - Reason
Code stringString - Reasons []string
- State string
- last
Changed List<GetTimes Statediffsnapshot Pre Snapshot Gssnapshot Oper Status Last Changed Time> - num
Vs StringCompleted - num
Vs StringFailed - num
Vs StringTotal - reason
Code String - reason
Code StringString - reasons List<String>
- state String
- last
Changed GetTimes Statediffsnapshot Pre Snapshot Gssnapshot Oper Status Last Changed Time[] - num
Vs stringCompleted - num
Vs stringFailed - num
Vs stringTotal - reason
Code string - reason
Code stringString - reasons string[]
- state string
- last
Changed List<Property Map>Times - num
Vs StringCompleted - num
Vs StringFailed - num
Vs StringTotal - reason
Code String - reason
Code StringString - reasons List<String>
- state String
GetStatediffsnapshotPreSnapshotGssnapshotOperStatusLastChangedTime
GetStatediffsnapshotPreSnapshotPoolsnapshot
GetStatediffsnapshotPreSnapshotPoolsnapshotOperStatus
- Last
Changed List<GetTimes Statediffsnapshot Pre Snapshot Poolsnapshot Oper Status Last Changed Time> - Num
Vs stringCompleted - Num
Vs stringFailed - Num
Vs stringTotal - Reason
Code string - Reason
Code stringString - Reasons List<string>
- State string
- Last
Changed []GetTimes Statediffsnapshot Pre Snapshot Poolsnapshot Oper Status Last Changed Time - Num
Vs stringCompleted - Num
Vs stringFailed - Num
Vs stringTotal - Reason
Code string - Reason
Code stringString - Reasons []string
- State string
- last
Changed List<GetTimes Statediffsnapshot Pre Snapshot Poolsnapshot Oper Status Last Changed Time> - num
Vs StringCompleted - num
Vs StringFailed - num
Vs StringTotal - reason
Code String - reason
Code StringString - reasons List<String>
- state String
- last
Changed GetTimes Statediffsnapshot Pre Snapshot Poolsnapshot Oper Status Last Changed Time[] - num
Vs stringCompleted - num
Vs stringFailed - num
Vs stringTotal - reason
Code string - reason
Code stringString - reasons string[]
- state string
- last
Changed List<Property Map>Times - num
Vs StringCompleted - num
Vs StringFailed - num
Vs StringTotal - reason
Code String - reason
Code StringString - reasons List<String>
- state String
GetStatediffsnapshotPreSnapshotPoolsnapshotOperStatusLastChangedTime
GetStatediffsnapshotPreSnapshotSesnapshot
GetStatediffsnapshotPreSnapshotSesnapshotOperStatus
- Last
Changed List<GetTimes Statediffsnapshot Pre Snapshot Sesnapshot Oper Status Last Changed Time> - Num
Vs stringCompleted - Num
Vs stringFailed - Num
Vs stringTotal - Reason
Code string - Reason
Code stringString - Reasons List<string>
- State string
- Last
Changed []GetTimes Statediffsnapshot Pre Snapshot Sesnapshot Oper Status Last Changed Time - Num
Vs stringCompleted - Num
Vs stringFailed - Num
Vs stringTotal - Reason
Code string - Reason
Code stringString - Reasons []string
- State string
- last
Changed List<GetTimes Statediffsnapshot Pre Snapshot Sesnapshot Oper Status Last Changed Time> - num
Vs StringCompleted - num
Vs StringFailed - num
Vs StringTotal - reason
Code String - reason
Code StringString - reasons List<String>
- state String
- last
Changed GetTimes Statediffsnapshot Pre Snapshot Sesnapshot Oper Status Last Changed Time[] - num
Vs stringCompleted - num
Vs stringFailed - num
Vs stringTotal - reason
Code string - reason
Code stringString - reasons string[]
- state string
- last
Changed List<Property Map>Times - num
Vs StringCompleted - num
Vs StringFailed - num
Vs StringTotal - reason
Code String - reason
Code StringString - reasons List<String>
- state String
GetStatediffsnapshotPreSnapshotSesnapshotOperStatusLastChangedTime
GetStatediffsnapshotPreSnapshotVssnapshot
GetStatediffsnapshotPreSnapshotVssnapshotOperStatus
- Last
Changed List<GetTimes Statediffsnapshot Pre Snapshot Vssnapshot Oper Status Last Changed Time> - Num
Vs stringCompleted - Num
Vs stringFailed - Num
Vs stringTotal - Reason
Code string - Reason
Code stringString - Reasons List<string>
- State string
- Last
Changed []GetTimes Statediffsnapshot Pre Snapshot Vssnapshot Oper Status Last Changed Time - Num
Vs stringCompleted - Num
Vs stringFailed - Num
Vs stringTotal - Reason
Code string - Reason
Code stringString - Reasons []string
- State string
- last
Changed List<GetTimes Statediffsnapshot Pre Snapshot Vssnapshot Oper Status Last Changed Time> - num
Vs StringCompleted - num
Vs StringFailed - num
Vs StringTotal - reason
Code String - reason
Code StringString - reasons List<String>
- state String
- last
Changed GetTimes Statediffsnapshot Pre Snapshot Vssnapshot Oper Status Last Changed Time[] - num
Vs stringCompleted - num
Vs stringFailed - num
Vs stringTotal - reason
Code string - reason
Code stringString - reasons string[]
- state string
- last
Changed List<Property Map>Times - num
Vs StringCompleted - num
Vs StringFailed - num
Vs StringTotal - reason
Code String - reason
Code StringString - reasons List<String>
- state String
GetStatediffsnapshotPreSnapshotVssnapshotOperStatusLastChangedTime
Package Details
- Repository
- avi vmware/terraform-provider-avi
- License
- Notes
- This Pulumi package is based on the
aviTerraform Provider.
Viewing docs for avi 31.2.2
published on Tuesday, Feb 10, 2026 by vmware
published on Tuesday, Feb 10, 2026 by vmware
