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

<!–

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",
});
Copy
import pulumi
import pulumi_avi as avi

foo_gslbcrmruntime = avi.get_gslbcrmruntime(name="foo",
    uuid="gslbcrmruntime-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
Copy
package main

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

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := avi.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
	})
}
Copy
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",
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.avi.AviFunctions;
import com.pulumi.avi.inputs.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());

    }
}
Copy
variables:
  fooGslbcrmruntime:
    fn::invoke:
      function: avi:getGslbcrmruntime
      arguments:
        name: foo
        uuid: gslbcrmruntime-f9cf6b3e-a411-436f-95e2-2982ba2b217b
Copy

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>
Copy
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]
Copy
func LookupGslbcrmruntime(ctx *Context, args *LookupGslbcrmruntimeArgs, opts ...InvokeOption) (*LookupGslbcrmruntimeResult, error)
func LookupGslbcrmruntimeOutput(ctx *Context, args *LookupGslbcrmruntimeOutputArgs, opts ...InvokeOption) LookupGslbcrmruntimeResultOutput
Copy

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

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 This property is required. List<string>
Name This property is required. string
Search GslbCRMRuntime by name.
Timestamps This property is required. List<GetGslbcrmruntimeEventTimestamp>
Uuid This property is required. string
Search GslbCRMRuntime by uuid.
Msgs This property is required. []string
Name This property is required. string
Search GslbCRMRuntime by name.
Timestamps This property is required. []GetGslbcrmruntimeEventTimestamp
Uuid This property is required. string
Search GslbCRMRuntime by uuid.
msgs This property is required. List<String>
name This property is required. String
Search GslbCRMRuntime by name.
timestamps This property is required. List<GetGslbcrmruntimeEventTimestamp>
uuid This property is required. String
Search GslbCRMRuntime by uuid.
msgs This property is required. string[]
name This property is required. string
Search GslbCRMRuntime by name.
timestamps This property is required. GetGslbcrmruntimeEventTimestamp[]
uuid This property is required. string
Search GslbCRMRuntime by uuid.
msgs This property is required. Sequence[str]
name This property is required. str
Search GslbCRMRuntime by name.
timestamps This property is required. Sequence[GetGslbcrmruntimeEventTimestamp]
uuid This property is required. str
Search GslbCRMRuntime by uuid.
msgs This property is required. List<String>
name This property is required. String
Search GslbCRMRuntime by name.
timestamps This property is required. List<Property Map>
uuid This property is required. String
Search GslbCRMRuntime by uuid.

GetGslbcrmruntimeEventTimestamp

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

GetGslbcrmruntimeFdsInfo

Objects This property is required. List<string>
Timeline This property is required. string
Objects This property is required. []string
Timeline This property is required. string
objects This property is required. List<String>
timeline This property is required. String
objects This property is required. string[]
timeline This property is required. string
objects This property is required. Sequence[str]
timeline This property is required. str
objects This property is required. List<String>
timeline This property is required. String

GetGslbcrmruntimeLocalInfo

gsStatuses This property is required. List<Property Map>
gslbInfos This property is required. List<Property Map>

GetGslbcrmruntimeLocalInfoGsStatus

LastChangedTimes This property is required. List<GetGslbcrmruntimeLocalInfoGsStatusLastChangedTime>
NumPartialUpdates This property is required. string
PartialUpdateThreshold This property is required. string
State This property is required. string
Type This property is required. string
LastChangedTimes This property is required. []GetGslbcrmruntimeLocalInfoGsStatusLastChangedTime
NumPartialUpdates This property is required. string
PartialUpdateThreshold This property is required. string
State This property is required. string
Type This property is required. string
lastChangedTimes This property is required. List<GetGslbcrmruntimeLocalInfoGsStatusLastChangedTime>
numPartialUpdates This property is required. String
partialUpdateThreshold This property is required. String
state This property is required. String
type This property is required. String
lastChangedTimes This property is required. GetGslbcrmruntimeLocalInfoGsStatusLastChangedTime[]
numPartialUpdates This property is required. string
partialUpdateThreshold This property is required. string
state This property is required. string
type This property is required. string
last_changed_times This property is required. Sequence[GetGslbcrmruntimeLocalInfoGsStatusLastChangedTime]
num_partial_updates This property is required. str
partial_update_threshold This property is required. str
state This property is required. str
type This property is required. str
lastChangedTimes This property is required. List<Property Map>
numPartialUpdates This property is required. String
partialUpdateThreshold This property is required. String
state This property is required. String
type This property is required. String

GetGslbcrmruntimeLocalInfoGsStatusLastChangedTime

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

GetGslbcrmruntimeLocalInfoGslbInfo

replStates This property is required. List<Property Map>

GetGslbcrmruntimeLocalInfoGslbInfoReplState

CfgVersion This property is required. string
CfgVersionInFlight This property is required. string
LastChangedTimes This property is required. List<GetGslbcrmruntimeLocalInfoGslbInfoReplStateLastChangedTime>
LocalConfigs This property is required. List<GetGslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfig>
Reason This property is required. string
SiteUuid This property is required. string
Status This property is required. string
Uuid This property is required. string
Search GslbCRMRuntime by uuid.
CfgVersion This property is required. string
CfgVersionInFlight This property is required. string
LastChangedTimes This property is required. []GetGslbcrmruntimeLocalInfoGslbInfoReplStateLastChangedTime
LocalConfigs This property is required. []GetGslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfig
Reason This property is required. string
SiteUuid This property is required. string
Status This property is required. string
Uuid This property is required. string
Search GslbCRMRuntime by uuid.
cfgVersion This property is required. String
cfgVersionInFlight This property is required. String
lastChangedTimes This property is required. List<GetGslbcrmruntimeLocalInfoGslbInfoReplStateLastChangedTime>
localConfigs This property is required. List<GetGslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfig>
reason This property is required. String
siteUuid This property is required. String
status This property is required. String
uuid This property is required. String
Search GslbCRMRuntime by uuid.
cfgVersion This property is required. string
cfgVersionInFlight This property is required. string
lastChangedTimes This property is required. GetGslbcrmruntimeLocalInfoGslbInfoReplStateLastChangedTime[]
localConfigs This property is required. GetGslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfig[]
reason This property is required. string
siteUuid This property is required. string
status This property is required. string
uuid This property is required. string
Search GslbCRMRuntime by uuid.
cfg_version This property is required. str
cfg_version_in_flight This property is required. str
last_changed_times This property is required. Sequence[GetGslbcrmruntimeLocalInfoGslbInfoReplStateLastChangedTime]
local_configs This property is required. Sequence[GetGslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfig]
reason This property is required. str
site_uuid This property is required. str
status This property is required. str
uuid This property is required. str
Search GslbCRMRuntime by uuid.
cfgVersion This property is required. String
cfgVersionInFlight This property is required. String
lastChangedTimes This property is required. List<Property Map>
localConfigs This property is required. List<Property Map>
reason This property is required. String
siteUuid This property is required. String
status This property is required. String
uuid This property is required. String
Search GslbCRMRuntime by uuid.

GetGslbcrmruntimeLocalInfoGslbInfoReplStateLastChangedTime

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

GetGslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfig

vsgsInfos This property is required. List<Property Map>

GetGslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfigVsgsInfo

DnsvsUuid This property is required. string
Ops This property is required. string
Timestamps This property is required. List<GetGslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfigVsgsInfoTimestamp>
DnsvsUuid This property is required. string
Ops This property is required. string
Timestamps This property is required. []GetGslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfigVsgsInfoTimestamp
dnsvsUuid This property is required. String
ops This property is required. String
timestamps This property is required. List<GetGslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfigVsgsInfoTimestamp>
dnsvsUuid This property is required. string
ops This property is required. string
timestamps This property is required. GetGslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfigVsgsInfoTimestamp[]
dnsvs_uuid This property is required. str
ops This property is required. str
timestamps This property is required. Sequence[GetGslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfigVsgsInfoTimestamp]
dnsvsUuid This property is required. String
ops This property is required. String
timestamps This property is required. List<Property Map>

GetGslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfigVsgsInfoTimestamp

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

GetGslbcrmruntimeRemoteInfo

gslbInfos This property is required. List<Property Map>
opsInfos This property is required. List<Property Map>
syncInfos This property is required. List<Property Map>
syncStats This property is required. List<Property Map>

GetGslbcrmruntimeRemoteInfoGslbInfo

replStates This property is required. List<Property Map>

GetGslbcrmruntimeRemoteInfoGslbInfoReplState

CfgVersion This property is required. string
CfgVersionInFlight This property is required. string
LastChangedTimes This property is required. List<GetGslbcrmruntimeRemoteInfoGslbInfoReplStateLastChangedTime>
LocalConfigs This property is required. List<GetGslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfig>
Reason This property is required. string
SiteUuid This property is required. string
Status This property is required. string
Uuid This property is required. string
Search GslbCRMRuntime by uuid.
CfgVersion This property is required. string
CfgVersionInFlight This property is required. string
LastChangedTimes This property is required. []GetGslbcrmruntimeRemoteInfoGslbInfoReplStateLastChangedTime
LocalConfigs This property is required. []GetGslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfig
Reason This property is required. string
SiteUuid This property is required. string
Status This property is required. string
Uuid This property is required. string
Search GslbCRMRuntime by uuid.
cfgVersion This property is required. String
cfgVersionInFlight This property is required. String
lastChangedTimes This property is required. List<GetGslbcrmruntimeRemoteInfoGslbInfoReplStateLastChangedTime>
localConfigs This property is required. List<GetGslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfig>
reason This property is required. String
siteUuid This property is required. String
status This property is required. String
uuid This property is required. String
Search GslbCRMRuntime by uuid.
cfgVersion This property is required. string
cfgVersionInFlight This property is required. string
lastChangedTimes This property is required. GetGslbcrmruntimeRemoteInfoGslbInfoReplStateLastChangedTime[]
localConfigs This property is required. GetGslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfig[]
reason This property is required. string
siteUuid This property is required. string
status This property is required. string
uuid This property is required. string
Search GslbCRMRuntime by uuid.
cfg_version This property is required. str
cfg_version_in_flight This property is required. str
last_changed_times This property is required. Sequence[GetGslbcrmruntimeRemoteInfoGslbInfoReplStateLastChangedTime]
local_configs This property is required. Sequence[GetGslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfig]
reason This property is required. str
site_uuid This property is required. str
status This property is required. str
uuid This property is required. str
Search GslbCRMRuntime by uuid.
cfgVersion This property is required. String
cfgVersionInFlight This property is required. String
lastChangedTimes This property is required. List<Property Map>
localConfigs This property is required. List<Property Map>
reason This property is required. String
siteUuid This property is required. String
status This property is required. String
uuid This property is required. String
Search GslbCRMRuntime by uuid.

GetGslbcrmruntimeRemoteInfoGslbInfoReplStateLastChangedTime

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

GetGslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfig

vsgsInfos This property is required. List<Property Map>

GetGslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfo

DnsvsUuid This property is required. string
Ops This property is required. string
Timestamps This property is required. List<GetGslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoTimestamp>
DnsvsUuid This property is required. string
Ops This property is required. string
Timestamps This property is required. []GetGslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoTimestamp
dnsvsUuid This property is required. String
ops This property is required. String
timestamps This property is required. List<GetGslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoTimestamp>
dnsvsUuid This property is required. string
ops This property is required. string
timestamps This property is required. GetGslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoTimestamp[]
dnsvs_uuid This property is required. str
ops This property is required. str
timestamps This property is required. Sequence[GetGslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoTimestamp]
dnsvsUuid This property is required. String
ops This property is required. String
timestamps This property is required. List<Property Map>

GetGslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoTimestamp

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

GetGslbcrmruntimeRemoteInfoOpsInfo

Rrtokens This property is required. List<string>
Rrtokens This property is required. []string
rrtokens This property is required. List<String>
rrtokens This property is required. string[]
rrtokens This property is required. Sequence[str]
rrtokens This property is required. List<String>

GetGslbcrmruntimeRemoteInfoSyncInfo

ErroredObjects This property is required. List<GetGslbcrmruntimeRemoteInfoSyncInfoErroredObject>
LastChangedTimes This property is required. List<GetGslbcrmruntimeRemoteInfoSyncInfoLastChangedTime>
LastFailObjs This property is required. List<GetGslbcrmruntimeRemoteInfoSyncInfoLastFailObj>
PrevTargetVersion This property is required. string
Reason This property is required. string
Recommendation This property is required. string
SiteVersion This property is required. string
SyncState This property is required. string
TargetVersion This property is required. string
ErroredObjects This property is required. []GetGslbcrmruntimeRemoteInfoSyncInfoErroredObject
LastChangedTimes This property is required. []GetGslbcrmruntimeRemoteInfoSyncInfoLastChangedTime
LastFailObjs This property is required. []GetGslbcrmruntimeRemoteInfoSyncInfoLastFailObj
PrevTargetVersion This property is required. string
Reason This property is required. string
Recommendation This property is required. string
SiteVersion This property is required. string
SyncState This property is required. string
TargetVersion This property is required. string
erroredObjects This property is required. List<GetGslbcrmruntimeRemoteInfoSyncInfoErroredObject>
lastChangedTimes This property is required. List<GetGslbcrmruntimeRemoteInfoSyncInfoLastChangedTime>
lastFailObjs This property is required. List<GetGslbcrmruntimeRemoteInfoSyncInfoLastFailObj>
prevTargetVersion This property is required. String
reason This property is required. String
recommendation This property is required. String
siteVersion This property is required. String
syncState This property is required. String
targetVersion This property is required. String
erroredObjects This property is required. GetGslbcrmruntimeRemoteInfoSyncInfoErroredObject[]
lastChangedTimes This property is required. GetGslbcrmruntimeRemoteInfoSyncInfoLastChangedTime[]
lastFailObjs This property is required. GetGslbcrmruntimeRemoteInfoSyncInfoLastFailObj[]
prevTargetVersion This property is required. string
reason This property is required. string
recommendation This property is required. string
siteVersion This property is required. string
syncState This property is required. string
targetVersion This property is required. string
errored_objects This property is required. Sequence[GetGslbcrmruntimeRemoteInfoSyncInfoErroredObject]
last_changed_times This property is required. Sequence[GetGslbcrmruntimeRemoteInfoSyncInfoLastChangedTime]
last_fail_objs This property is required. Sequence[GetGslbcrmruntimeRemoteInfoSyncInfoLastFailObj]
prev_target_version This property is required. str
reason This property is required. str
recommendation This property is required. str
site_version This property is required. str
sync_state This property is required. str
target_version This property is required. str
erroredObjects This property is required. List<Property Map>
lastChangedTimes This property is required. List<Property Map>
lastFailObjs This property is required. List<Property Map>
prevTargetVersion This property is required. String
reason This property is required. String
recommendation This property is required. String
siteVersion This property is required. String
syncState This property is required. String
targetVersion This property is required. String

GetGslbcrmruntimeRemoteInfoSyncInfoErroredObject

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

GetGslbcrmruntimeRemoteInfoSyncInfoLastChangedTime

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

GetGslbcrmruntimeRemoteInfoSyncInfoLastFailObj

EventType This property is required. string
ObjName This property is required. string
ObjUuid This property is required. 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 This property is required. string
ObjName This property is required. string
ObjUuid This property is required. 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 This property is required. String
objName This property is required. String
objUuid This property is required. 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 This property is required. string
objName This property is required. string
objUuid This property is required. 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 This property is required. str
obj_name This property is required. str
obj_uuid This property is required. 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 This property is required. String
objName This property is required. String
objUuid This property is required. 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

AcknowledgedVersion This property is required. string
PendingObjectCount This property is required. string
ReceivedVersion This property is required. string
AcknowledgedVersion This property is required. string
PendingObjectCount This property is required. string
ReceivedVersion This property is required. string
acknowledgedVersion This property is required. String
pendingObjectCount This property is required. String
receivedVersion This property is required. String
acknowledgedVersion This property is required. string
pendingObjectCount This property is required. string
receivedVersion This property is required. string
acknowledged_version This property is required. str
pending_object_count This property is required. str
received_version This property is required. str
acknowledgedVersion This property is required. String
pendingObjectCount This property is required. String
receivedVersion This property is required. String

GetGslbcrmruntimeReplicationPolicy

CheckpointRef This property is required. string
ReplicationMode This property is required. string
CheckpointRef This property is required. string
ReplicationMode This property is required. string
checkpointRef This property is required. String
replicationMode This property is required. String
checkpointRef This property is required. string
replicationMode This property is required. string
checkpoint_ref This property is required. str
replication_mode This property is required. str
checkpointRef This property is required. String
replicationMode This property is required. String

GetGslbcrmruntimeStatusInfo

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

GetGslbcrmruntimeStatusInfoLastChangedTime

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

Package Details

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