Viewing docs for avi 31.2.2
published on Tuesday, Feb 10, 2026 by vmware
published on Tuesday, Feb 10, 2026 by vmware
Viewing docs for avi 31.2.2
published on Tuesday, Feb 10, 2026 by vmware
published on Tuesday, Feb 10, 2026 by vmware
<!–
Copyright 2021 VMware, Inc.
SPDX-License-Identifier: Mozilla Public License 2.0
–>
layout: “avi”
page_title: “AVI:<span pulumi-lang-nodejs=” avi.Gslbhsmruntime"" pulumi-lang-dotnet=" avi.Gslbhsmruntime"" pulumi-lang-go=" Gslbhsmruntime"" pulumi-lang-python=" Gslbhsmruntime"" pulumi-lang-yaml=" avi.Gslbhsmruntime"" pulumi-lang-java=" avi.Gslbhsmruntime""> avi.Gslbhsmruntime" sidebar_current: “docs-avi-datasource-gslbhsmruntime” description: |- Get information of Avi GslbHSMRuntime.
# avi.Gslbhsmruntime This data source is used to to get avi.Gslbhsmruntime objects.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as avi from "@pulumi/avi";
const fooGslbhsmruntime = avi.getGslbhsmruntime({
uuid: "gslbhsmruntime-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
name: "foo",
});
import pulumi
import pulumi_avi as avi
foo_gslbhsmruntime = avi.get_gslbhsmruntime(uuid="gslbhsmruntime-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
name="foo")
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.LookupGslbhsmruntime(ctx, &avi.LookupGslbhsmruntimeArgs{
Uuid: pulumi.StringRef("gslbhsmruntime-f9cf6b3e-a411-436f-95e2-2982ba2b217b"),
Name: pulumi.StringRef("foo"),
}, 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 fooGslbhsmruntime = Avi.GetGslbhsmruntime.Invoke(new()
{
Uuid = "gslbhsmruntime-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
Name = "foo",
});
});
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.GetGslbhsmruntimeArgs;
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 fooGslbhsmruntime = AviFunctions.getGslbhsmruntime(GetGslbhsmruntimeArgs.builder()
.uuid("gslbhsmruntime-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
.name("foo")
.build());
}
}
variables:
fooGslbhsmruntime:
fn::invoke:
function: avi:getGslbhsmruntime
arguments:
uuid: gslbhsmruntime-f9cf6b3e-a411-436f-95e2-2982ba2b217b
name: foo
Using getGslbhsmruntime
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 getGslbhsmruntime(args: GetGslbhsmruntimeArgs, opts?: InvokeOptions): Promise<GetGslbhsmruntimeResult>
function getGslbhsmruntimeOutput(args: GetGslbhsmruntimeOutputArgs, opts?: InvokeOptions): Output<GetGslbhsmruntimeResult>def get_gslbhsmruntime(id: Optional[str] = None,
name: Optional[str] = None,
tenant_ref: Optional[str] = None,
uuid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGslbhsmruntimeResult
def get_gslbhsmruntime_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[GetGslbhsmruntimeResult]func LookupGslbhsmruntime(ctx *Context, args *LookupGslbhsmruntimeArgs, opts ...InvokeOption) (*LookupGslbhsmruntimeResult, error)
func LookupGslbhsmruntimeOutput(ctx *Context, args *LookupGslbhsmruntimeOutputArgs, opts ...InvokeOption) LookupGslbhsmruntimeResultOutput> Note: This function is named LookupGslbhsmruntime in the Go SDK.
public static class GetGslbhsmruntime
{
public static Task<GetGslbhsmruntimeResult> InvokeAsync(GetGslbhsmruntimeArgs args, InvokeOptions? opts = null)
public static Output<GetGslbhsmruntimeResult> Invoke(GetGslbhsmruntimeInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGslbhsmruntimeResult> getGslbhsmruntime(GetGslbhsmruntimeArgs args, InvokeOptions options)
public static Output<GetGslbhsmruntimeResult> getGslbhsmruntime(GetGslbhsmruntimeArgs args, InvokeOptions options)
fn::invoke:
function: avi:index/getGslbhsmruntime:getGslbhsmruntime
arguments:
# arguments dictionaryThe following arguments are supported:
- id str
- name str
- Search GslbHSMRuntime 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 GslbHSMRuntime by uuid.
getGslbhsmruntime Result
The following output properties are available:
- Cluster
Uuid string - The site controller cluster uuid. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Enabled string
- Represents whether hsm is enabled/disabled. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Events
List<Get
Gslbhsmruntime Event> - Events captured wrt to config replication. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Id string
- Local
Infos List<GetGslbhsmruntime 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 hsm 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.
- Oper
Statuses List<GetGslbhsmruntime Oper Status> - Gslb site operational status, represents whether site is up or down. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Remote
Infos List<GetGslbhsmruntime Remote Info> - Remote info is basically updated by grw. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Send
Interval string - Frequency with which group members communicate. This field shadows glb_cfg.send_interval. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Site
Name string - The gslb site name. 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 - The site controller cluster uuid. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Enabled string
- Represents whether hsm is enabled/disabled. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Events
[]Get
Gslbhsmruntime Event - Events captured wrt to config replication. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Id string
- Local
Infos []GetGslbhsmruntime 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 hsm 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.
- Oper
Statuses []GetGslbhsmruntime Oper Status - Gslb site operational status, represents whether site is up or down. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Remote
Infos []GetGslbhsmruntime Remote Info - Remote info is basically updated by grw. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Send
Interval string - Frequency with which group members communicate. This field shadows glb_cfg.send_interval. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Site
Name string - The gslb site name. 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 - The site controller cluster uuid. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- enabled String
- Represents whether hsm is enabled/disabled. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- events
List<Get
Gslbhsmruntime Event> - Events captured wrt to config replication. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- id String
- local
Infos List<GetGslbhsmruntime 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 hsm 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.
- oper
Statuses List<GetGslbhsmruntime Oper Status> - Gslb site operational status, represents whether site is up or down. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- remote
Infos List<GetGslbhsmruntime Remote Info> - Remote info is basically updated by grw. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- send
Interval String - Frequency with which group members communicate. This field shadows glb_cfg.send_interval. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- site
Name String - The gslb site name. 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 - The site controller cluster uuid. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- enabled string
- Represents whether hsm is enabled/disabled. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- events
Get
Gslbhsmruntime Event[] - Events captured wrt to config replication. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- id string
- local
Infos GetGslbhsmruntime 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 hsm 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.
- oper
Statuses GetGslbhsmruntime Oper Status[] - Gslb site operational status, represents whether site is up or down. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- remote
Infos GetGslbhsmruntime Remote Info[] - Remote info is basically updated by grw. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- send
Interval string - Frequency with which group members communicate. This field shadows glb_cfg.send_interval. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- site
Name string - The gslb site name. 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 - The site controller cluster uuid. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- enabled str
- Represents whether hsm is enabled/disabled. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- events
Sequence[Get
Gslbhsmruntime Event] - Events captured wrt to config replication. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- id str
- local_
infos Sequence[GetGslbhsmruntime 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 hsm 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.
- oper_
statuses Sequence[GetGslbhsmruntime Oper Status] - Gslb site operational status, represents whether site is up or down. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- remote_
infos Sequence[GetGslbhsmruntime Remote Info] - Remote info is basically updated by grw. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- send_
interval str - Frequency with which group members communicate. This field shadows glb_cfg.send_interval. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- site_
name str - The gslb site name. 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 - The site controller cluster uuid. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- enabled String
- Represents whether hsm is enabled/disabled. 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.
- 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 hsm 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.
- oper
Statuses List<Property Map> - Gslb site operational status, represents whether site is up or down. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- remote
Infos List<Property Map> - Remote info is basically updated by grw. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- send
Interval String - Frequency with which group members communicate. This field shadows glb_cfg.send_interval. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- site
Name String - The gslb site name. 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
GetGslbhsmruntimeEvent
- Agent
Id string - Msgs List<string>
- Name string
- Search GslbHSMRuntime by name.
- Timestamps
List<Get
Gslbhsmruntime Event Timestamp> - Uuid string
- Search GslbHSMRuntime by uuid.
- Agent
Id string - Msgs []string
- Name string
- Search GslbHSMRuntime by name.
- Timestamps
[]Get
Gslbhsmruntime Event Timestamp - Uuid string
- Search GslbHSMRuntime by uuid.
- agent
Id String - msgs List<String>
- name String
- Search GslbHSMRuntime by name.
- timestamps
List<Get
Gslbhsmruntime Event Timestamp> - uuid String
- Search GslbHSMRuntime by uuid.
- agent
Id string - msgs string[]
- name string
- Search GslbHSMRuntime by name.
- timestamps
Get
Gslbhsmruntime Event Timestamp[] - uuid string
- Search GslbHSMRuntime by uuid.
- agent_
id str - msgs Sequence[str]
- name str
- Search GslbHSMRuntime by name.
- timestamps
Sequence[Get
Gslbhsmruntime Event Timestamp] - uuid str
- Search GslbHSMRuntime by uuid.
- agent
Id String - msgs List<String>
- name String
- Search GslbHSMRuntime by name.
- timestamps List<Property Map>
- uuid String
- Search GslbHSMRuntime by uuid.
GetGslbhsmruntimeEventTimestamp
GetGslbhsmruntimeLocalInfo
GetGslbhsmruntimeLocalInfoGsStatus
- Last
Changed []GetTimes Gslbhsmruntime Local Info Gs Status Last Changed Time - Num
Partial stringUpdates - Partial
Update stringThreshold - State string
- Type string
- last
Changed GetTimes Gslbhsmruntime 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
GetGslbhsmruntimeLocalInfoGsStatusLastChangedTime
GetGslbhsmruntimeLocalInfoGslbInfo
GetGslbhsmruntimeLocalInfoGslbInfoReplState
- Cfg
Version string - Cfg
Version stringIn Flight - Last
Changed List<GetTimes Gslbhsmruntime Local Info Gslb Info Repl State Last Changed Time> - Local
Configs List<GetGslbhsmruntime Local Info Gslb Info Repl State Local Config> - Reason string
- Site
Uuid string - Status string
- Uuid string
- Search GslbHSMRuntime by uuid.
- Cfg
Version string - Cfg
Version stringIn Flight - Last
Changed []GetTimes Gslbhsmruntime Local Info Gslb Info Repl State Last Changed Time - Local
Configs []GetGslbhsmruntime Local Info Gslb Info Repl State Local Config - Reason string
- Site
Uuid string - Status string
- Uuid string
- Search GslbHSMRuntime by uuid.
- cfg
Version String - cfg
Version StringIn Flight - last
Changed List<GetTimes Gslbhsmruntime Local Info Gslb Info Repl State Last Changed Time> - local
Configs List<GetGslbhsmruntime Local Info Gslb Info Repl State Local Config> - reason String
- site
Uuid String - status String
- uuid String
- Search GslbHSMRuntime by uuid.
- cfg
Version string - cfg
Version stringIn Flight - last
Changed GetTimes Gslbhsmruntime Local Info Gslb Info Repl State Last Changed Time[] - local
Configs GetGslbhsmruntime Local Info Gslb Info Repl State Local Config[] - reason string
- site
Uuid string - status string
- uuid string
- Search GslbHSMRuntime by uuid.
- cfg_
version str - cfg_
version_ strin_ flight - last_
changed_ Sequence[Gettimes Gslbhsmruntime Local Info Gslb Info Repl State Last Changed Time] - local_
configs Sequence[GetGslbhsmruntime Local Info Gslb Info Repl State Local Config] - reason str
- site_
uuid str - status str
- uuid str
- Search GslbHSMRuntime 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 GslbHSMRuntime by uuid.
GetGslbhsmruntimeLocalInfoGslbInfoReplStateLastChangedTime
GetGslbhsmruntimeLocalInfoGslbInfoReplStateLocalConfig
GetGslbhsmruntimeLocalInfoGslbInfoReplStateLocalConfigVsgsInfo
- dnsvs
Uuid String - ops String
- timestamps List<Property Map>
GetGslbhsmruntimeLocalInfoGslbInfoReplStateLocalConfigVsgsInfoTimestamp
GetGslbhsmruntimeOperStatus
- Last
Changed List<GetTimes Gslbhsmruntime Oper Status Last Changed Time> - Num
Vs stringCompleted - Num
Vs stringFailed - Num
Vs stringTotal - Reason
Code string - Reason
Code stringString - Reasons List<string>
- State string
- Last
Changed []GetTimes Gslbhsmruntime Oper Status Last Changed Time - Num
Vs stringCompleted - Num
Vs stringFailed - Num
Vs stringTotal - Reason
Code string - Reason
Code stringString - Reasons []string
- State string
- last
Changed List<GetTimes Gslbhsmruntime Oper Status Last Changed Time> - num
Vs StringCompleted - num
Vs StringFailed - num
Vs StringTotal - reason
Code String - reason
Code StringString - reasons List<String>
- state String
- last
Changed GetTimes Gslbhsmruntime Oper Status Last Changed Time[] - num
Vs stringCompleted - num
Vs stringFailed - num
Vs stringTotal - reason
Code string - reason
Code stringString - reasons string[]
- state string
- last_
changed_ Sequence[Gettimes Gslbhsmruntime Oper Status Last Changed Time] - num_
vs_ strcompleted - num_
vs_ strfailed - num_
vs_ strtotal - reason_
code str - reason_
code_ strstring - reasons Sequence[str]
- state str
- last
Changed List<Property Map>Times - num
Vs StringCompleted - num
Vs StringFailed - num
Vs StringTotal - reason
Code String - reason
Code StringString - reasons List<String>
- state String
GetGslbhsmruntimeOperStatusLastChangedTime
GetGslbhsmruntimeRemoteInfo
GetGslbhsmruntimeRemoteInfoGslbInfo
GetGslbhsmruntimeRemoteInfoGslbInfoReplState
- Cfg
Version string - Cfg
Version stringIn Flight - Last
Changed List<GetTimes Gslbhsmruntime Remote Info Gslb Info Repl State Last Changed Time> - Local
Configs List<GetGslbhsmruntime Remote Info Gslb Info Repl State Local Config> - Reason string
- Site
Uuid string - Status string
- Uuid string
- Search GslbHSMRuntime by uuid.
- Cfg
Version string - Cfg
Version stringIn Flight - Last
Changed []GetTimes Gslbhsmruntime Remote Info Gslb Info Repl State Last Changed Time - Local
Configs []GetGslbhsmruntime Remote Info Gslb Info Repl State Local Config - Reason string
- Site
Uuid string - Status string
- Uuid string
- Search GslbHSMRuntime by uuid.
- cfg
Version String - cfg
Version StringIn Flight - last
Changed List<GetTimes Gslbhsmruntime Remote Info Gslb Info Repl State Last Changed Time> - local
Configs List<GetGslbhsmruntime Remote Info Gslb Info Repl State Local Config> - reason String
- site
Uuid String - status String
- uuid String
- Search GslbHSMRuntime by uuid.
- cfg
Version string - cfg
Version stringIn Flight - last
Changed GetTimes Gslbhsmruntime Remote Info Gslb Info Repl State Last Changed Time[] - local
Configs GetGslbhsmruntime Remote Info Gslb Info Repl State Local Config[] - reason string
- site
Uuid string - status string
- uuid string
- Search GslbHSMRuntime by uuid.
- cfg_
version str - cfg_
version_ strin_ flight - last_
changed_ Sequence[Gettimes Gslbhsmruntime Remote Info Gslb Info Repl State Last Changed Time] - local_
configs Sequence[GetGslbhsmruntime Remote Info Gslb Info Repl State Local Config] - reason str
- site_
uuid str - status str
- uuid str
- Search GslbHSMRuntime 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 GslbHSMRuntime by uuid.
GetGslbhsmruntimeRemoteInfoGslbInfoReplStateLastChangedTime
GetGslbhsmruntimeRemoteInfoGslbInfoReplStateLocalConfig
GetGslbhsmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfo
- dnsvs
Uuid String - ops String
- timestamps List<Property Map>
GetGslbhsmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoTimestamp
GetGslbhsmruntimeRemoteInfoOpsInfo
- Rrtokens List<string>
- Rrtokens []string
- rrtokens List<String>
- rrtokens string[]
- rrtokens Sequence[str]
- rrtokens List<String>
GetGslbhsmruntimeRemoteInfoSyncInfo
- Errored
Objects List<GetGslbhsmruntime Remote Info Sync Info Errored Object> - Last
Changed List<GetTimes Gslbhsmruntime Remote Info Sync Info Last Changed Time> - Last
Fail List<GetObjs Gslbhsmruntime 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 []GetGslbhsmruntime Remote Info Sync Info Errored Object - Last
Changed []GetTimes Gslbhsmruntime Remote Info Sync Info Last Changed Time - Last
Fail []GetObjs Gslbhsmruntime 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<GetGslbhsmruntime Remote Info Sync Info Errored Object> - last
Changed List<GetTimes Gslbhsmruntime Remote Info Sync Info Last Changed Time> - last
Fail List<GetObjs Gslbhsmruntime 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 GetGslbhsmruntime Remote Info Sync Info Errored Object[] - last
Changed GetTimes Gslbhsmruntime Remote Info Sync Info Last Changed Time[] - last
Fail GetObjs Gslbhsmruntime 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[GetGslbhsmruntime Remote Info Sync Info Errored Object] - last_
changed_ Sequence[Gettimes Gslbhsmruntime Remote Info Sync Info Last Changed Time] - last_
fail_ Sequence[Getobjs Gslbhsmruntime 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
GetGslbhsmruntimeRemoteInfoSyncInfoErroredObject
GetGslbhsmruntimeRemoteInfoSyncInfoLastChangedTime
GetGslbhsmruntimeRemoteInfoSyncInfoLastFailObj
- event_
type str - obj_
name str - obj_
uuid str - Gslb hsm 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.
GetGslbhsmruntimeRemoteInfoSyncStat
- 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
Package Details
- Repository
- avi vmware/terraform-provider-avi
- License
- Notes
- This Pulumi package is based on the
aviTerraform Provider.
Viewing docs for avi 31.2.2
published on Tuesday, Feb 10, 2026 by vmware
published on Tuesday, Feb 10, 2026 by vmware
