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

avi.Gslbcrmruntime

Explore with Pulumi AI

avi logo
avi 31.1.1 published on Monday, Apr 14, 2025 by vmware

    <!–

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

    –>

    layout: “avi”

    page_title: “Avi: avi.Gslbcrmruntime” sidebar_current: “docs-avi-resource-gslbcrmruntime” description: |- Creates and manages Avi GslbCRMRuntime.

    avi.Gslbcrmruntime

    The GslbCRMRuntime resource allows the creation and management of Avi GslbCRMRuntime

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as avi from "@pulumi/avi";
    
    const foo = new avi.Gslbcrmruntime("foo", {tenantRef: "/api/tenant/?name=admin"});
    
    import pulumi
    import pulumi_avi as avi
    
    foo = avi.Gslbcrmruntime("foo", tenant_ref="/api/tenant/?name=admin")
    
    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.NewGslbcrmruntime(ctx, "foo", &avi.GslbcrmruntimeArgs{
    			TenantRef: pulumi.String("/api/tenant/?name=admin"),
    		})
    		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 foo = new Avi.Gslbcrmruntime("foo", new()
        {
            TenantRef = "/api/tenant/?name=admin",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.avi.Gslbcrmruntime;
    import com.pulumi.avi.GslbcrmruntimeArgs;
    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) {
            var foo = new Gslbcrmruntime("foo", GslbcrmruntimeArgs.builder()
                .tenantRef("/api/tenant/?name=admin")
                .build());
    
        }
    }
    
    resources:
      foo:
        type: avi:Gslbcrmruntime
        properties:
          tenantRef: /api/tenant/?name=admin
    

    Create Gslbcrmruntime Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Gslbcrmruntime(name: string, args?: GslbcrmruntimeArgs, opts?: CustomResourceOptions);
    @overload
    def Gslbcrmruntime(resource_name: str,
                       args: Optional[GslbcrmruntimeArgs] = None,
                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def Gslbcrmruntime(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       cluster_uuid: Optional[str] = None,
                       events: Optional[Sequence[GslbcrmruntimeEventArgs]] = None,
                       fds_infos: Optional[Sequence[GslbcrmruntimeFdsInfoArgs]] = None,
                       gslbcrmruntime_id: Optional[str] = None,
                       local_infos: Optional[Sequence[GslbcrmruntimeLocalInfoArgs]] = None,
                       name: Optional[str] = None,
                       obj_uuid: Optional[str] = None,
                       remote_infos: Optional[Sequence[GslbcrmruntimeRemoteInfoArgs]] = None,
                       replication_policies: Optional[Sequence[GslbcrmruntimeReplicationPolicyArgs]] = None,
                       site_name: Optional[str] = None,
                       status_infos: Optional[Sequence[GslbcrmruntimeStatusInfoArgs]] = None,
                       tenant_ref: Optional[str] = None,
                       uuid: Optional[str] = None)
    func NewGslbcrmruntime(ctx *Context, name string, args *GslbcrmruntimeArgs, opts ...ResourceOption) (*Gslbcrmruntime, error)
    public Gslbcrmruntime(string name, GslbcrmruntimeArgs? args = null, CustomResourceOptions? opts = null)
    public Gslbcrmruntime(String name, GslbcrmruntimeArgs args)
    public Gslbcrmruntime(String name, GslbcrmruntimeArgs args, CustomResourceOptions options)
    
    type: avi:Gslbcrmruntime
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args GslbcrmruntimeArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args GslbcrmruntimeArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args GslbcrmruntimeArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args GslbcrmruntimeArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args GslbcrmruntimeArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var gslbcrmruntimeResource = new Avi.Gslbcrmruntime("gslbcrmruntimeResource", new()
    {
        ClusterUuid = "string",
        Events = new[]
        {
            new Avi.Inputs.GslbcrmruntimeEventArgs
            {
                Msgs = new[]
                {
                    "string",
                },
                Name = "string",
                Timestamps = new[]
                {
                    new Avi.Inputs.GslbcrmruntimeEventTimestampArgs
                    {
                        Secs = "string",
                        Usecs = "string",
                    },
                },
                Uuid = "string",
            },
        },
        FdsInfos = new[]
        {
            new Avi.Inputs.GslbcrmruntimeFdsInfoArgs
            {
                Objects = new[]
                {
                    "string",
                },
                Timeline = "string",
            },
        },
        GslbcrmruntimeId = "string",
        LocalInfos = new[]
        {
            new Avi.Inputs.GslbcrmruntimeLocalInfoArgs
            {
                GsStatuses = new[]
                {
                    new Avi.Inputs.GslbcrmruntimeLocalInfoGsStatusArgs
                    {
                        LastChangedTimes = new[]
                        {
                            new Avi.Inputs.GslbcrmruntimeLocalInfoGsStatusLastChangedTimeArgs
                            {
                                Secs = "string",
                                Usecs = "string",
                            },
                        },
                        NumPartialUpdates = "string",
                        PartialUpdateThreshold = "string",
                        State = "string",
                        Type = "string",
                    },
                },
                GslbInfos = new[]
                {
                    new Avi.Inputs.GslbcrmruntimeLocalInfoGslbInfoArgs
                    {
                        ReplStates = new[]
                        {
                            new Avi.Inputs.GslbcrmruntimeLocalInfoGslbInfoReplStateArgs
                            {
                                CfgVersion = "string",
                                CfgVersionInFlight = "string",
                                LastChangedTimes = new[]
                                {
                                    new Avi.Inputs.GslbcrmruntimeLocalInfoGslbInfoReplStateLastChangedTimeArgs
                                    {
                                        Secs = "string",
                                        Usecs = "string",
                                    },
                                },
                                LocalConfigs = new[]
                                {
                                    new Avi.Inputs.GslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfigArgs
                                    {
                                        VsgsInfos = new[]
                                        {
                                            new Avi.Inputs.GslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfigVsgsInfoArgs
                                            {
                                                DnsvsUuid = "string",
                                                Ops = "string",
                                                Timestamps = new[]
                                                {
                                                    new Avi.Inputs.GslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfigVsgsInfoTimestampArgs
                                                    {
                                                        Secs = "string",
                                                        Usecs = "string",
                                                    },
                                                },
                                            },
                                        },
                                    },
                                },
                                Reason = "string",
                                SiteUuid = "string",
                                Status = "string",
                                Uuid = "string",
                            },
                        },
                    },
                },
            },
        },
        Name = "string",
        ObjUuid = "string",
        RemoteInfos = new[]
        {
            new Avi.Inputs.GslbcrmruntimeRemoteInfoArgs
            {
                GslbInfos = new[]
                {
                    new Avi.Inputs.GslbcrmruntimeRemoteInfoGslbInfoArgs
                    {
                        ReplStates = new[]
                        {
                            new Avi.Inputs.GslbcrmruntimeRemoteInfoGslbInfoReplStateArgs
                            {
                                CfgVersion = "string",
                                CfgVersionInFlight = "string",
                                LastChangedTimes = new[]
                                {
                                    new Avi.Inputs.GslbcrmruntimeRemoteInfoGslbInfoReplStateLastChangedTimeArgs
                                    {
                                        Secs = "string",
                                        Usecs = "string",
                                    },
                                },
                                LocalConfigs = new[]
                                {
                                    new Avi.Inputs.GslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfigArgs
                                    {
                                        VsgsInfos = new[]
                                        {
                                            new Avi.Inputs.GslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoArgs
                                            {
                                                DnsvsUuid = "string",
                                                Ops = "string",
                                                Timestamps = new[]
                                                {
                                                    new Avi.Inputs.GslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoTimestampArgs
                                                    {
                                                        Secs = "string",
                                                        Usecs = "string",
                                                    },
                                                },
                                            },
                                        },
                                    },
                                },
                                Reason = "string",
                                SiteUuid = "string",
                                Status = "string",
                                Uuid = "string",
                            },
                        },
                    },
                },
                OpsInfos = new[]
                {
                    new Avi.Inputs.GslbcrmruntimeRemoteInfoOpsInfoArgs
                    {
                        Rrtokens = new[]
                        {
                            "string",
                        },
                    },
                },
                SyncInfos = new[]
                {
                    new Avi.Inputs.GslbcrmruntimeRemoteInfoSyncInfoArgs
                    {
                        ErroredObjects = new[]
                        {
                            new Avi.Inputs.GslbcrmruntimeRemoteInfoSyncInfoErroredObjectArgs
                            {
                                DsName = "string",
                                Name = "string",
                                Ops = "string",
                                Reason = "string",
                                Status = "string",
                                Uuid = "string",
                            },
                        },
                        LastChangedTimes = new[]
                        {
                            new Avi.Inputs.GslbcrmruntimeRemoteInfoSyncInfoLastChangedTimeArgs
                            {
                                Secs = "string",
                                Usecs = "string",
                            },
                        },
                        LastFailObjs = new[]
                        {
                            new Avi.Inputs.GslbcrmruntimeRemoteInfoSyncInfoLastFailObjArgs
                            {
                                EventType = "string",
                                ObjName = "string",
                                ObjUuid = "string",
                            },
                        },
                        PrevTargetVersion = "string",
                        Reason = "string",
                        Recommendation = "string",
                        SiteVersion = "string",
                        SyncState = "string",
                        TargetVersion = "string",
                    },
                },
                SyncStats = new[]
                {
                    new Avi.Inputs.GslbcrmruntimeRemoteInfoSyncStatArgs
                    {
                        AcknowledgedVersion = "string",
                        PendingObjectCount = "string",
                        ReceivedVersion = "string",
                    },
                },
            },
        },
        ReplicationPolicies = new[]
        {
            new Avi.Inputs.GslbcrmruntimeReplicationPolicyArgs
            {
                CheckpointRef = "string",
                ReplicationMode = "string",
            },
        },
        SiteName = "string",
        StatusInfos = new[]
        {
            new Avi.Inputs.GslbcrmruntimeStatusInfoArgs
            {
                LastChangedTimes = new[]
                {
                    new Avi.Inputs.GslbcrmruntimeStatusInfoLastChangedTimeArgs
                    {
                        Secs = "string",
                        Usecs = "string",
                    },
                },
                ReasonCode = "string",
                ReasonCodeString = "string",
                Reasons = new[]
                {
                    "string",
                },
                State = "string",
            },
        },
        TenantRef = "string",
        Uuid = "string",
    });
    
    example, err := avi.NewGslbcrmruntime(ctx, "gslbcrmruntimeResource", &avi.GslbcrmruntimeArgs{
    	ClusterUuid: pulumi.String("string"),
    	Events: avi.GslbcrmruntimeEventArray{
    		&avi.GslbcrmruntimeEventArgs{
    			Msgs: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			Name: pulumi.String("string"),
    			Timestamps: avi.GslbcrmruntimeEventTimestampArray{
    				&avi.GslbcrmruntimeEventTimestampArgs{
    					Secs:  pulumi.String("string"),
    					Usecs: pulumi.String("string"),
    				},
    			},
    			Uuid: pulumi.String("string"),
    		},
    	},
    	FdsInfos: avi.GslbcrmruntimeFdsInfoArray{
    		&avi.GslbcrmruntimeFdsInfoArgs{
    			Objects: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			Timeline: pulumi.String("string"),
    		},
    	},
    	GslbcrmruntimeId: pulumi.String("string"),
    	LocalInfos: avi.GslbcrmruntimeLocalInfoArray{
    		&avi.GslbcrmruntimeLocalInfoArgs{
    			GsStatuses: avi.GslbcrmruntimeLocalInfoGsStatusArray{
    				&avi.GslbcrmruntimeLocalInfoGsStatusArgs{
    					LastChangedTimes: avi.GslbcrmruntimeLocalInfoGsStatusLastChangedTimeArray{
    						&avi.GslbcrmruntimeLocalInfoGsStatusLastChangedTimeArgs{
    							Secs:  pulumi.String("string"),
    							Usecs: pulumi.String("string"),
    						},
    					},
    					NumPartialUpdates:      pulumi.String("string"),
    					PartialUpdateThreshold: pulumi.String("string"),
    					State:                  pulumi.String("string"),
    					Type:                   pulumi.String("string"),
    				},
    			},
    			GslbInfos: avi.GslbcrmruntimeLocalInfoGslbInfoArray{
    				&avi.GslbcrmruntimeLocalInfoGslbInfoArgs{
    					ReplStates: avi.GslbcrmruntimeLocalInfoGslbInfoReplStateArray{
    						&avi.GslbcrmruntimeLocalInfoGslbInfoReplStateArgs{
    							CfgVersion:         pulumi.String("string"),
    							CfgVersionInFlight: pulumi.String("string"),
    							LastChangedTimes: avi.GslbcrmruntimeLocalInfoGslbInfoReplStateLastChangedTimeArray{
    								&avi.GslbcrmruntimeLocalInfoGslbInfoReplStateLastChangedTimeArgs{
    									Secs:  pulumi.String("string"),
    									Usecs: pulumi.String("string"),
    								},
    							},
    							LocalConfigs: avi.GslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfigArray{
    								&avi.GslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfigArgs{
    									VsgsInfos: avi.GslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfigVsgsInfoArray{
    										&avi.GslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfigVsgsInfoArgs{
    											DnsvsUuid: pulumi.String("string"),
    											Ops:       pulumi.String("string"),
    											Timestamps: avi.GslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfigVsgsInfoTimestampArray{
    												&avi.GslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfigVsgsInfoTimestampArgs{
    													Secs:  pulumi.String("string"),
    													Usecs: pulumi.String("string"),
    												},
    											},
    										},
    									},
    								},
    							},
    							Reason:   pulumi.String("string"),
    							SiteUuid: pulumi.String("string"),
    							Status:   pulumi.String("string"),
    							Uuid:     pulumi.String("string"),
    						},
    					},
    				},
    			},
    		},
    	},
    	Name:    pulumi.String("string"),
    	ObjUuid: pulumi.String("string"),
    	RemoteInfos: avi.GslbcrmruntimeRemoteInfoArray{
    		&avi.GslbcrmruntimeRemoteInfoArgs{
    			GslbInfos: avi.GslbcrmruntimeRemoteInfoGslbInfoArray{
    				&avi.GslbcrmruntimeRemoteInfoGslbInfoArgs{
    					ReplStates: avi.GslbcrmruntimeRemoteInfoGslbInfoReplStateArray{
    						&avi.GslbcrmruntimeRemoteInfoGslbInfoReplStateArgs{
    							CfgVersion:         pulumi.String("string"),
    							CfgVersionInFlight: pulumi.String("string"),
    							LastChangedTimes: avi.GslbcrmruntimeRemoteInfoGslbInfoReplStateLastChangedTimeArray{
    								&avi.GslbcrmruntimeRemoteInfoGslbInfoReplStateLastChangedTimeArgs{
    									Secs:  pulumi.String("string"),
    									Usecs: pulumi.String("string"),
    								},
    							},
    							LocalConfigs: avi.GslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfigArray{
    								&avi.GslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfigArgs{
    									VsgsInfos: avi.GslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoArray{
    										&avi.GslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoArgs{
    											DnsvsUuid: pulumi.String("string"),
    											Ops:       pulumi.String("string"),
    											Timestamps: avi.GslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoTimestampArray{
    												&avi.GslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoTimestampArgs{
    													Secs:  pulumi.String("string"),
    													Usecs: pulumi.String("string"),
    												},
    											},
    										},
    									},
    								},
    							},
    							Reason:   pulumi.String("string"),
    							SiteUuid: pulumi.String("string"),
    							Status:   pulumi.String("string"),
    							Uuid:     pulumi.String("string"),
    						},
    					},
    				},
    			},
    			OpsInfos: avi.GslbcrmruntimeRemoteInfoOpsInfoArray{
    				&avi.GslbcrmruntimeRemoteInfoOpsInfoArgs{
    					Rrtokens: pulumi.StringArray{
    						pulumi.String("string"),
    					},
    				},
    			},
    			SyncInfos: avi.GslbcrmruntimeRemoteInfoSyncInfoArray{
    				&avi.GslbcrmruntimeRemoteInfoSyncInfoArgs{
    					ErroredObjects: avi.GslbcrmruntimeRemoteInfoSyncInfoErroredObjectArray{
    						&avi.GslbcrmruntimeRemoteInfoSyncInfoErroredObjectArgs{
    							DsName: pulumi.String("string"),
    							Name:   pulumi.String("string"),
    							Ops:    pulumi.String("string"),
    							Reason: pulumi.String("string"),
    							Status: pulumi.String("string"),
    							Uuid:   pulumi.String("string"),
    						},
    					},
    					LastChangedTimes: avi.GslbcrmruntimeRemoteInfoSyncInfoLastChangedTimeArray{
    						&avi.GslbcrmruntimeRemoteInfoSyncInfoLastChangedTimeArgs{
    							Secs:  pulumi.String("string"),
    							Usecs: pulumi.String("string"),
    						},
    					},
    					LastFailObjs: avi.GslbcrmruntimeRemoteInfoSyncInfoLastFailObjArray{
    						&avi.GslbcrmruntimeRemoteInfoSyncInfoLastFailObjArgs{
    							EventType: pulumi.String("string"),
    							ObjName:   pulumi.String("string"),
    							ObjUuid:   pulumi.String("string"),
    						},
    					},
    					PrevTargetVersion: pulumi.String("string"),
    					Reason:            pulumi.String("string"),
    					Recommendation:    pulumi.String("string"),
    					SiteVersion:       pulumi.String("string"),
    					SyncState:         pulumi.String("string"),
    					TargetVersion:     pulumi.String("string"),
    				},
    			},
    			SyncStats: avi.GslbcrmruntimeRemoteInfoSyncStatArray{
    				&avi.GslbcrmruntimeRemoteInfoSyncStatArgs{
    					AcknowledgedVersion: pulumi.String("string"),
    					PendingObjectCount:  pulumi.String("string"),
    					ReceivedVersion:     pulumi.String("string"),
    				},
    			},
    		},
    	},
    	ReplicationPolicies: avi.GslbcrmruntimeReplicationPolicyArray{
    		&avi.GslbcrmruntimeReplicationPolicyArgs{
    			CheckpointRef:   pulumi.String("string"),
    			ReplicationMode: pulumi.String("string"),
    		},
    	},
    	SiteName: pulumi.String("string"),
    	StatusInfos: avi.GslbcrmruntimeStatusInfoArray{
    		&avi.GslbcrmruntimeStatusInfoArgs{
    			LastChangedTimes: avi.GslbcrmruntimeStatusInfoLastChangedTimeArray{
    				&avi.GslbcrmruntimeStatusInfoLastChangedTimeArgs{
    					Secs:  pulumi.String("string"),
    					Usecs: pulumi.String("string"),
    				},
    			},
    			ReasonCode:       pulumi.String("string"),
    			ReasonCodeString: pulumi.String("string"),
    			Reasons: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			State: pulumi.String("string"),
    		},
    	},
    	TenantRef: pulumi.String("string"),
    	Uuid:      pulumi.String("string"),
    })
    
    var gslbcrmruntimeResource = new Gslbcrmruntime("gslbcrmruntimeResource", GslbcrmruntimeArgs.builder()
        .clusterUuid("string")
        .events(GslbcrmruntimeEventArgs.builder()
            .msgs("string")
            .name("string")
            .timestamps(GslbcrmruntimeEventTimestampArgs.builder()
                .secs("string")
                .usecs("string")
                .build())
            .uuid("string")
            .build())
        .fdsInfos(GslbcrmruntimeFdsInfoArgs.builder()
            .objects("string")
            .timeline("string")
            .build())
        .gslbcrmruntimeId("string")
        .localInfos(GslbcrmruntimeLocalInfoArgs.builder()
            .gsStatuses(GslbcrmruntimeLocalInfoGsStatusArgs.builder()
                .lastChangedTimes(GslbcrmruntimeLocalInfoGsStatusLastChangedTimeArgs.builder()
                    .secs("string")
                    .usecs("string")
                    .build())
                .numPartialUpdates("string")
                .partialUpdateThreshold("string")
                .state("string")
                .type("string")
                .build())
            .gslbInfos(GslbcrmruntimeLocalInfoGslbInfoArgs.builder()
                .replStates(GslbcrmruntimeLocalInfoGslbInfoReplStateArgs.builder()
                    .cfgVersion("string")
                    .cfgVersionInFlight("string")
                    .lastChangedTimes(GslbcrmruntimeLocalInfoGslbInfoReplStateLastChangedTimeArgs.builder()
                        .secs("string")
                        .usecs("string")
                        .build())
                    .localConfigs(GslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfigArgs.builder()
                        .vsgsInfos(GslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfigVsgsInfoArgs.builder()
                            .dnsvsUuid("string")
                            .ops("string")
                            .timestamps(GslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfigVsgsInfoTimestampArgs.builder()
                                .secs("string")
                                .usecs("string")
                                .build())
                            .build())
                        .build())
                    .reason("string")
                    .siteUuid("string")
                    .status("string")
                    .uuid("string")
                    .build())
                .build())
            .build())
        .name("string")
        .objUuid("string")
        .remoteInfos(GslbcrmruntimeRemoteInfoArgs.builder()
            .gslbInfos(GslbcrmruntimeRemoteInfoGslbInfoArgs.builder()
                .replStates(GslbcrmruntimeRemoteInfoGslbInfoReplStateArgs.builder()
                    .cfgVersion("string")
                    .cfgVersionInFlight("string")
                    .lastChangedTimes(GslbcrmruntimeRemoteInfoGslbInfoReplStateLastChangedTimeArgs.builder()
                        .secs("string")
                        .usecs("string")
                        .build())
                    .localConfigs(GslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfigArgs.builder()
                        .vsgsInfos(GslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoArgs.builder()
                            .dnsvsUuid("string")
                            .ops("string")
                            .timestamps(GslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoTimestampArgs.builder()
                                .secs("string")
                                .usecs("string")
                                .build())
                            .build())
                        .build())
                    .reason("string")
                    .siteUuid("string")
                    .status("string")
                    .uuid("string")
                    .build())
                .build())
            .opsInfos(GslbcrmruntimeRemoteInfoOpsInfoArgs.builder()
                .rrtokens("string")
                .build())
            .syncInfos(GslbcrmruntimeRemoteInfoSyncInfoArgs.builder()
                .erroredObjects(GslbcrmruntimeRemoteInfoSyncInfoErroredObjectArgs.builder()
                    .dsName("string")
                    .name("string")
                    .ops("string")
                    .reason("string")
                    .status("string")
                    .uuid("string")
                    .build())
                .lastChangedTimes(GslbcrmruntimeRemoteInfoSyncInfoLastChangedTimeArgs.builder()
                    .secs("string")
                    .usecs("string")
                    .build())
                .lastFailObjs(GslbcrmruntimeRemoteInfoSyncInfoLastFailObjArgs.builder()
                    .eventType("string")
                    .objName("string")
                    .objUuid("string")
                    .build())
                .prevTargetVersion("string")
                .reason("string")
                .recommendation("string")
                .siteVersion("string")
                .syncState("string")
                .targetVersion("string")
                .build())
            .syncStats(GslbcrmruntimeRemoteInfoSyncStatArgs.builder()
                .acknowledgedVersion("string")
                .pendingObjectCount("string")
                .receivedVersion("string")
                .build())
            .build())
        .replicationPolicies(GslbcrmruntimeReplicationPolicyArgs.builder()
            .checkpointRef("string")
            .replicationMode("string")
            .build())
        .siteName("string")
        .statusInfos(GslbcrmruntimeStatusInfoArgs.builder()
            .lastChangedTimes(GslbcrmruntimeStatusInfoLastChangedTimeArgs.builder()
                .secs("string")
                .usecs("string")
                .build())
            .reasonCode("string")
            .reasonCodeString("string")
            .reasons("string")
            .state("string")
            .build())
        .tenantRef("string")
        .uuid("string")
        .build());
    
    gslbcrmruntime_resource = avi.Gslbcrmruntime("gslbcrmruntimeResource",
        cluster_uuid="string",
        events=[{
            "msgs": ["string"],
            "name": "string",
            "timestamps": [{
                "secs": "string",
                "usecs": "string",
            }],
            "uuid": "string",
        }],
        fds_infos=[{
            "objects": ["string"],
            "timeline": "string",
        }],
        gslbcrmruntime_id="string",
        local_infos=[{
            "gs_statuses": [{
                "last_changed_times": [{
                    "secs": "string",
                    "usecs": "string",
                }],
                "num_partial_updates": "string",
                "partial_update_threshold": "string",
                "state": "string",
                "type": "string",
            }],
            "gslb_infos": [{
                "repl_states": [{
                    "cfg_version": "string",
                    "cfg_version_in_flight": "string",
                    "last_changed_times": [{
                        "secs": "string",
                        "usecs": "string",
                    }],
                    "local_configs": [{
                        "vsgs_infos": [{
                            "dnsvs_uuid": "string",
                            "ops": "string",
                            "timestamps": [{
                                "secs": "string",
                                "usecs": "string",
                            }],
                        }],
                    }],
                    "reason": "string",
                    "site_uuid": "string",
                    "status": "string",
                    "uuid": "string",
                }],
            }],
        }],
        name="string",
        obj_uuid="string",
        remote_infos=[{
            "gslb_infos": [{
                "repl_states": [{
                    "cfg_version": "string",
                    "cfg_version_in_flight": "string",
                    "last_changed_times": [{
                        "secs": "string",
                        "usecs": "string",
                    }],
                    "local_configs": [{
                        "vsgs_infos": [{
                            "dnsvs_uuid": "string",
                            "ops": "string",
                            "timestamps": [{
                                "secs": "string",
                                "usecs": "string",
                            }],
                        }],
                    }],
                    "reason": "string",
                    "site_uuid": "string",
                    "status": "string",
                    "uuid": "string",
                }],
            }],
            "ops_infos": [{
                "rrtokens": ["string"],
            }],
            "sync_infos": [{
                "errored_objects": [{
                    "ds_name": "string",
                    "name": "string",
                    "ops": "string",
                    "reason": "string",
                    "status": "string",
                    "uuid": "string",
                }],
                "last_changed_times": [{
                    "secs": "string",
                    "usecs": "string",
                }],
                "last_fail_objs": [{
                    "event_type": "string",
                    "obj_name": "string",
                    "obj_uuid": "string",
                }],
                "prev_target_version": "string",
                "reason": "string",
                "recommendation": "string",
                "site_version": "string",
                "sync_state": "string",
                "target_version": "string",
            }],
            "sync_stats": [{
                "acknowledged_version": "string",
                "pending_object_count": "string",
                "received_version": "string",
            }],
        }],
        replication_policies=[{
            "checkpoint_ref": "string",
            "replication_mode": "string",
        }],
        site_name="string",
        status_infos=[{
            "last_changed_times": [{
                "secs": "string",
                "usecs": "string",
            }],
            "reason_code": "string",
            "reason_code_string": "string",
            "reasons": ["string"],
            "state": "string",
        }],
        tenant_ref="string",
        uuid="string")
    
    const gslbcrmruntimeResource = new avi.Gslbcrmruntime("gslbcrmruntimeResource", {
        clusterUuid: "string",
        events: [{
            msgs: ["string"],
            name: "string",
            timestamps: [{
                secs: "string",
                usecs: "string",
            }],
            uuid: "string",
        }],
        fdsInfos: [{
            objects: ["string"],
            timeline: "string",
        }],
        gslbcrmruntimeId: "string",
        localInfos: [{
            gsStatuses: [{
                lastChangedTimes: [{
                    secs: "string",
                    usecs: "string",
                }],
                numPartialUpdates: "string",
                partialUpdateThreshold: "string",
                state: "string",
                type: "string",
            }],
            gslbInfos: [{
                replStates: [{
                    cfgVersion: "string",
                    cfgVersionInFlight: "string",
                    lastChangedTimes: [{
                        secs: "string",
                        usecs: "string",
                    }],
                    localConfigs: [{
                        vsgsInfos: [{
                            dnsvsUuid: "string",
                            ops: "string",
                            timestamps: [{
                                secs: "string",
                                usecs: "string",
                            }],
                        }],
                    }],
                    reason: "string",
                    siteUuid: "string",
                    status: "string",
                    uuid: "string",
                }],
            }],
        }],
        name: "string",
        objUuid: "string",
        remoteInfos: [{
            gslbInfos: [{
                replStates: [{
                    cfgVersion: "string",
                    cfgVersionInFlight: "string",
                    lastChangedTimes: [{
                        secs: "string",
                        usecs: "string",
                    }],
                    localConfigs: [{
                        vsgsInfos: [{
                            dnsvsUuid: "string",
                            ops: "string",
                            timestamps: [{
                                secs: "string",
                                usecs: "string",
                            }],
                        }],
                    }],
                    reason: "string",
                    siteUuid: "string",
                    status: "string",
                    uuid: "string",
                }],
            }],
            opsInfos: [{
                rrtokens: ["string"],
            }],
            syncInfos: [{
                erroredObjects: [{
                    dsName: "string",
                    name: "string",
                    ops: "string",
                    reason: "string",
                    status: "string",
                    uuid: "string",
                }],
                lastChangedTimes: [{
                    secs: "string",
                    usecs: "string",
                }],
                lastFailObjs: [{
                    eventType: "string",
                    objName: "string",
                    objUuid: "string",
                }],
                prevTargetVersion: "string",
                reason: "string",
                recommendation: "string",
                siteVersion: "string",
                syncState: "string",
                targetVersion: "string",
            }],
            syncStats: [{
                acknowledgedVersion: "string",
                pendingObjectCount: "string",
                receivedVersion: "string",
            }],
        }],
        replicationPolicies: [{
            checkpointRef: "string",
            replicationMode: "string",
        }],
        siteName: "string",
        statusInfos: [{
            lastChangedTimes: [{
                secs: "string",
                usecs: "string",
            }],
            reasonCode: "string",
            reasonCodeString: "string",
            reasons: ["string"],
            state: "string",
        }],
        tenantRef: "string",
        uuid: "string",
    });
    
    type: avi:Gslbcrmruntime
    properties:
        clusterUuid: string
        events:
            - msgs:
                - string
              name: string
              timestamps:
                - secs: string
                  usecs: string
              uuid: string
        fdsInfos:
            - objects:
                - string
              timeline: string
        gslbcrmruntimeId: string
        localInfos:
            - gsStatuses:
                - lastChangedTimes:
                    - secs: string
                      usecs: string
                  numPartialUpdates: string
                  partialUpdateThreshold: string
                  state: string
                  type: string
              gslbInfos:
                - replStates:
                    - cfgVersion: string
                      cfgVersionInFlight: string
                      lastChangedTimes:
                        - secs: string
                          usecs: string
                      localConfigs:
                        - vsgsInfos:
                            - dnsvsUuid: string
                              ops: string
                              timestamps:
                                - secs: string
                                  usecs: string
                      reason: string
                      siteUuid: string
                      status: string
                      uuid: string
        name: string
        objUuid: string
        remoteInfos:
            - gslbInfos:
                - replStates:
                    - cfgVersion: string
                      cfgVersionInFlight: string
                      lastChangedTimes:
                        - secs: string
                          usecs: string
                      localConfigs:
                        - vsgsInfos:
                            - dnsvsUuid: string
                              ops: string
                              timestamps:
                                - secs: string
                                  usecs: string
                      reason: string
                      siteUuid: string
                      status: string
                      uuid: string
              opsInfos:
                - rrtokens:
                    - string
              syncInfos:
                - erroredObjects:
                    - dsName: string
                      name: string
                      ops: string
                      reason: string
                      status: string
                      uuid: string
                  lastChangedTimes:
                    - secs: string
                      usecs: string
                  lastFailObjs:
                    - eventType: string
                      objName: string
                      objUuid: string
                  prevTargetVersion: string
                  reason: string
                  recommendation: string
                  siteVersion: string
                  syncState: string
                  targetVersion: string
              syncStats:
                - acknowledgedVersion: string
                  pendingObjectCount: string
                  receivedVersion: string
        replicationPolicies:
            - checkpointRef: string
              replicationMode: string
        siteName: string
        statusInfos:
            - lastChangedTimes:
                - secs: string
                  usecs: string
              reasonCode: string
              reasonCodeString: string
              reasons:
                - string
              state: string
        tenantRef: string
        uuid: string
    

    Gslbcrmruntime Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Gslbcrmruntime resource accepts the following input properties:

    ClusterUuid string
    This field tracks the site_uuid for local/remote site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Events List<GslbcrmruntimeEvent>
    Events captured wrt to config replication. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    FdsInfos List<GslbcrmruntimeFdsInfo>
    Federated data store related info. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    GslbcrmruntimeId string
    LocalInfos List<GslbcrmruntimeLocalInfo>
    Represents local info for the site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Name string
    The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    ObjUuid string
    Gslb crm runtime object uuid. Points to the gslb to which this belongs. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    RemoteInfos List<GslbcrmruntimeRemoteInfo>
    Respresents remote site's info wrt to replication. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    ReplicationPolicies List<GslbcrmruntimeReplicationPolicy>
    Policy for replicating configuration to the active follower sites. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    SiteName string
    This field tracks the site name. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    StatusInfos List<GslbcrmruntimeStatusInfo>
    Crm operational status. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    TenantRef string
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Uuid string
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    ClusterUuid string
    This field tracks the site_uuid for local/remote site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Events []GslbcrmruntimeEventArgs
    Events captured wrt to config replication. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    FdsInfos []GslbcrmruntimeFdsInfoArgs
    Federated data store related info. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    GslbcrmruntimeId string
    LocalInfos []GslbcrmruntimeLocalInfoArgs
    Represents local info for the site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Name string
    The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    ObjUuid string
    Gslb crm runtime object uuid. Points to the gslb to which this belongs. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    RemoteInfos []GslbcrmruntimeRemoteInfoArgs
    Respresents remote site's info wrt to replication. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    ReplicationPolicies []GslbcrmruntimeReplicationPolicyArgs
    Policy for replicating configuration to the active follower sites. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    SiteName string
    This field tracks the site name. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    StatusInfos []GslbcrmruntimeStatusInfoArgs
    Crm operational status. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    TenantRef string
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Uuid string
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    clusterUuid String
    This field tracks the site_uuid for local/remote site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    events List<GslbcrmruntimeEvent>
    Events captured wrt to config replication. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    fdsInfos List<GslbcrmruntimeFdsInfo>
    Federated data store related info. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    gslbcrmruntimeId String
    localInfos List<GslbcrmruntimeLocalInfo>
    Represents local info for the site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    name String
    The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    objUuid String
    Gslb crm runtime object uuid. Points to the gslb to which this belongs. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    remoteInfos List<GslbcrmruntimeRemoteInfo>
    Respresents remote site's info wrt to replication. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    replicationPolicies List<GslbcrmruntimeReplicationPolicy>
    Policy for replicating configuration to the active follower sites. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    siteName String
    This field tracks the site name. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    statusInfos List<GslbcrmruntimeStatusInfo>
    Crm operational status. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenantRef String
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid String
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    clusterUuid string
    This field tracks the site_uuid for local/remote site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    events GslbcrmruntimeEvent[]
    Events captured wrt to config replication. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    fdsInfos GslbcrmruntimeFdsInfo[]
    Federated data store related info. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    gslbcrmruntimeId string
    localInfos GslbcrmruntimeLocalInfo[]
    Represents local info for the site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    name string
    The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    objUuid string
    Gslb crm runtime object uuid. Points to the gslb to which this belongs. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    remoteInfos GslbcrmruntimeRemoteInfo[]
    Respresents remote site's info wrt to replication. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    replicationPolicies GslbcrmruntimeReplicationPolicy[]
    Policy for replicating configuration to the active follower sites. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    siteName string
    This field tracks the site name. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    statusInfos GslbcrmruntimeStatusInfo[]
    Crm operational status. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenantRef string
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid string
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    cluster_uuid str
    This field tracks the site_uuid for local/remote site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    events Sequence[GslbcrmruntimeEventArgs]
    Events captured wrt to config replication. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    fds_infos Sequence[GslbcrmruntimeFdsInfoArgs]
    Federated data store related info. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    gslbcrmruntime_id str
    local_infos Sequence[GslbcrmruntimeLocalInfoArgs]
    Represents local info for the site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    name str
    The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    obj_uuid str
    Gslb crm runtime object uuid. Points to the gslb to which this belongs. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    remote_infos Sequence[GslbcrmruntimeRemoteInfoArgs]
    Respresents remote site's info wrt to replication. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    replication_policies Sequence[GslbcrmruntimeReplicationPolicyArgs]
    Policy for replicating configuration to the active follower sites. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    site_name str
    This field tracks the site name. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    status_infos Sequence[GslbcrmruntimeStatusInfoArgs]
    Crm operational status. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenant_ref str
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid str
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    clusterUuid String
    This field tracks the site_uuid for local/remote site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    events List<Property Map>
    Events captured wrt to config replication. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    fdsInfos List<Property Map>
    Federated data store related info. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    gslbcrmruntimeId String
    localInfos List<Property Map>
    Represents local info for the site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    name String
    The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    objUuid String
    Gslb crm runtime object uuid. Points to the gslb to which this belongs. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    remoteInfos List<Property Map>
    Respresents remote site's info wrt to replication. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    replicationPolicies List<Property Map>
    Policy for replicating configuration to the active follower sites. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    siteName String
    This field tracks the site name. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    statusInfos List<Property Map>
    Crm operational status. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenantRef String
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid String
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Gslbcrmruntime resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing Gslbcrmruntime Resource

    Get an existing Gslbcrmruntime resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: GslbcrmruntimeState, opts?: CustomResourceOptions): Gslbcrmruntime
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            cluster_uuid: Optional[str] = None,
            events: Optional[Sequence[GslbcrmruntimeEventArgs]] = None,
            fds_infos: Optional[Sequence[GslbcrmruntimeFdsInfoArgs]] = None,
            gslbcrmruntime_id: Optional[str] = None,
            local_infos: Optional[Sequence[GslbcrmruntimeLocalInfoArgs]] = None,
            name: Optional[str] = None,
            obj_uuid: Optional[str] = None,
            remote_infos: Optional[Sequence[GslbcrmruntimeRemoteInfoArgs]] = None,
            replication_policies: Optional[Sequence[GslbcrmruntimeReplicationPolicyArgs]] = None,
            site_name: Optional[str] = None,
            status_infos: Optional[Sequence[GslbcrmruntimeStatusInfoArgs]] = None,
            tenant_ref: Optional[str] = None,
            uuid: Optional[str] = None) -> Gslbcrmruntime
    func GetGslbcrmruntime(ctx *Context, name string, id IDInput, state *GslbcrmruntimeState, opts ...ResourceOption) (*Gslbcrmruntime, error)
    public static Gslbcrmruntime Get(string name, Input<string> id, GslbcrmruntimeState? state, CustomResourceOptions? opts = null)
    public static Gslbcrmruntime get(String name, Output<String> id, GslbcrmruntimeState state, CustomResourceOptions options)
    resources:  _:    type: avi:Gslbcrmruntime    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    ClusterUuid string
    This field tracks the site_uuid for local/remote site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Events List<GslbcrmruntimeEvent>
    Events captured wrt to config replication. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    FdsInfos List<GslbcrmruntimeFdsInfo>
    Federated data store related info. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    GslbcrmruntimeId string
    LocalInfos List<GslbcrmruntimeLocalInfo>
    Represents local info for the site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Name string
    The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    ObjUuid string
    Gslb crm runtime object uuid. Points to the gslb to which this belongs. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    RemoteInfos List<GslbcrmruntimeRemoteInfo>
    Respresents remote site's info wrt to replication. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    ReplicationPolicies List<GslbcrmruntimeReplicationPolicy>
    Policy for replicating configuration to the active follower sites. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    SiteName string
    This field tracks the site name. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    StatusInfos List<GslbcrmruntimeStatusInfo>
    Crm operational status. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    TenantRef string
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Uuid string
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    ClusterUuid string
    This field tracks the site_uuid for local/remote site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Events []GslbcrmruntimeEventArgs
    Events captured wrt to config replication. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    FdsInfos []GslbcrmruntimeFdsInfoArgs
    Federated data store related info. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    GslbcrmruntimeId string
    LocalInfos []GslbcrmruntimeLocalInfoArgs
    Represents local info for the site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Name string
    The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    ObjUuid string
    Gslb crm runtime object uuid. Points to the gslb to which this belongs. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    RemoteInfos []GslbcrmruntimeRemoteInfoArgs
    Respresents remote site's info wrt to replication. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    ReplicationPolicies []GslbcrmruntimeReplicationPolicyArgs
    Policy for replicating configuration to the active follower sites. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    SiteName string
    This field tracks the site name. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    StatusInfos []GslbcrmruntimeStatusInfoArgs
    Crm operational status. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    TenantRef string
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Uuid string
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    clusterUuid String
    This field tracks the site_uuid for local/remote site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    events List<GslbcrmruntimeEvent>
    Events captured wrt to config replication. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    fdsInfos List<GslbcrmruntimeFdsInfo>
    Federated data store related info. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    gslbcrmruntimeId String
    localInfos List<GslbcrmruntimeLocalInfo>
    Represents local info for the site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    name String
    The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    objUuid String
    Gslb crm runtime object uuid. Points to the gslb to which this belongs. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    remoteInfos List<GslbcrmruntimeRemoteInfo>
    Respresents remote site's info wrt to replication. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    replicationPolicies List<GslbcrmruntimeReplicationPolicy>
    Policy for replicating configuration to the active follower sites. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    siteName String
    This field tracks the site name. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    statusInfos List<GslbcrmruntimeStatusInfo>
    Crm operational status. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenantRef String
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid String
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    clusterUuid string
    This field tracks the site_uuid for local/remote site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    events GslbcrmruntimeEvent[]
    Events captured wrt to config replication. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    fdsInfos GslbcrmruntimeFdsInfo[]
    Federated data store related info. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    gslbcrmruntimeId string
    localInfos GslbcrmruntimeLocalInfo[]
    Represents local info for the site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    name string
    The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    objUuid string
    Gslb crm runtime object uuid. Points to the gslb to which this belongs. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    remoteInfos GslbcrmruntimeRemoteInfo[]
    Respresents remote site's info wrt to replication. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    replicationPolicies GslbcrmruntimeReplicationPolicy[]
    Policy for replicating configuration to the active follower sites. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    siteName string
    This field tracks the site name. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    statusInfos GslbcrmruntimeStatusInfo[]
    Crm operational status. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenantRef string
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid string
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    cluster_uuid str
    This field tracks the site_uuid for local/remote site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    events Sequence[GslbcrmruntimeEventArgs]
    Events captured wrt to config replication. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    fds_infos Sequence[GslbcrmruntimeFdsInfoArgs]
    Federated data store related info. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    gslbcrmruntime_id str
    local_infos Sequence[GslbcrmruntimeLocalInfoArgs]
    Represents local info for the site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    name str
    The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    obj_uuid str
    Gslb crm runtime object uuid. Points to the gslb to which this belongs. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    remote_infos Sequence[GslbcrmruntimeRemoteInfoArgs]
    Respresents remote site's info wrt to replication. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    replication_policies Sequence[GslbcrmruntimeReplicationPolicyArgs]
    Policy for replicating configuration to the active follower sites. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    site_name str
    This field tracks the site name. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    status_infos Sequence[GslbcrmruntimeStatusInfoArgs]
    Crm operational status. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenant_ref str
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid str
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    clusterUuid String
    This field tracks the site_uuid for local/remote site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    events List<Property Map>
    Events captured wrt to config replication. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    fdsInfos List<Property Map>
    Federated data store related info. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    gslbcrmruntimeId String
    localInfos List<Property Map>
    Represents local info for the site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    name String
    The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    objUuid String
    Gslb crm runtime object uuid. Points to the gslb to which this belongs. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    remoteInfos List<Property Map>
    Respresents remote site's info wrt to replication. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    replicationPolicies List<Property Map>
    Policy for replicating configuration to the active follower sites. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    siteName String
    This field tracks the site name. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    statusInfos List<Property Map>
    Crm operational status. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenantRef String
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid String
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.

    Supporting Types

    GslbcrmruntimeEvent, GslbcrmruntimeEventArgs

    Msgs List<string>
    Name string
    The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Timestamps List<GslbcrmruntimeEventTimestamp>
    Uuid string
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Msgs []string
    Name string
    The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Timestamps []GslbcrmruntimeEventTimestamp
    Uuid string
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    msgs List<String>
    name String
    The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    timestamps List<GslbcrmruntimeEventTimestamp>
    uuid String
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    msgs string[]
    name string
    The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    timestamps GslbcrmruntimeEventTimestamp[]
    uuid string
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    msgs Sequence[str]
    name str
    The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    timestamps Sequence[GslbcrmruntimeEventTimestamp]
    uuid str
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    msgs List<String>
    name String
    The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    timestamps List<Property Map>
    uuid String
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.

    GslbcrmruntimeEventTimestamp, GslbcrmruntimeEventTimestampArgs

    Secs string
    Usecs string
    Secs string
    Usecs string
    secs String
    usecs String
    secs string
    usecs string
    secs str
    usecs str
    secs String
    usecs String

    GslbcrmruntimeFdsInfo, GslbcrmruntimeFdsInfoArgs

    Objects List<string>
    Timeline string
    Objects []string
    Timeline string
    objects List<String>
    timeline String
    objects string[]
    timeline string
    objects Sequence[str]
    timeline str
    objects List<String>
    timeline String

    GslbcrmruntimeLocalInfo, GslbcrmruntimeLocalInfoArgs

    GslbcrmruntimeLocalInfoGsStatus, GslbcrmruntimeLocalInfoGsStatusArgs

    GslbcrmruntimeLocalInfoGsStatusLastChangedTime, GslbcrmruntimeLocalInfoGsStatusLastChangedTimeArgs

    Secs string
    Usecs string
    Secs string
    Usecs string
    secs String
    usecs String
    secs string
    usecs string
    secs str
    usecs str
    secs String
    usecs String

    GslbcrmruntimeLocalInfoGslbInfo, GslbcrmruntimeLocalInfoGslbInfoArgs

    GslbcrmruntimeLocalInfoGslbInfoReplState, GslbcrmruntimeLocalInfoGslbInfoReplStateArgs

    CfgVersion string
    CfgVersionInFlight string
    LastChangedTimes List<GslbcrmruntimeLocalInfoGslbInfoReplStateLastChangedTime>
    LocalConfigs List<GslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfig>
    Reason string
    SiteUuid string
    Status string
    Uuid string
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    CfgVersion string
    CfgVersionInFlight string
    LastChangedTimes []GslbcrmruntimeLocalInfoGslbInfoReplStateLastChangedTime
    LocalConfigs []GslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfig
    Reason string
    SiteUuid string
    Status string
    Uuid string
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    cfgVersion String
    cfgVersionInFlight String
    lastChangedTimes List<GslbcrmruntimeLocalInfoGslbInfoReplStateLastChangedTime>
    localConfigs List<GslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfig>
    reason String
    siteUuid String
    status String
    uuid String
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    cfgVersion string
    cfgVersionInFlight string
    lastChangedTimes GslbcrmruntimeLocalInfoGslbInfoReplStateLastChangedTime[]
    localConfigs GslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfig[]
    reason string
    siteUuid string
    status string
    uuid string
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    cfg_version str
    cfg_version_in_flight str
    last_changed_times Sequence[GslbcrmruntimeLocalInfoGslbInfoReplStateLastChangedTime]
    local_configs Sequence[GslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfig]
    reason str
    site_uuid str
    status str
    uuid str
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    cfgVersion String
    cfgVersionInFlight String
    lastChangedTimes List<Property Map>
    localConfigs List<Property Map>
    reason String
    siteUuid String
    status String
    uuid String
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.

    GslbcrmruntimeLocalInfoGslbInfoReplStateLastChangedTime, GslbcrmruntimeLocalInfoGslbInfoReplStateLastChangedTimeArgs

    Secs string
    Usecs string
    Secs string
    Usecs string
    secs String
    usecs String
    secs string
    usecs string
    secs str
    usecs str
    secs String
    usecs String

    GslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfig, GslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfigArgs

    GslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfigVsgsInfo, GslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfigVsgsInfoArgs

    GslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfigVsgsInfoTimestamp, GslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfigVsgsInfoTimestampArgs

    Secs string
    Usecs string
    Secs string
    Usecs string
    secs String
    usecs String
    secs string
    usecs string
    secs str
    usecs str
    secs String
    usecs String

    GslbcrmruntimeRemoteInfo, GslbcrmruntimeRemoteInfoArgs

    GslbcrmruntimeRemoteInfoGslbInfo, GslbcrmruntimeRemoteInfoGslbInfoArgs

    GslbcrmruntimeRemoteInfoGslbInfoReplState, GslbcrmruntimeRemoteInfoGslbInfoReplStateArgs

    CfgVersion string
    CfgVersionInFlight string
    LastChangedTimes List<GslbcrmruntimeRemoteInfoGslbInfoReplStateLastChangedTime>
    LocalConfigs List<GslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfig>
    Reason string
    SiteUuid string
    Status string
    Uuid string
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    CfgVersion string
    CfgVersionInFlight string
    LastChangedTimes []GslbcrmruntimeRemoteInfoGslbInfoReplStateLastChangedTime
    LocalConfigs []GslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfig
    Reason string
    SiteUuid string
    Status string
    Uuid string
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    cfgVersion String
    cfgVersionInFlight String
    lastChangedTimes List<GslbcrmruntimeRemoteInfoGslbInfoReplStateLastChangedTime>
    localConfigs List<GslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfig>
    reason String
    siteUuid String
    status String
    uuid String
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    cfgVersion string
    cfgVersionInFlight string
    lastChangedTimes GslbcrmruntimeRemoteInfoGslbInfoReplStateLastChangedTime[]
    localConfigs GslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfig[]
    reason string
    siteUuid string
    status string
    uuid string
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    cfg_version str
    cfg_version_in_flight str
    last_changed_times Sequence[GslbcrmruntimeRemoteInfoGslbInfoReplStateLastChangedTime]
    local_configs Sequence[GslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfig]
    reason str
    site_uuid str
    status str
    uuid str
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    cfgVersion String
    cfgVersionInFlight String
    lastChangedTimes List<Property Map>
    localConfigs List<Property Map>
    reason String
    siteUuid String
    status String
    uuid String
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.

    GslbcrmruntimeRemoteInfoGslbInfoReplStateLastChangedTime, GslbcrmruntimeRemoteInfoGslbInfoReplStateLastChangedTimeArgs

    Secs string
    Usecs string
    Secs string
    Usecs string
    secs String
    usecs String
    secs string
    usecs string
    secs str
    usecs str
    secs String
    usecs String

    GslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfig, GslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfigArgs

    GslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfo, GslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoArgs

    GslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoTimestamp, GslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoTimestampArgs

    Secs string
    Usecs string
    Secs string
    Usecs string
    secs String
    usecs String
    secs string
    usecs string
    secs str
    usecs str
    secs String
    usecs String

    GslbcrmruntimeRemoteInfoOpsInfo, GslbcrmruntimeRemoteInfoOpsInfoArgs

    Rrtokens List<string>
    Rrtokens []string
    rrtokens List<String>
    rrtokens string[]
    rrtokens Sequence[str]
    rrtokens List<String>

    GslbcrmruntimeRemoteInfoSyncInfo, GslbcrmruntimeRemoteInfoSyncInfoArgs

    GslbcrmruntimeRemoteInfoSyncInfoErroredObject, GslbcrmruntimeRemoteInfoSyncInfoErroredObjectArgs

    DsName string
    Name string
    The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Ops string
    Reason string
    Status string
    Uuid string
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    DsName string
    Name string
    The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Ops string
    Reason string
    Status string
    Uuid string
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    dsName String
    name String
    The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    ops String
    reason String
    status String
    uuid String
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    dsName string
    name string
    The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    ops string
    reason string
    status string
    uuid string
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    ds_name str
    name str
    The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    ops str
    reason str
    status str
    uuid str
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    dsName String
    name String
    The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    ops String
    reason String
    status String
    uuid String
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.

    GslbcrmruntimeRemoteInfoSyncInfoLastChangedTime, GslbcrmruntimeRemoteInfoSyncInfoLastChangedTimeArgs

    Secs string
    Usecs string
    Secs string
    Usecs string
    secs String
    usecs String
    secs string
    usecs string
    secs str
    usecs str
    secs String
    usecs String

    GslbcrmruntimeRemoteInfoSyncInfoLastFailObj, GslbcrmruntimeRemoteInfoSyncInfoLastFailObjArgs

    EventType string
    ObjName string
    ObjUuid string
    Gslb crm runtime object uuid. Points to the gslb to which this belongs. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    EventType string
    ObjName string
    ObjUuid string
    Gslb crm runtime object uuid. Points to the gslb to which this belongs. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    eventType String
    objName String
    objUuid String
    Gslb crm runtime object uuid. Points to the gslb to which this belongs. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    eventType string
    objName string
    objUuid string
    Gslb crm runtime object uuid. Points to the gslb to which this belongs. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    event_type str
    obj_name str
    obj_uuid str
    Gslb crm runtime object uuid. Points to the gslb to which this belongs. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    eventType String
    objName String
    objUuid String
    Gslb crm runtime object uuid. Points to the gslb to which this belongs. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.

    GslbcrmruntimeRemoteInfoSyncStat, GslbcrmruntimeRemoteInfoSyncStatArgs

    GslbcrmruntimeReplicationPolicy, GslbcrmruntimeReplicationPolicyArgs

    GslbcrmruntimeStatusInfo, GslbcrmruntimeStatusInfoArgs

    GslbcrmruntimeStatusInfoLastChangedTime, GslbcrmruntimeStatusInfoLastChangedTimeArgs

    Secs string
    Usecs string
    Secs string
    Usecs string
    secs String
    usecs String
    secs string
    usecs string
    secs str
    usecs str
    secs String
    usecs String

    Package Details

    Repository
    avi vmware/terraform-provider-avi
    License
    Notes
    This Pulumi package is based on the avi Terraform Provider.
    avi logo
    avi 31.1.1 published on Monday, Apr 14, 2025 by vmware