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",
});
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 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.
getGslbcrmruntime Result
The following output properties are available:
- Cluster
Uuid 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<Get
Gslbcrmruntime Event> - 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 List<GetGslbcrmruntime Fds Info> - Federated data store related info. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Id string
- Local
Infos List<GetGslbcrmruntime Local Info> - 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.
- Obj
Uuid 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.
- Remote
Infos List<GetGslbcrmruntime Remote Info> - 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 List<GetGslbcrmruntime Replication Policy> - 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 string - 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 List<GetGslbcrmruntime Status Info> - Crm operational status. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Tenant
Ref 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 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
[]Get
Gslbcrmruntime Event - 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 []GetGslbcrmruntime Fds Info - Federated data store related info. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Id string
- Local
Infos []GetGslbcrmruntime Local Info - 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.
- Obj
Uuid 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.
- Remote
Infos []GetGslbcrmruntime Remote Info - 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 []GetGslbcrmruntime Replication Policy - 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 string - 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 []GetGslbcrmruntime Status Info - Crm operational status. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Tenant
Ref 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 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<Get
Gslbcrmruntime Event> - 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 List<GetGslbcrmruntime Fds Info> - Federated data store related info. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- id String
- local
Infos List<GetGslbcrmruntime Local Info> - 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.
- obj
Uuid 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.
- remote
Infos List<GetGslbcrmruntime Remote Info> - 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 List<GetGslbcrmruntime Replication Policy> - 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 String - 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 List<GetGslbcrmruntime Status Info> - Crm operational status. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- tenant
Ref 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 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
Get
Gslbcrmruntime Event[] - 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 GetGslbcrmruntime Fds Info[] - Federated data store related info. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- id string
- local
Infos GetGslbcrmruntime Local Info[] - 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.
- obj
Uuid 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.
- remote
Infos GetGslbcrmruntime Remote Info[] - 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 GetGslbcrmruntime Replication Policy[] - 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 string - 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 GetGslbcrmruntime Status Info[] - Crm operational status. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- tenant
Ref 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[Get
Gslbcrmruntime Event] - 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[GetGslbcrmruntime Fds Info] - 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[GetGslbcrmruntime Local Info] - 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[GetGslbcrmruntime Remote Info] - 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[GetGslbcrmruntime Replication Policy] - 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[GetGslbcrmruntime Status Info] - 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.
- cluster
Uuid 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.
- fds
Infos 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
- local
Infos 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.
- obj
Uuid 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.
- remote
Infos 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.
- replication
Policies 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.
- site
Name String - 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 List<Property Map> - Crm operational status. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- tenant
Ref 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<GetGslbcrmruntime Event Timestamp> - 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. []GetGslbcrmruntime Event Timestamp - 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<GetGslbcrmruntime Event Timestamp> - 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. GetGslbcrmruntime Event Timestamp[] - 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[GetGslbcrmruntime Event Timestamp] - 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
GetGslbcrmruntimeFdsInfo
GetGslbcrmruntimeLocalInfo
- Gs
Statuses This property is required. List<GetGslbcrmruntime Local Info Gs Status> - Gslb
Infos This property is required. List<GetGslbcrmruntime Local Info Gslb Info>
- Gs
Statuses This property is required. []GetGslbcrmruntime Local Info Gs Status - Gslb
Infos This property is required. []GetGslbcrmruntime Local Info Gslb Info
- gs
Statuses This property is required. List<GetGslbcrmruntime Local Info Gs Status> - gslb
Infos This property is required. List<GetGslbcrmruntime Local Info Gslb Info>
- gs
Statuses This property is required. GetGslbcrmruntime Local Info Gs Status[] - gslb
Infos This property is required. GetGslbcrmruntime Local Info Gslb Info[]
- gs_
statuses This property is required. Sequence[GetGslbcrmruntime Local Info Gs Status] - gslb_
infos This property is required. Sequence[GetGslbcrmruntime Local Info Gslb Info]
- gs
Statuses This property is required. List<Property Map> - gslb
Infos This property is required. List<Property Map>
GetGslbcrmruntimeLocalInfoGsStatus
- Last
Changed Times This property is required. List<GetGslbcrmruntime Local Info Gs Status Last Changed Time> - Num
Partial Updates This property is required. string - Partial
Update Threshold This property is required. string - State
This property is required. string - Type
This property is required. string
- Last
Changed Times This property is required. []GetGslbcrmruntime Local Info Gs Status Last Changed Time - Num
Partial Updates This property is required. string - Partial
Update Threshold This property is required. string - State
This property is required. string - Type
This property is required. string
- last
Changed Times This property is required. List<GetGslbcrmruntime Local Info Gs Status Last Changed Time> - num
Partial Updates This property is required. String - partial
Update Threshold This property is required. String - state
This property is required. String - type
This property is required. String
- last
Changed Times This property is required. GetGslbcrmruntime Local Info Gs Status Last Changed Time[] - num
Partial Updates This property is required. string - partial
Update Threshold 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[GetGslbcrmruntime Local Info Gs Status Last Changed Time] - 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
- last
Changed Times This property is required. List<Property Map> - num
Partial Updates This property is required. String - partial
Update Threshold This property is required. String - state
This property is required. String - type
This property is required. String
GetGslbcrmruntimeLocalInfoGsStatusLastChangedTime
GetGslbcrmruntimeLocalInfoGslbInfo
- Repl
States This property is required. List<GetGslbcrmruntime Local Info Gslb Info Repl State>
- Repl
States This property is required. []GetGslbcrmruntime Local Info Gslb Info Repl State
- repl
States This property is required. List<GetGslbcrmruntime Local Info Gslb Info Repl State>
- repl
States This property is required. GetGslbcrmruntime Local Info Gslb Info Repl State[]
- repl_
states This property is required. Sequence[GetGslbcrmruntime Local Info Gslb Info Repl State]
- repl
States This property is required. List<Property Map>
GetGslbcrmruntimeLocalInfoGslbInfoReplState
- Cfg
Version This property is required. string - Cfg
Version In Flight This property is required. string - Last
Changed Times This property is required. List<GetGslbcrmruntime Local Info Gslb Info Repl State Last Changed Time> - Local
Configs This property is required. List<GetGslbcrmruntime Local Info Gslb Info Repl State Local Config> - Reason
This property is required. string - Site
Uuid 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. string - Cfg
Version In Flight This property is required. string - Last
Changed Times This property is required. []GetGslbcrmruntime Local Info Gslb Info Repl State Last Changed Time - Local
Configs This property is required. []GetGslbcrmruntime Local Info Gslb Info Repl State Local Config - Reason
This property is required. string - Site
Uuid 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. String - cfg
Version In Flight This property is required. String - last
Changed Times This property is required. List<GetGslbcrmruntime Local Info Gslb Info Repl State Last Changed Time> - local
Configs This property is required. List<GetGslbcrmruntime Local Info Gslb Info Repl State Local Config> - reason
This property is required. String - site
Uuid 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. string - cfg
Version In Flight This property is required. string - last
Changed Times This property is required. GetGslbcrmruntime Local Info Gslb Info Repl State Last Changed Time[] - local
Configs This property is required. GetGslbcrmruntime Local Info Gslb Info Repl State Local Config[] - reason
This property is required. string - site
Uuid 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[GetGslbcrmruntime Local Info Gslb Info Repl State Last Changed Time] - local_
configs This property is required. Sequence[GetGslbcrmruntime Local Info Gslb Info Repl State Local Config] - 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.
- cfg
Version This property is required. String - cfg
Version In Flight This property is required. String - last
Changed Times This property is required. List<Property Map> - local
Configs This property is required. List<Property Map> - reason
This property is required. String - site
Uuid This property is required. String - status
This property is required. String - uuid
This property is required. String - Search GslbCRMRuntime by uuid.
GetGslbcrmruntimeLocalInfoGslbInfoReplStateLastChangedTime
GetGslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfig
- Vsgs
Infos This property is required. List<GetGslbcrmruntime Local Info Gslb Info Repl State Local Config Vsgs Info>
- Vsgs
Infos This property is required. []GetGslbcrmruntime Local Info Gslb Info Repl State Local Config Vsgs Info
- vsgs
Infos This property is required. List<GetGslbcrmruntime Local Info Gslb Info Repl State Local Config Vsgs Info>
- vsgs
Infos This property is required. GetGslbcrmruntime Local Info Gslb Info Repl State Local Config Vsgs Info[]
- vsgs_
infos This property is required. Sequence[GetGslbcrmruntime Local Info Gslb Info Repl State Local Config Vsgs Info]
- vsgs
Infos This property is required. List<Property Map>
GetGslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfigVsgsInfo
- Dnsvs
Uuid This property is required. string - Ops
This property is required. string - Timestamps
This property is required. List<GetGslbcrmruntime Local Info Gslb Info Repl State Local Config Vsgs Info Timestamp>
- Dnsvs
Uuid This property is required. string - Ops
This property is required. string - Timestamps
This property is required. []GetGslbcrmruntime Local Info Gslb Info Repl State Local Config Vsgs Info Timestamp
- dnsvs
Uuid This property is required. String - ops
This property is required. String - timestamps
This property is required. List<GetGslbcrmruntime Local Info Gslb Info Repl State Local Config Vsgs Info Timestamp>
- dnsvs
Uuid This property is required. string - ops
This property is required. string - timestamps
This property is required. GetGslbcrmruntime Local Info Gslb Info Repl State Local Config Vsgs Info Timestamp[]
- dnsvs_
uuid This property is required. str - ops
This property is required. str - timestamps
This property is required. Sequence[GetGslbcrmruntime Local Info Gslb Info Repl State Local Config Vsgs Info Timestamp]
- dnsvs
Uuid This property is required. String - ops
This property is required. String - timestamps
This property is required. List<Property Map>
GetGslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfigVsgsInfoTimestamp
GetGslbcrmruntimeRemoteInfo
- Gslb
Infos This property is required. List<GetGslbcrmruntime Remote Info Gslb Info> - Ops
Infos This property is required. List<GetGslbcrmruntime Remote Info Ops Info> - Sync
Infos This property is required. List<GetGslbcrmruntime Remote Info Sync Info> - Sync
Stats This property is required. List<GetGslbcrmruntime Remote Info Sync Stat>
- Gslb
Infos This property is required. []GetGslbcrmruntime Remote Info Gslb Info - Ops
Infos This property is required. []GetGslbcrmruntime Remote Info Ops Info - Sync
Infos This property is required. []GetGslbcrmruntime Remote Info Sync Info - Sync
Stats This property is required. []GetGslbcrmruntime Remote Info Sync Stat
- gslb
Infos This property is required. List<GetGslbcrmruntime Remote Info Gslb Info> - ops
Infos This property is required. List<GetGslbcrmruntime Remote Info Ops Info> - sync
Infos This property is required. List<GetGslbcrmruntime Remote Info Sync Info> - sync
Stats This property is required. List<GetGslbcrmruntime Remote Info Sync Stat>
- gslb
Infos This property is required. GetGslbcrmruntime Remote Info Gslb Info[] - ops
Infos This property is required. GetGslbcrmruntime Remote Info Ops Info[] - sync
Infos This property is required. GetGslbcrmruntime Remote Info Sync Info[] - sync
Stats This property is required. GetGslbcrmruntime Remote Info Sync Stat[]
- gslb_
infos This property is required. Sequence[GetGslbcrmruntime Remote Info Gslb Info] - ops_
infos This property is required. Sequence[GetGslbcrmruntime Remote Info Ops Info] - sync_
infos This property is required. Sequence[GetGslbcrmruntime Remote Info Sync Info] - sync_
stats This property is required. Sequence[GetGslbcrmruntime Remote Info Sync Stat]
- gslb
Infos This property is required. List<Property Map> - ops
Infos This property is required. List<Property Map> - sync
Infos This property is required. List<Property Map> - sync
Stats This property is required. List<Property Map>
GetGslbcrmruntimeRemoteInfoGslbInfo
- Repl
States This property is required. List<GetGslbcrmruntime Remote Info Gslb Info Repl State>
- Repl
States This property is required. []GetGslbcrmruntime Remote Info Gslb Info Repl State
- repl
States This property is required. List<GetGslbcrmruntime Remote Info Gslb Info Repl State>
- repl
States This property is required. GetGslbcrmruntime Remote Info Gslb Info Repl State[]
- repl_
states This property is required. Sequence[GetGslbcrmruntime Remote Info Gslb Info Repl State]
- repl
States This property is required. List<Property Map>
GetGslbcrmruntimeRemoteInfoGslbInfoReplState
- Cfg
Version This property is required. string - Cfg
Version In Flight This property is required. string - Last
Changed Times This property is required. List<GetGslbcrmruntime Remote Info Gslb Info Repl State Last Changed Time> - Local
Configs This property is required. List<GetGslbcrmruntime Remote Info Gslb Info Repl State Local Config> - Reason
This property is required. string - Site
Uuid 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. string - Cfg
Version In Flight This property is required. string - Last
Changed Times This property is required. []GetGslbcrmruntime Remote Info Gslb Info Repl State Last Changed Time - Local
Configs This property is required. []GetGslbcrmruntime Remote Info Gslb Info Repl State Local Config - Reason
This property is required. string - Site
Uuid 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. String - cfg
Version In Flight This property is required. String - last
Changed Times This property is required. List<GetGslbcrmruntime Remote Info Gslb Info Repl State Last Changed Time> - local
Configs This property is required. List<GetGslbcrmruntime Remote Info Gslb Info Repl State Local Config> - reason
This property is required. String - site
Uuid 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. string - cfg
Version In Flight This property is required. string - last
Changed Times This property is required. GetGslbcrmruntime Remote Info Gslb Info Repl State Last Changed Time[] - local
Configs This property is required. GetGslbcrmruntime Remote Info Gslb Info Repl State Local Config[] - reason
This property is required. string - site
Uuid 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[GetGslbcrmruntime Remote Info Gslb Info Repl State Last Changed Time] - local_
configs This property is required. Sequence[GetGslbcrmruntime Remote Info Gslb Info Repl State Local Config] - 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.
- cfg
Version This property is required. String - cfg
Version In Flight This property is required. String - last
Changed Times This property is required. List<Property Map> - local
Configs This property is required. List<Property Map> - reason
This property is required. String - site
Uuid This property is required. String - status
This property is required. String - uuid
This property is required. String - Search GslbCRMRuntime by uuid.
GetGslbcrmruntimeRemoteInfoGslbInfoReplStateLastChangedTime
GetGslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfig
- Vsgs
Infos This property is required. List<GetGslbcrmruntime Remote Info Gslb Info Repl State Local Config Vsgs Info>
- Vsgs
Infos This property is required. []GetGslbcrmruntime Remote Info Gslb Info Repl State Local Config Vsgs Info
- vsgs
Infos This property is required. List<GetGslbcrmruntime Remote Info Gslb Info Repl State Local Config Vsgs Info>
- vsgs
Infos This property is required. GetGslbcrmruntime Remote Info Gslb Info Repl State Local Config Vsgs Info[]
- vsgs_
infos This property is required. Sequence[GetGslbcrmruntime Remote Info Gslb Info Repl State Local Config Vsgs Info]
- vsgs
Infos This property is required. List<Property Map>
GetGslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfo
- Dnsvs
Uuid This property is required. string - Ops
This property is required. string - Timestamps
This property is required. List<GetGslbcrmruntime Remote Info Gslb Info Repl State Local Config Vsgs Info Timestamp>
- Dnsvs
Uuid This property is required. string - Ops
This property is required. string - Timestamps
This property is required. []GetGslbcrmruntime Remote Info Gslb Info Repl State Local Config Vsgs Info Timestamp
- dnsvs
Uuid This property is required. String - ops
This property is required. String - timestamps
This property is required. List<GetGslbcrmruntime Remote Info Gslb Info Repl State Local Config Vsgs Info Timestamp>
- dnsvs
Uuid This property is required. string - ops
This property is required. string - timestamps
This property is required. GetGslbcrmruntime Remote Info Gslb Info Repl State Local Config Vsgs Info Timestamp[]
- dnsvs_
uuid This property is required. str - ops
This property is required. str - timestamps
This property is required. Sequence[GetGslbcrmruntime Remote Info Gslb Info Repl State Local Config Vsgs Info Timestamp]
- dnsvs
Uuid This property is required. String - ops
This property is required. String - timestamps
This property is required. List<Property Map>
GetGslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoTimestamp
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
- Errored
Objects This property is required. List<GetGslbcrmruntime Remote Info Sync Info Errored Object> - Last
Changed Times This property is required. List<GetGslbcrmruntime Remote Info Sync Info Last Changed Time> - Last
Fail Objs This property is required. List<GetGslbcrmruntime Remote Info Sync Info Last Fail Obj> - Prev
Target Version This property is required. string - Reason
This property is required. string - Recommendation
This property is required. string - Site
Version This property is required. string - Sync
State This property is required. string - Target
Version This property is required. string
- Errored
Objects This property is required. []GetGslbcrmruntime Remote Info Sync Info Errored Object - Last
Changed Times This property is required. []GetGslbcrmruntime Remote Info Sync Info Last Changed Time - Last
Fail Objs This property is required. []GetGslbcrmruntime Remote Info Sync Info Last Fail Obj - Prev
Target Version This property is required. string - Reason
This property is required. string - Recommendation
This property is required. string - Site
Version This property is required. string - Sync
State This property is required. string - Target
Version This property is required. string
- errored
Objects This property is required. List<GetGslbcrmruntime Remote Info Sync Info Errored Object> - last
Changed Times This property is required. List<GetGslbcrmruntime Remote Info Sync Info Last Changed Time> - last
Fail Objs This property is required. List<GetGslbcrmruntime Remote Info Sync Info Last Fail Obj> - prev
Target Version This property is required. String - reason
This property is required. String - recommendation
This property is required. String - site
Version This property is required. String - sync
State This property is required. String - target
Version This property is required. String
- errored
Objects This property is required. GetGslbcrmruntime Remote Info Sync Info Errored Object[] - last
Changed Times This property is required. GetGslbcrmruntime Remote Info Sync Info Last Changed Time[] - last
Fail Objs This property is required. GetGslbcrmruntime Remote Info Sync Info Last Fail Obj[] - prev
Target Version This property is required. string - reason
This property is required. string - recommendation
This property is required. string - site
Version This property is required. string - sync
State This property is required. string - target
Version This property is required. string
- errored_
objects This property is required. Sequence[GetGslbcrmruntime Remote Info Sync Info Errored Object] - last_
changed_ times This property is required. Sequence[GetGslbcrmruntime Remote Info Sync Info Last Changed Time] - last_
fail_ objs This property is required. Sequence[GetGslbcrmruntime Remote Info Sync Info Last Fail Obj] - 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
- errored
Objects This property is required. List<Property Map> - last
Changed Times This property is required. List<Property Map> - last
Fail Objs This property is required. List<Property Map> - prev
Target Version This property is required. String - reason
This property is required. String - recommendation
This property is required. String - site
Version This property is required. String - sync
State This property is required. String - target
Version This property is required. String
GetGslbcrmruntimeRemoteInfoSyncInfoErroredObject
GetGslbcrmruntimeRemoteInfoSyncInfoLastChangedTime
GetGslbcrmruntimeRemoteInfoSyncInfoLastFailObj
- Event
Type This property is required. string - Obj
Name This property is required. string - Obj
Uuid 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. string - Obj
Name This property is required. string - Obj
Uuid 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. String - obj
Name This property is required. String - obj
Uuid 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. string - obj
Name This property is required. string - obj
Uuid 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.
- event
Type This property is required. String - obj
Name This property is required. String - obj
Uuid 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
- Acknowledged
Version This property is required. string - Pending
Object Count This property is required. string - Received
Version This property is required. string
- Acknowledged
Version This property is required. string - Pending
Object Count This property is required. string - Received
Version This property is required. string
- acknowledged
Version This property is required. String - pending
Object Count This property is required. String - received
Version This property is required. String
- acknowledged
Version This property is required. string - pending
Object Count This property is required. string - received
Version 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
- acknowledged
Version This property is required. String - pending
Object Count This property is required. String - received
Version This property is required. String
GetGslbcrmruntimeReplicationPolicy
- Checkpoint
Ref This property is required. string - Replication
Mode This property is required. string
- Checkpoint
Ref This property is required. string - Replication
Mode This property is required. string
- checkpoint
Ref This property is required. String - replication
Mode This property is required. String
- checkpoint
Ref This property is required. string - replication
Mode This property is required. string
- checkpoint_
ref This property is required. str - replication_
mode This property is required. str
- checkpoint
Ref This property is required. String - replication
Mode This property is required. String
GetGslbcrmruntimeStatusInfo
- Last
Changed Times This property is required. List<GetGslbcrmruntime Status Info Last Changed Time> - Reason
Code This property is required. string - Reason
Code String This property is required. string - Reasons
This property is required. List<string> - State
This property is required. string
- Last
Changed Times This property is required. []GetGslbcrmruntime Status Info Last Changed Time - Reason
Code This property is required. string - Reason
Code String This property is required. string - Reasons
This property is required. []string - State
This property is required. string
- last
Changed Times This property is required. List<GetGslbcrmruntime Status Info Last Changed Time> - reason
Code This property is required. String - reason
Code String This property is required. String - reasons
This property is required. List<String> - state
This property is required. String
- last
Changed Times This property is required. GetGslbcrmruntime Status Info Last Changed Time[] - reason
Code This property is required. string - reason
Code String 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[GetGslbcrmruntime Status Info Last Changed Time] - 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
- last
Changed Times This property is required. List<Property Map> - reason
Code This property is required. String - reason
Code String This property is required. String - reasons
This property is required. List<String> - state
This property is required. String
GetGslbcrmruntimeStatusInfoLastChangedTime
Package Details
- Repository
- avi vmware/terraform-provider-avi
- License
- Notes
- This Pulumi package is based on the
avi
Terraform Provider.