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

avi.getGslbhsmruntime

Explore with Pulumi AI

avi logo
avi 31.1.1 published on Monday, Apr 14, 2025 by vmware

    <!–

    Copyright 2021 VMware, Inc.
    SPDX-License-Identifier: Mozilla Public License 2.0
    

    –>

    layout: “avi”

    page_title: “AVI: avi.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({
        name: "foo",
        uuid: "gslbhsmruntime-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
    });
    
    import pulumi
    import pulumi_avi as avi
    
    foo_gslbhsmruntime = avi.get_gslbhsmruntime(name="foo",
        uuid="gslbhsmruntime-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.LookupGslbhsmruntime(ctx, &avi.LookupGslbhsmruntimeArgs{
    			Name: pulumi.StringRef("foo"),
    			Uuid: pulumi.StringRef("gslbhsmruntime-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 fooGslbhsmruntime = Avi.GetGslbhsmruntime.Invoke(new()
        {
            Name = "foo",
            Uuid = "gslbhsmruntime-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.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()
                .name("foo")
                .uuid("gslbhsmruntime-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
                .build());
    
        }
    }
    
    variables:
      fooGslbhsmruntime:
        fn::invoke:
          function: avi:getGslbhsmruntime
          arguments:
            name: foo
            uuid: gslbhsmruntime-f9cf6b3e-a411-436f-95e2-2982ba2b217b
    

    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 dictionary

    The following arguments are supported:

    Id string
    Name string
    Search GslbHSMRuntime by name.
    TenantRef string
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Uuid string
    Search GslbHSMRuntime by uuid.
    Id string
    Name string
    Search GslbHSMRuntime by name.
    TenantRef string
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Uuid string
    Search GslbHSMRuntime by uuid.
    id String
    name String
    Search GslbHSMRuntime by name.
    tenantRef String
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid String
    Search GslbHSMRuntime by uuid.
    id string
    name string
    Search GslbHSMRuntime by name.
    tenantRef string
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid string
    Search GslbHSMRuntime by uuid.
    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.
    id String
    name String
    Search GslbHSMRuntime by name.
    tenantRef String
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid String
    Search GslbHSMRuntime by uuid.

    getGslbhsmruntime Result

    The following output properties are available:

    ClusterUuid 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<GetGslbhsmruntimeEvent>
    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
    LocalInfos List<GetGslbhsmruntimeLocalInfo>
    Represents local info for the site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Name string
    The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    ObjUuid string
    Gslb 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.
    OperStatuses List<GetGslbhsmruntimeOperStatus>
    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.
    RemoteInfos List<GetGslbhsmruntimeRemoteInfo>
    Remote info is basically updated by grw. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    SendInterval 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.
    SiteName string
    The gslb site name. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    TenantRef string
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Uuid string
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    ClusterUuid string
    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 []GetGslbhsmruntimeEvent
    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
    LocalInfos []GetGslbhsmruntimeLocalInfo
    Represents local info for the site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Name string
    The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    ObjUuid string
    Gslb 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.
    OperStatuses []GetGslbhsmruntimeOperStatus
    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.
    RemoteInfos []GetGslbhsmruntimeRemoteInfo
    Remote info is basically updated by grw. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    SendInterval 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.
    SiteName string
    The gslb site name. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    TenantRef string
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Uuid string
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    clusterUuid String
    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<GetGslbhsmruntimeEvent>
    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
    localInfos List<GetGslbhsmruntimeLocalInfo>
    Represents local info for the site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    name String
    The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    objUuid String
    Gslb 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.
    operStatuses List<GetGslbhsmruntimeOperStatus>
    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.
    remoteInfos List<GetGslbhsmruntimeRemoteInfo>
    Remote info is basically updated by grw. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    sendInterval 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.
    siteName String
    The gslb site name. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenantRef String
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid String
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    clusterUuid string
    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 GetGslbhsmruntimeEvent[]
    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
    localInfos GetGslbhsmruntimeLocalInfo[]
    Represents local info for the site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    name string
    The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    objUuid string
    Gslb 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.
    operStatuses GetGslbhsmruntimeOperStatus[]
    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.
    remoteInfos GetGslbhsmruntimeRemoteInfo[]
    Remote info is basically updated by grw. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    sendInterval 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.
    siteName string
    The gslb site name. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenantRef string
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid string
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    cluster_uuid str
    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[GetGslbhsmruntimeEvent]
    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[GetGslbhsmruntimeLocalInfo]
    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[GetGslbhsmruntimeOperStatus]
    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[GetGslbhsmruntimeRemoteInfo]
    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.
    clusterUuid 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
    localInfos List<Property Map>
    Represents local info for the site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    name String
    The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    objUuid String
    Gslb 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.
    operStatuses 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.
    remoteInfos 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.
    sendInterval 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.
    siteName String
    The gslb site name. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenantRef String
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid String
    The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.

    Supporting Types

    GetGslbhsmruntimeEvent

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

    GetGslbhsmruntimeEventTimestamp

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

    GetGslbhsmruntimeLocalInfo

    GetGslbhsmruntimeLocalInfoGsStatus

    GetGslbhsmruntimeLocalInfoGsStatusLastChangedTime

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

    GetGslbhsmruntimeLocalInfoGslbInfo

    GetGslbhsmruntimeLocalInfoGslbInfoReplState

    GetGslbhsmruntimeLocalInfoGslbInfoReplStateLastChangedTime

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

    GetGslbhsmruntimeLocalInfoGslbInfoReplStateLocalConfig

    GetGslbhsmruntimeLocalInfoGslbInfoReplStateLocalConfigVsgsInfo

    GetGslbhsmruntimeLocalInfoGslbInfoReplStateLocalConfigVsgsInfoTimestamp

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

    GetGslbhsmruntimeOperStatus

    GetGslbhsmruntimeOperStatusLastChangedTime

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

    GetGslbhsmruntimeRemoteInfo

    GetGslbhsmruntimeRemoteInfoGslbInfo

    GetGslbhsmruntimeRemoteInfoGslbInfoReplState

    GetGslbhsmruntimeRemoteInfoGslbInfoReplStateLastChangedTime

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

    GetGslbhsmruntimeRemoteInfoGslbInfoReplStateLocalConfig

    GetGslbhsmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfo

    GetGslbhsmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoTimestamp

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

    GetGslbhsmruntimeRemoteInfoOpsInfo

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

    GetGslbhsmruntimeRemoteInfoSyncInfo

    GetGslbhsmruntimeRemoteInfoSyncInfoErroredObject

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

    GetGslbhsmruntimeRemoteInfoSyncInfoLastChangedTime

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

    GetGslbhsmruntimeRemoteInfoSyncInfoLastFailObj

    EventType string
    ObjName string
    ObjUuid 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.
    EventType string
    ObjName string
    ObjUuid 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.
    eventType String
    objName String
    objUuid 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.
    eventType string
    objName string
    objUuid 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.
    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.
    eventType String
    objName String
    objUuid 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.

    GetGslbhsmruntimeRemoteInfoSyncStat

    Package Details

    Repository
    avi vmware/terraform-provider-avi
    License
    Notes
    This Pulumi package is based on the avi Terraform Provider.
    avi logo
    avi 31.1.1 published on Monday, Apr 14, 2025 by vmware