1. Packages
  2. Avi Provider
  3. API Docs
  4. getStatediffsnapshot
avi 31.1.1 published on Monday, Apr 14, 2025 by vmware

avi.getStatediffsnapshot

Explore with Pulumi AI

<!–

Copyright 2021 VMware, Inc.
SPDX-License-Identifier: Mozilla Public License 2.0

–>

layout: “avi”

page_title: “AVI: 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({
    name: "foo",
    uuid: "statediffsnapshot-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
});
Copy
import pulumi
import pulumi_avi as avi

foo_statediffsnapshot = avi.get_statediffsnapshot(name="foo",
    uuid="statediffsnapshot-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
Copy
package main

import (
	"github.com/pulumi/pulumi-terraform-provider/sdks/go/avi/v31/avi"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := avi.LookupStatediffsnapshot(ctx, &avi.LookupStatediffsnapshotArgs{
			Name: pulumi.StringRef("foo"),
			Uuid: pulumi.StringRef("statediffsnapshot-f9cf6b3e-a411-436f-95e2-2982ba2b217b"),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Avi = Pulumi.Avi;

return await Deployment.RunAsync(() => 
{
    var fooStatediffsnapshot = Avi.GetStatediffsnapshot.Invoke(new()
    {
        Name = "foo",
        Uuid = "statediffsnapshot-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.avi.AviFunctions;
import com.pulumi.avi.inputs.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()
            .name("foo")
            .uuid("statediffsnapshot-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
            .build());

    }
}
Copy
variables:
  fooStatediffsnapshot:
    fn::invoke:
      function: avi:getStatediffsnapshot
      arguments:
        name: foo
        uuid: statediffsnapshot-f9cf6b3e-a411-436f-95e2-2982ba2b217b
Copy

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>
Copy
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]
Copy
func LookupStatediffsnapshot(ctx *Context, args *LookupStatediffsnapshotArgs, opts ...InvokeOption) (*LookupStatediffsnapshotResult, error)
func LookupStatediffsnapshotOutput(ctx *Context, args *LookupStatediffsnapshotOutputArgs, opts ...InvokeOption) LookupStatediffsnapshotResultOutput
Copy

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

The following arguments are supported:

Id string
Name string
Search StatediffSnapshot by name.
TenantRef 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.
TenantRef 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.
tenantRef 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.
tenantRef 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.
tenantRef 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:

GslbName string
Name of gslb object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
GslbUuid 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.
PoolName string
Name of pool object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
PoolUuid string
Reference to base pool object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
PostSnapshots List<GetStatediffsnapshotPostSnapshot>
Post-upgrade snapshot for vs. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
PreSnapshots List<GetStatediffsnapshotPreSnapshot>
Pre-upgrade snapshot for vs. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
SeGroupName string
Name of seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
SeGroupUuid string
Reference to base seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
SeName string
Name of seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
SeUuid string
Reference to base se object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
SnapshotType 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.
StatediffOperationRef string
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.
TenantRef 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.
VsName string
Name of vs object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
VsUuid string
Reference to base vs object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
GslbName string
Name of gslb object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
GslbUuid 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.
PoolName string
Name of pool object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
PoolUuid string
Reference to base pool object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
PostSnapshots []GetStatediffsnapshotPostSnapshot
Post-upgrade snapshot for vs. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
PreSnapshots []GetStatediffsnapshotPreSnapshot
Pre-upgrade snapshot for vs. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
SeGroupName string
Name of seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
SeGroupUuid string
Reference to base seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
SeName string
Name of seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
SeUuid string
Reference to base se object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
SnapshotType 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.
StatediffOperationRef string
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.
TenantRef 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.
VsName string
Name of vs object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
VsUuid string
Reference to base vs object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
gslbName String
Name of gslb object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
gslbUuid 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.
poolName String
Name of pool object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
poolUuid String
Reference to base pool object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
postSnapshots List<GetStatediffsnapshotPostSnapshot>
Post-upgrade snapshot for vs. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
preSnapshots List<GetStatediffsnapshotPreSnapshot>
Pre-upgrade snapshot for vs. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
seGroupName String
Name of seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
seGroupUuid String
Reference to base seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
seName String
Name of seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
seUuid String
Reference to base se object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
snapshotType 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.
statediffOperationRef String
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.
tenantRef 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.
vsName String
Name of vs object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
vsUuid String
Reference to base vs object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
gslbName string
Name of gslb object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
gslbUuid 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.
poolName string
Name of pool object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
poolUuid string
Reference to base pool object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
postSnapshots GetStatediffsnapshotPostSnapshot[]
Post-upgrade snapshot for vs. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
preSnapshots GetStatediffsnapshotPreSnapshot[]
Pre-upgrade snapshot for vs. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
seGroupName string
Name of seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
seGroupUuid string
Reference to base seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
seName string
Name of seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
seUuid string
Reference to base se object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
snapshotType 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.
statediffOperationRef string
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.
tenantRef 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.
vsName string
Name of vs object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
vsUuid 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[GetStatediffsnapshotPostSnapshot]
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[GetStatediffsnapshotPreSnapshot]
Pre-upgrade snapshot for vs. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
se_group_name str
Name of seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
se_group_uuid str
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_ref str
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.
gslbName String
Name of gslb object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
gslbUuid 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.
poolName String
Name of pool object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
poolUuid String
Reference to base pool object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
postSnapshots 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.
preSnapshots 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.
seGroupName String
Name of seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
seGroupUuid String
Reference to base seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
seName String
Name of seg object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
seUuid String
Reference to base se object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
snapshotType 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.
statediffOperationRef String
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.
tenantRef 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.
vsName String
Name of vs object. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
vsUuid 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

gssnapshots This property is required. List<Property Map>
poolsnapshots This property is required. List<Property Map>
sesnapshots This property is required. List<Property Map>
vssnapshots This property is required. List<Property Map>

GetStatediffsnapshotPostSnapshotGssnapshot

operStatuses This property is required. List<Property Map>

GetStatediffsnapshotPostSnapshotGssnapshotOperStatus

LastChangedTimes This property is required. List<GetStatediffsnapshotPostSnapshotGssnapshotOperStatusLastChangedTime>
ReasonCode This property is required. string
ReasonCodeString This property is required. string
Reasons This property is required. List<string>
State This property is required. string
LastChangedTimes This property is required. []GetStatediffsnapshotPostSnapshotGssnapshotOperStatusLastChangedTime
ReasonCode This property is required. string
ReasonCodeString This property is required. string
Reasons This property is required. []string
State This property is required. string
lastChangedTimes This property is required. List<GetStatediffsnapshotPostSnapshotGssnapshotOperStatusLastChangedTime>
reasonCode This property is required. String
reasonCodeString This property is required. String
reasons This property is required. List<String>
state This property is required. String
lastChangedTimes This property is required. GetStatediffsnapshotPostSnapshotGssnapshotOperStatusLastChangedTime[]
reasonCode This property is required. string
reasonCodeString This property is required. string
reasons This property is required. string[]
state This property is required. string
last_changed_times This property is required. Sequence[GetStatediffsnapshotPostSnapshotGssnapshotOperStatusLastChangedTime]
reason_code This property is required. str
reason_code_string This property is required. str
reasons This property is required. Sequence[str]
state This property is required. str
lastChangedTimes This property is required. List<Property Map>
reasonCode This property is required. String
reasonCodeString This property is required. String
reasons This property is required. List<String>
state This property is required. String

GetStatediffsnapshotPostSnapshotGssnapshotOperStatusLastChangedTime

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

GetStatediffsnapshotPostSnapshotPoolsnapshot

operStatuses This property is required. List<Property Map>

GetStatediffsnapshotPostSnapshotPoolsnapshotOperStatus

LastChangedTimes This property is required. List<GetStatediffsnapshotPostSnapshotPoolsnapshotOperStatusLastChangedTime>
ReasonCode This property is required. string
ReasonCodeString This property is required. string
Reasons This property is required. List<string>
State This property is required. string
LastChangedTimes This property is required. []GetStatediffsnapshotPostSnapshotPoolsnapshotOperStatusLastChangedTime
ReasonCode This property is required. string
ReasonCodeString This property is required. string
Reasons This property is required. []string
State This property is required. string
lastChangedTimes This property is required. List<GetStatediffsnapshotPostSnapshotPoolsnapshotOperStatusLastChangedTime>
reasonCode This property is required. String
reasonCodeString This property is required. String
reasons This property is required. List<String>
state This property is required. String
lastChangedTimes This property is required. GetStatediffsnapshotPostSnapshotPoolsnapshotOperStatusLastChangedTime[]
reasonCode This property is required. string
reasonCodeString This property is required. string
reasons This property is required. string[]
state This property is required. string
last_changed_times This property is required. Sequence[GetStatediffsnapshotPostSnapshotPoolsnapshotOperStatusLastChangedTime]
reason_code This property is required. str
reason_code_string This property is required. str
reasons This property is required. Sequence[str]
state This property is required. str
lastChangedTimes This property is required. List<Property Map>
reasonCode This property is required. String
reasonCodeString This property is required. String
reasons This property is required. List<String>
state This property is required. String

GetStatediffsnapshotPostSnapshotPoolsnapshotOperStatusLastChangedTime

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

GetStatediffsnapshotPostSnapshotSesnapshot

operStatuses This property is required. List<Property Map>

GetStatediffsnapshotPostSnapshotSesnapshotOperStatus

LastChangedTimes This property is required. List<GetStatediffsnapshotPostSnapshotSesnapshotOperStatusLastChangedTime>
ReasonCode This property is required. string
ReasonCodeString This property is required. string
Reasons This property is required. List<string>
State This property is required. string
LastChangedTimes This property is required. []GetStatediffsnapshotPostSnapshotSesnapshotOperStatusLastChangedTime
ReasonCode This property is required. string
ReasonCodeString This property is required. string
Reasons This property is required. []string
State This property is required. string
lastChangedTimes This property is required. List<GetStatediffsnapshotPostSnapshotSesnapshotOperStatusLastChangedTime>
reasonCode This property is required. String
reasonCodeString This property is required. String
reasons This property is required. List<String>
state This property is required. String
lastChangedTimes This property is required. GetStatediffsnapshotPostSnapshotSesnapshotOperStatusLastChangedTime[]
reasonCode This property is required. string
reasonCodeString This property is required. string
reasons This property is required. string[]
state This property is required. string
last_changed_times This property is required. Sequence[GetStatediffsnapshotPostSnapshotSesnapshotOperStatusLastChangedTime]
reason_code This property is required. str
reason_code_string This property is required. str
reasons This property is required. Sequence[str]
state This property is required. str
lastChangedTimes This property is required. List<Property Map>
reasonCode This property is required. String
reasonCodeString This property is required. String
reasons This property is required. List<String>
state This property is required. String

GetStatediffsnapshotPostSnapshotSesnapshotOperStatusLastChangedTime

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

GetStatediffsnapshotPostSnapshotVssnapshot

operStatuses This property is required. List<Property Map>

GetStatediffsnapshotPostSnapshotVssnapshotOperStatus

LastChangedTimes This property is required. List<GetStatediffsnapshotPostSnapshotVssnapshotOperStatusLastChangedTime>
ReasonCode This property is required. string
ReasonCodeString This property is required. string
Reasons This property is required. List<string>
State This property is required. string
LastChangedTimes This property is required. []GetStatediffsnapshotPostSnapshotVssnapshotOperStatusLastChangedTime
ReasonCode This property is required. string
ReasonCodeString This property is required. string
Reasons This property is required. []string
State This property is required. string
lastChangedTimes This property is required. List<GetStatediffsnapshotPostSnapshotVssnapshotOperStatusLastChangedTime>
reasonCode This property is required. String
reasonCodeString This property is required. String
reasons This property is required. List<String>
state This property is required. String
lastChangedTimes This property is required. GetStatediffsnapshotPostSnapshotVssnapshotOperStatusLastChangedTime[]
reasonCode This property is required. string
reasonCodeString This property is required. string
reasons This property is required. string[]
state This property is required. string
last_changed_times This property is required. Sequence[GetStatediffsnapshotPostSnapshotVssnapshotOperStatusLastChangedTime]
reason_code This property is required. str
reason_code_string This property is required. str
reasons This property is required. Sequence[str]
state This property is required. str
lastChangedTimes This property is required. List<Property Map>
reasonCode This property is required. String
reasonCodeString This property is required. String
reasons This property is required. List<String>
state This property is required. String

GetStatediffsnapshotPostSnapshotVssnapshotOperStatusLastChangedTime

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

GetStatediffsnapshotPreSnapshot

gssnapshots This property is required. List<Property Map>
poolsnapshots This property is required. List<Property Map>
sesnapshots This property is required. List<Property Map>
vssnapshots This property is required. List<Property Map>

GetStatediffsnapshotPreSnapshotGssnapshot

operStatuses This property is required. List<Property Map>

GetStatediffsnapshotPreSnapshotGssnapshotOperStatus

LastChangedTimes This property is required. List<GetStatediffsnapshotPreSnapshotGssnapshotOperStatusLastChangedTime>
ReasonCode This property is required. string
ReasonCodeString This property is required. string
Reasons This property is required. List<string>
State This property is required. string
LastChangedTimes This property is required. []GetStatediffsnapshotPreSnapshotGssnapshotOperStatusLastChangedTime
ReasonCode This property is required. string
ReasonCodeString This property is required. string
Reasons This property is required. []string
State This property is required. string
lastChangedTimes This property is required. List<GetStatediffsnapshotPreSnapshotGssnapshotOperStatusLastChangedTime>
reasonCode This property is required. String
reasonCodeString This property is required. String
reasons This property is required. List<String>
state This property is required. String
lastChangedTimes This property is required. GetStatediffsnapshotPreSnapshotGssnapshotOperStatusLastChangedTime[]
reasonCode This property is required. string
reasonCodeString This property is required. string
reasons This property is required. string[]
state This property is required. string
last_changed_times This property is required. Sequence[GetStatediffsnapshotPreSnapshotGssnapshotOperStatusLastChangedTime]
reason_code This property is required. str
reason_code_string This property is required. str
reasons This property is required. Sequence[str]
state This property is required. str
lastChangedTimes This property is required. List<Property Map>
reasonCode This property is required. String
reasonCodeString This property is required. String
reasons This property is required. List<String>
state This property is required. String

GetStatediffsnapshotPreSnapshotGssnapshotOperStatusLastChangedTime

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

GetStatediffsnapshotPreSnapshotPoolsnapshot

operStatuses This property is required. List<Property Map>

GetStatediffsnapshotPreSnapshotPoolsnapshotOperStatus

LastChangedTimes This property is required. List<GetStatediffsnapshotPreSnapshotPoolsnapshotOperStatusLastChangedTime>
ReasonCode This property is required. string
ReasonCodeString This property is required. string
Reasons This property is required. List<string>
State This property is required. string
LastChangedTimes This property is required. []GetStatediffsnapshotPreSnapshotPoolsnapshotOperStatusLastChangedTime
ReasonCode This property is required. string
ReasonCodeString This property is required. string
Reasons This property is required. []string
State This property is required. string
lastChangedTimes This property is required. List<GetStatediffsnapshotPreSnapshotPoolsnapshotOperStatusLastChangedTime>
reasonCode This property is required. String
reasonCodeString This property is required. String
reasons This property is required. List<String>
state This property is required. String
lastChangedTimes This property is required. GetStatediffsnapshotPreSnapshotPoolsnapshotOperStatusLastChangedTime[]
reasonCode This property is required. string
reasonCodeString This property is required. string
reasons This property is required. string[]
state This property is required. string
last_changed_times This property is required. Sequence[GetStatediffsnapshotPreSnapshotPoolsnapshotOperStatusLastChangedTime]
reason_code This property is required. str
reason_code_string This property is required. str
reasons This property is required. Sequence[str]
state This property is required. str
lastChangedTimes This property is required. List<Property Map>
reasonCode This property is required. String
reasonCodeString This property is required. String
reasons This property is required. List<String>
state This property is required. String

GetStatediffsnapshotPreSnapshotPoolsnapshotOperStatusLastChangedTime

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

GetStatediffsnapshotPreSnapshotSesnapshot

operStatuses This property is required. List<Property Map>

GetStatediffsnapshotPreSnapshotSesnapshotOperStatus

LastChangedTimes This property is required. List<GetStatediffsnapshotPreSnapshotSesnapshotOperStatusLastChangedTime>
ReasonCode This property is required. string
ReasonCodeString This property is required. string
Reasons This property is required. List<string>
State This property is required. string
LastChangedTimes This property is required. []GetStatediffsnapshotPreSnapshotSesnapshotOperStatusLastChangedTime
ReasonCode This property is required. string
ReasonCodeString This property is required. string
Reasons This property is required. []string
State This property is required. string
lastChangedTimes This property is required. List<GetStatediffsnapshotPreSnapshotSesnapshotOperStatusLastChangedTime>
reasonCode This property is required. String
reasonCodeString This property is required. String
reasons This property is required. List<String>
state This property is required. String
lastChangedTimes This property is required. GetStatediffsnapshotPreSnapshotSesnapshotOperStatusLastChangedTime[]
reasonCode This property is required. string
reasonCodeString This property is required. string
reasons This property is required. string[]
state This property is required. string
last_changed_times This property is required. Sequence[GetStatediffsnapshotPreSnapshotSesnapshotOperStatusLastChangedTime]
reason_code This property is required. str
reason_code_string This property is required. str
reasons This property is required. Sequence[str]
state This property is required. str
lastChangedTimes This property is required. List<Property Map>
reasonCode This property is required. String
reasonCodeString This property is required. String
reasons This property is required. List<String>
state This property is required. String

GetStatediffsnapshotPreSnapshotSesnapshotOperStatusLastChangedTime

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

GetStatediffsnapshotPreSnapshotVssnapshot

operStatuses This property is required. List<Property Map>

GetStatediffsnapshotPreSnapshotVssnapshotOperStatus

LastChangedTimes This property is required. List<GetStatediffsnapshotPreSnapshotVssnapshotOperStatusLastChangedTime>
ReasonCode This property is required. string
ReasonCodeString This property is required. string
Reasons This property is required. List<string>
State This property is required. string
LastChangedTimes This property is required. []GetStatediffsnapshotPreSnapshotVssnapshotOperStatusLastChangedTime
ReasonCode This property is required. string
ReasonCodeString This property is required. string
Reasons This property is required. []string
State This property is required. string
lastChangedTimes This property is required. List<GetStatediffsnapshotPreSnapshotVssnapshotOperStatusLastChangedTime>
reasonCode This property is required. String
reasonCodeString This property is required. String
reasons This property is required. List<String>
state This property is required. String
lastChangedTimes This property is required. GetStatediffsnapshotPreSnapshotVssnapshotOperStatusLastChangedTime[]
reasonCode This property is required. string
reasonCodeString This property is required. string
reasons This property is required. string[]
state This property is required. string
last_changed_times This property is required. Sequence[GetStatediffsnapshotPreSnapshotVssnapshotOperStatusLastChangedTime]
reason_code This property is required. str
reason_code_string This property is required. str
reasons This property is required. Sequence[str]
state This property is required. str
lastChangedTimes This property is required. List<Property Map>
reasonCode This property is required. String
reasonCodeString This property is required. String
reasons This property is required. List<String>
state This property is required. String

GetStatediffsnapshotPreSnapshotVssnapshotOperStatusLastChangedTime

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

Package Details

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