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

avi.getGslbcrmruntime

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-datasource-gslbcrmruntime” description: |- Get information of Avi GslbCRMRuntime.

    avi.Gslbcrmruntime

    This data source is used to to get avi.Gslbcrmruntime objects.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as avi from "@pulumi/avi";
    
    const fooGslbcrmruntime = avi.getGslbcrmruntime({
        name: "foo",
        uuid: "gslbcrmruntime-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
    });
    
    import pulumi
    import pulumi_avi as avi
    
    foo_gslbcrmruntime = avi.get_gslbcrmruntime(name="foo",
        uuid="gslbcrmruntime-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/avi/v31/avi"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := avi.LookupGslbcrmruntime(ctx, &avi.LookupGslbcrmruntimeArgs{
    			Name: pulumi.StringRef("foo"),
    			Uuid: pulumi.StringRef("gslbcrmruntime-f9cf6b3e-a411-436f-95e2-2982ba2b217b"),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Avi = Pulumi.Avi;
    
    return await Deployment.RunAsync(() => 
    {
        var fooGslbcrmruntime = Avi.GetGslbcrmruntime.Invoke(new()
        {
            Name = "foo",
            Uuid = "gslbcrmruntime-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.avi.AviFunctions;
    import com.pulumi.avi.inputs.GetGslbcrmruntimeArgs;
    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 fooGslbcrmruntime = AviFunctions.getGslbcrmruntime(GetGslbcrmruntimeArgs.builder()
                .name("foo")
                .uuid("gslbcrmruntime-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
                .build());
    
        }
    }
    
    variables:
      fooGslbcrmruntime:
        fn::invoke:
          function: avi:getGslbcrmruntime
          arguments:
            name: foo
            uuid: gslbcrmruntime-f9cf6b3e-a411-436f-95e2-2982ba2b217b
    

    Using getGslbcrmruntime

    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 getGslbcrmruntime(args: GetGslbcrmruntimeArgs, opts?: InvokeOptions): Promise<GetGslbcrmruntimeResult>
    function getGslbcrmruntimeOutput(args: GetGslbcrmruntimeOutputArgs, opts?: InvokeOptions): Output<GetGslbcrmruntimeResult>
    def get_gslbcrmruntime(id: Optional[str] = None,
                           name: Optional[str] = None,
                           tenant_ref: Optional[str] = None,
                           uuid: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetGslbcrmruntimeResult
    def get_gslbcrmruntime_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[GetGslbcrmruntimeResult]
    func LookupGslbcrmruntime(ctx *Context, args *LookupGslbcrmruntimeArgs, opts ...InvokeOption) (*LookupGslbcrmruntimeResult, error)
    func LookupGslbcrmruntimeOutput(ctx *Context, args *LookupGslbcrmruntimeOutputArgs, opts ...InvokeOption) LookupGslbcrmruntimeResultOutput

    > Note: This function is named LookupGslbcrmruntime in the Go SDK.

    public static class GetGslbcrmruntime 
    {
        public static Task<GetGslbcrmruntimeResult> InvokeAsync(GetGslbcrmruntimeArgs args, InvokeOptions? opts = null)
        public static Output<GetGslbcrmruntimeResult> Invoke(GetGslbcrmruntimeInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGslbcrmruntimeResult> getGslbcrmruntime(GetGslbcrmruntimeArgs args, InvokeOptions options)
    public static Output<GetGslbcrmruntimeResult> getGslbcrmruntime(GetGslbcrmruntimeArgs args, InvokeOptions options)
    
    fn::invoke:
      function: avi:index/getGslbcrmruntime:getGslbcrmruntime
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Name string
    Search GslbCRMRuntime by name.
    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
    Search GslbCRMRuntime by uuid.
    Id string
    Name string
    Search GslbCRMRuntime by name.
    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
    Search GslbCRMRuntime by uuid.
    id String
    name String
    Search GslbCRMRuntime by name.
    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
    Search GslbCRMRuntime by uuid.
    id string
    name string
    Search GslbCRMRuntime by name.
    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
    Search GslbCRMRuntime by uuid.
    id str
    name str
    Search GslbCRMRuntime by name.
    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
    Search GslbCRMRuntime by uuid.
    id String
    name String
    Search GslbCRMRuntime by name.
    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
    Search GslbCRMRuntime by uuid.

    getGslbcrmruntime Result

    The following output properties are available:

    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<GetGslbcrmruntimeEvent>
    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<GetGslbcrmruntimeFdsInfo>
    Federated data store related info. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Id string
    LocalInfos List<GetGslbcrmruntimeLocalInfo>
    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<GetGslbcrmruntimeRemoteInfo>
    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<GetGslbcrmruntimeReplicationPolicy>
    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<GetGslbcrmruntimeStatusInfo>
    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 []GetGslbcrmruntimeEvent
    Events captured wrt to config replication. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    FdsInfos []GetGslbcrmruntimeFdsInfo
    Federated data store related info. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Id string
    LocalInfos []GetGslbcrmruntimeLocalInfo
    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 []GetGslbcrmruntimeRemoteInfo
    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 []GetGslbcrmruntimeReplicationPolicy
    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 []GetGslbcrmruntimeStatusInfo
    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<GetGslbcrmruntimeEvent>
    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<GetGslbcrmruntimeFdsInfo>
    Federated data store related info. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    id String
    localInfos List<GetGslbcrmruntimeLocalInfo>
    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<GetGslbcrmruntimeRemoteInfo>
    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<GetGslbcrmruntimeReplicationPolicy>
    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<GetGslbcrmruntimeStatusInfo>
    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 GetGslbcrmruntimeEvent[]
    Events captured wrt to config replication. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    fdsInfos GetGslbcrmruntimeFdsInfo[]
    Federated data store related info. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    id string
    localInfos GetGslbcrmruntimeLocalInfo[]
    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 GetGslbcrmruntimeRemoteInfo[]
    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 GetGslbcrmruntimeReplicationPolicy[]
    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 GetGslbcrmruntimeStatusInfo[]
    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[GetGslbcrmruntimeEvent]
    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[GetGslbcrmruntimeFdsInfo]
    Federated data store related info. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    id str
    local_infos Sequence[GetGslbcrmruntimeLocalInfo]
    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[GetGslbcrmruntimeRemoteInfo]
    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[GetGslbcrmruntimeReplicationPolicy]
    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[GetGslbcrmruntimeStatusInfo]
    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.
    id 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

    GetGslbcrmruntimeEvent

    Msgs List<string>
    Name string
    Search GslbCRMRuntime by name.
    Timestamps List<GetGslbcrmruntimeEventTimestamp>
    Uuid string
    Search GslbCRMRuntime by uuid.
    Msgs []string
    Name string
    Search GslbCRMRuntime by name.
    Timestamps []GetGslbcrmruntimeEventTimestamp
    Uuid string
    Search GslbCRMRuntime by uuid.
    msgs List<String>
    name String
    Search GslbCRMRuntime by name.
    timestamps List<GetGslbcrmruntimeEventTimestamp>
    uuid String
    Search GslbCRMRuntime by uuid.
    msgs string[]
    name string
    Search GslbCRMRuntime by name.
    timestamps GetGslbcrmruntimeEventTimestamp[]
    uuid string
    Search GslbCRMRuntime by uuid.
    msgs Sequence[str]
    name str
    Search GslbCRMRuntime by name.
    timestamps Sequence[GetGslbcrmruntimeEventTimestamp]
    uuid str
    Search GslbCRMRuntime by uuid.
    msgs List<String>
    name String
    Search GslbCRMRuntime by name.
    timestamps List<Property Map>
    uuid String
    Search GslbCRMRuntime by uuid.

    GetGslbcrmruntimeEventTimestamp

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

    GetGslbcrmruntimeFdsInfo

    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

    GetGslbcrmruntimeLocalInfo

    GetGslbcrmruntimeLocalInfoGsStatus

    GetGslbcrmruntimeLocalInfoGsStatusLastChangedTime

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

    GetGslbcrmruntimeLocalInfoGslbInfo

    GetGslbcrmruntimeLocalInfoGslbInfoReplState

    GetGslbcrmruntimeLocalInfoGslbInfoReplStateLastChangedTime

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

    GetGslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfig

    GetGslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfigVsgsInfo

    GetGslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfigVsgsInfoTimestamp

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

    GetGslbcrmruntimeRemoteInfo

    GetGslbcrmruntimeRemoteInfoGslbInfo

    GetGslbcrmruntimeRemoteInfoGslbInfoReplState

    GetGslbcrmruntimeRemoteInfoGslbInfoReplStateLastChangedTime

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

    GetGslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfig

    GetGslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfo

    GetGslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoTimestamp

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

    GetGslbcrmruntimeRemoteInfoOpsInfo

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

    GetGslbcrmruntimeRemoteInfoSyncInfo

    GetGslbcrmruntimeRemoteInfoSyncInfoErroredObject

    DsName string
    Name string
    Search GslbCRMRuntime by name.
    Ops string
    Reason string
    Status string
    Uuid string
    Search GslbCRMRuntime by uuid.
    DsName string
    Name string
    Search GslbCRMRuntime by name.
    Ops string
    Reason string
    Status string
    Uuid string
    Search GslbCRMRuntime by uuid.
    dsName String
    name String
    Search GslbCRMRuntime by name.
    ops String
    reason String
    status String
    uuid String
    Search GslbCRMRuntime by uuid.
    dsName string
    name string
    Search GslbCRMRuntime by name.
    ops string
    reason string
    status string
    uuid string
    Search GslbCRMRuntime by uuid.
    ds_name str
    name str
    Search GslbCRMRuntime by name.
    ops str
    reason str
    status str
    uuid str
    Search GslbCRMRuntime by uuid.
    dsName String
    name String
    Search GslbCRMRuntime by name.
    ops String
    reason String
    status String
    uuid String
    Search GslbCRMRuntime by uuid.

    GetGslbcrmruntimeRemoteInfoSyncInfoLastChangedTime

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

    GetGslbcrmruntimeRemoteInfoSyncInfoLastFailObj

    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.

    GetGslbcrmruntimeRemoteInfoSyncStat

    GetGslbcrmruntimeReplicationPolicy

    GetGslbcrmruntimeStatusInfo

    GetGslbcrmruntimeStatusInfoLastChangedTime

    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