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 List<string>
- Name string
- Search GslbCRMRuntime by name.
- Timestamps
List<Get
Gslbcrmruntime Event Timestamp> - Uuid string
- Search GslbCRMRuntime by uuid.
- Msgs []string
- Name string
- Search GslbCRMRuntime by name.
- Timestamps
[]Get
Gslbcrmruntime Event Timestamp - Uuid string
- Search GslbCRMRuntime by uuid.
- msgs List<String>
- name String
- Search GslbCRMRuntime by name.
- timestamps
List<Get
Gslbcrmruntime Event Timestamp> - uuid String
- Search GslbCRMRuntime by uuid.
- msgs string[]
- name string
- Search GslbCRMRuntime by name.
- timestamps
Get
Gslbcrmruntime Event Timestamp[] - uuid string
- Search GslbCRMRuntime by uuid.
- msgs Sequence[str]
- name str
- Search GslbCRMRuntime by name.
- timestamps
Sequence[Get
Gslbcrmruntime Event Timestamp] - uuid str
- Search GslbCRMRuntime by uuid.
- msgs List<String>
- name String
- Search GslbCRMRuntime by name.
- timestamps List<Property Map>
- uuid String
- Search GslbCRMRuntime by uuid.
GetGslbcrmruntimeEventTimestamp
GetGslbcrmruntimeFdsInfo
GetGslbcrmruntimeLocalInfo
GetGslbcrmruntimeLocalInfoGsStatus
- Last
Changed []GetTimes Gslbcrmruntime Local Info Gs Status Last Changed Time - Num
Partial stringUpdates - Partial
Update stringThreshold - State string
- Type string
- last
Changed GetTimes Gslbcrmruntime Local Info Gs Status Last Changed Time[] - num
Partial stringUpdates - partial
Update stringThreshold - state string
- type string
- last
Changed List<Property Map>Times - num
Partial StringUpdates - partial
Update StringThreshold - state String
- type String
GetGslbcrmruntimeLocalInfoGsStatusLastChangedTime
GetGslbcrmruntimeLocalInfoGslbInfo
GetGslbcrmruntimeLocalInfoGslbInfoReplState
- Cfg
Version string - Cfg
Version stringIn Flight - Last
Changed List<GetTimes Gslbcrmruntime Local Info Gslb Info Repl State Last Changed Time> - Local
Configs List<GetGslbcrmruntime Local Info Gslb Info Repl State Local Config> - Reason string
- Site
Uuid string - Status string
- Uuid string
- Search GslbCRMRuntime by uuid.
- Cfg
Version string - Cfg
Version stringIn Flight - Last
Changed []GetTimes Gslbcrmruntime Local Info Gslb Info Repl State Last Changed Time - Local
Configs []GetGslbcrmruntime Local Info Gslb Info Repl State Local Config - Reason string
- Site
Uuid string - Status string
- Uuid string
- Search GslbCRMRuntime by uuid.
- cfg
Version String - cfg
Version StringIn Flight - last
Changed List<GetTimes Gslbcrmruntime Local Info Gslb Info Repl State Last Changed Time> - local
Configs List<GetGslbcrmruntime Local Info Gslb Info Repl State Local Config> - reason String
- site
Uuid String - status String
- uuid String
- Search GslbCRMRuntime by uuid.
- cfg
Version string - cfg
Version stringIn Flight - last
Changed GetTimes Gslbcrmruntime Local Info Gslb Info Repl State Last Changed Time[] - local
Configs GetGslbcrmruntime Local Info Gslb Info Repl State Local Config[] - reason string
- site
Uuid string - status string
- uuid string
- Search GslbCRMRuntime by uuid.
- cfg_
version str - cfg_
version_ strin_ flight - last_
changed_ Sequence[Gettimes Gslbcrmruntime Local Info Gslb Info Repl State Last Changed Time] - local_
configs Sequence[GetGslbcrmruntime Local Info Gslb Info Repl State Local Config] - reason str
- site_
uuid str - status str
- uuid str
- Search GslbCRMRuntime by uuid.
- cfg
Version String - cfg
Version StringIn Flight - last
Changed List<Property Map>Times - local
Configs List<Property Map> - reason String
- site
Uuid String - status String
- uuid String
- Search GslbCRMRuntime by uuid.
GetGslbcrmruntimeLocalInfoGslbInfoReplStateLastChangedTime
GetGslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfig
GetGslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfigVsgsInfo
- dnsvs
Uuid String - ops String
- timestamps List<Property Map>
GetGslbcrmruntimeLocalInfoGslbInfoReplStateLocalConfigVsgsInfoTimestamp
GetGslbcrmruntimeRemoteInfo
GetGslbcrmruntimeRemoteInfoGslbInfo
GetGslbcrmruntimeRemoteInfoGslbInfoReplState
- Cfg
Version string - Cfg
Version stringIn Flight - Last
Changed List<GetTimes Gslbcrmruntime Remote Info Gslb Info Repl State Last Changed Time> - Local
Configs List<GetGslbcrmruntime Remote Info Gslb Info Repl State Local Config> - Reason string
- Site
Uuid string - Status string
- Uuid string
- Search GslbCRMRuntime by uuid.
- Cfg
Version string - Cfg
Version stringIn Flight - Last
Changed []GetTimes Gslbcrmruntime Remote Info Gslb Info Repl State Last Changed Time - Local
Configs []GetGslbcrmruntime Remote Info Gslb Info Repl State Local Config - Reason string
- Site
Uuid string - Status string
- Uuid string
- Search GslbCRMRuntime by uuid.
- cfg
Version String - cfg
Version StringIn Flight - last
Changed List<GetTimes Gslbcrmruntime Remote Info Gslb Info Repl State Last Changed Time> - local
Configs List<GetGslbcrmruntime Remote Info Gslb Info Repl State Local Config> - reason String
- site
Uuid String - status String
- uuid String
- Search GslbCRMRuntime by uuid.
- cfg
Version string - cfg
Version stringIn Flight - last
Changed GetTimes Gslbcrmruntime Remote Info Gslb Info Repl State Last Changed Time[] - local
Configs GetGslbcrmruntime Remote Info Gslb Info Repl State Local Config[] - reason string
- site
Uuid string - status string
- uuid string
- Search GslbCRMRuntime by uuid.
- cfg_
version str - cfg_
version_ strin_ flight - last_
changed_ Sequence[Gettimes Gslbcrmruntime Remote Info Gslb Info Repl State Last Changed Time] - local_
configs Sequence[GetGslbcrmruntime Remote Info Gslb Info Repl State Local Config] - reason str
- site_
uuid str - status str
- uuid str
- Search GslbCRMRuntime by uuid.
- cfg
Version String - cfg
Version StringIn Flight - last
Changed List<Property Map>Times - local
Configs List<Property Map> - reason String
- site
Uuid String - status String
- uuid String
- Search GslbCRMRuntime by uuid.
GetGslbcrmruntimeRemoteInfoGslbInfoReplStateLastChangedTime
GetGslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfig
GetGslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfo
- dnsvs
Uuid String - ops String
- timestamps List<Property Map>
GetGslbcrmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoTimestamp
GetGslbcrmruntimeRemoteInfoOpsInfo
- Rrtokens List<string>
- Rrtokens []string
- rrtokens List<String>
- rrtokens string[]
- rrtokens Sequence[str]
- rrtokens List<String>
GetGslbcrmruntimeRemoteInfoSyncInfo
- Errored
Objects List<GetGslbcrmruntime Remote Info Sync Info Errored Object> - Last
Changed List<GetTimes Gslbcrmruntime Remote Info Sync Info Last Changed Time> - Last
Fail List<GetObjs Gslbcrmruntime Remote Info Sync Info Last Fail Obj> - Prev
Target stringVersion - Reason string
- Recommendation string
- Site
Version string - Sync
State string - Target
Version string
- Errored
Objects []GetGslbcrmruntime Remote Info Sync Info Errored Object - Last
Changed []GetTimes Gslbcrmruntime Remote Info Sync Info Last Changed Time - Last
Fail []GetObjs Gslbcrmruntime Remote Info Sync Info Last Fail Obj - Prev
Target stringVersion - Reason string
- Recommendation string
- Site
Version string - Sync
State string - Target
Version string
- errored
Objects List<GetGslbcrmruntime Remote Info Sync Info Errored Object> - last
Changed List<GetTimes Gslbcrmruntime Remote Info Sync Info Last Changed Time> - last
Fail List<GetObjs Gslbcrmruntime Remote Info Sync Info Last Fail Obj> - prev
Target StringVersion - reason String
- recommendation String
- site
Version String - sync
State String - target
Version String
- errored
Objects GetGslbcrmruntime Remote Info Sync Info Errored Object[] - last
Changed GetTimes Gslbcrmruntime Remote Info Sync Info Last Changed Time[] - last
Fail GetObjs Gslbcrmruntime Remote Info Sync Info Last Fail Obj[] - prev
Target stringVersion - reason string
- recommendation string
- site
Version string - sync
State string - target
Version string
- errored_
objects Sequence[GetGslbcrmruntime Remote Info Sync Info Errored Object] - last_
changed_ Sequence[Gettimes Gslbcrmruntime Remote Info Sync Info Last Changed Time] - last_
fail_ Sequence[Getobjs Gslbcrmruntime Remote Info Sync Info Last Fail Obj] - prev_
target_ strversion - reason str
- recommendation str
- site_
version str - sync_
state str - target_
version str
- errored
Objects List<Property Map> - last
Changed List<Property Map>Times - last
Fail List<Property Map>Objs - prev
Target StringVersion - reason String
- recommendation String
- site
Version String - sync
State String - target
Version String
GetGslbcrmruntimeRemoteInfoSyncInfoErroredObject
GetGslbcrmruntimeRemoteInfoSyncInfoLastChangedTime
GetGslbcrmruntimeRemoteInfoSyncInfoLastFailObj
- event_
type str - obj_
name str - obj_
uuid str - Gslb crm runtime object uuid. Points to the gslb to which this belongs. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
GetGslbcrmruntimeRemoteInfoSyncStat
- Acknowledged
Version string - Pending
Object stringCount - Received
Version string
- Acknowledged
Version string - Pending
Object stringCount - Received
Version string
- acknowledged
Version String - pending
Object StringCount - received
Version String
- acknowledged
Version string - pending
Object stringCount - received
Version string
- acknowledged
Version String - pending
Object StringCount - received
Version String
GetGslbcrmruntimeReplicationPolicy
- Checkpoint
Ref string - Replication
Mode string
- Checkpoint
Ref string - Replication
Mode string
- checkpoint
Ref String - replication
Mode String
- checkpoint
Ref string - replication
Mode string
- checkpoint_
ref str - replication_
mode str
- checkpoint
Ref String - replication
Mode String
GetGslbcrmruntimeStatusInfo
- Last
Changed List<GetTimes Gslbcrmruntime Status Info Last Changed Time> - Reason
Code string - Reason
Code stringString - Reasons List<string>
- State string
- Last
Changed []GetTimes Gslbcrmruntime Status Info Last Changed Time - Reason
Code string - Reason
Code stringString - Reasons []string
- State string
- last
Changed List<GetTimes Gslbcrmruntime Status Info Last Changed Time> - reason
Code String - reason
Code StringString - reasons List<String>
- state String
- last
Changed GetTimes Gslbcrmruntime Status Info Last Changed Time[] - reason
Code string - reason
Code stringString - reasons string[]
- state string
- last
Changed List<Property Map>Times - reason
Code String - reason
Code StringString - reasons List<String>
- state String
GetGslbcrmruntimeStatusInfoLastChangedTime
Package Details
- Repository
- avi vmware/terraform-provider-avi
- License
- Notes
- This Pulumi package is based on the
avi
Terraform Provider.