avi 31.1.1 published on Monday, Apr 14, 2025 by vmware
avi.getGslbsmruntime
Explore with Pulumi AI
<!–
Copyright 2021 VMware, Inc.
SPDX-License-Identifier: Mozilla Public License 2.0
–>
layout: “avi”
page_title: “AVI: avi.Gslbsmruntime” sidebar_current: “docs-avi-datasource-gslbsmruntime” description: |- Get information of Avi GslbSMRuntime.
avi.Gslbsmruntime
This data source is used to to get avi.Gslbsmruntime objects.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as avi from "@pulumi/avi";
const fooGslbsmruntime = avi.getGslbsmruntime({
name: "foo",
uuid: "gslbsmruntime-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
});
import pulumi
import pulumi_avi as avi
foo_gslbsmruntime = avi.get_gslbsmruntime(name="foo",
uuid="gslbsmruntime-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.LookupGslbsmruntime(ctx, &avi.LookupGslbsmruntimeArgs{
Name: pulumi.StringRef("foo"),
Uuid: pulumi.StringRef("gslbsmruntime-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 fooGslbsmruntime = Avi.GetGslbsmruntime.Invoke(new()
{
Name = "foo",
Uuid = "gslbsmruntime-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.GetGslbsmruntimeArgs;
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 fooGslbsmruntime = AviFunctions.getGslbsmruntime(GetGslbsmruntimeArgs.builder()
.name("foo")
.uuid("gslbsmruntime-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
.build());
}
}
variables:
fooGslbsmruntime:
fn::invoke:
function: avi:getGslbsmruntime
arguments:
name: foo
uuid: gslbsmruntime-f9cf6b3e-a411-436f-95e2-2982ba2b217b
Using getGslbsmruntime
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 getGslbsmruntime(args: GetGslbsmruntimeArgs, opts?: InvokeOptions): Promise<GetGslbsmruntimeResult>
function getGslbsmruntimeOutput(args: GetGslbsmruntimeOutputArgs, opts?: InvokeOptions): Output<GetGslbsmruntimeResult>
def get_gslbsmruntime(id: Optional[str] = None,
name: Optional[str] = None,
tenant_ref: Optional[str] = None,
uuid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGslbsmruntimeResult
def get_gslbsmruntime_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[GetGslbsmruntimeResult]
func LookupGslbsmruntime(ctx *Context, args *LookupGslbsmruntimeArgs, opts ...InvokeOption) (*LookupGslbsmruntimeResult, error)
func LookupGslbsmruntimeOutput(ctx *Context, args *LookupGslbsmruntimeOutputArgs, opts ...InvokeOption) LookupGslbsmruntimeResultOutput
> Note: This function is named LookupGslbsmruntime
in the Go SDK.
public static class GetGslbsmruntime
{
public static Task<GetGslbsmruntimeResult> InvokeAsync(GetGslbsmruntimeArgs args, InvokeOptions? opts = null)
public static Output<GetGslbsmruntimeResult> Invoke(GetGslbsmruntimeInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGslbsmruntimeResult> getGslbsmruntime(GetGslbsmruntimeArgs args, InvokeOptions options)
public static Output<GetGslbsmruntimeResult> getGslbsmruntime(GetGslbsmruntimeArgs args, InvokeOptions options)
fn::invoke:
function: avi:index/getGslbsmruntime:getGslbsmruntime
arguments:
# arguments dictionary
The following arguments are supported:
- id str
- name str
- Search GslbSMRuntime 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 GslbSMRuntime by uuid.
getGslbsmruntime Result
The following output properties are available:
- Cluster
Leader string - The controller cluster leader node uuid. 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.
- Dns
Configs List<GetGslbsmruntime Dns Config> - Sub domain configuration for the gslb. Gslb service's fqdn must be a match one of these subdomains. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Dns
Infos List<GetGslbsmruntime Dns Info> - Dns info at the site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Enabled string
- Activate/de-activate state retrieved from the cfg. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Events
List<Get
Gslbsmruntime Event> - Captures sm related events. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Health
Monitor stringInfo - This field will provide information on origin(site name) of the health monitoring information. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Id string
- Leader
Cluster stringUuid - Mark this site as leader of gslb configuration. This site is the one among the avi sites. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Member
Type string - The site's member type a leader is set to active while all members are set to passive. Enum options - GSLB_ACTIVE_MEMBER, GSLB_PASSIVE_MEMBER. 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.
- Node
Uuid string - The controller cluster node uuid that processes the site.sites are sharded across the cluster nodes. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Num
Of stringRetries - Number of retry attempts to reach the remote site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Obj
Uuid string - Gslb sm 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<GetGslbsmruntime 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<GetGslbsmruntime 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.
- Role string
- Site role leader or follower. Enum options - GSLB_LEADER, GSLB_MEMBER, GSLB_NOT_A_MEMBER. 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.
- Site
Type string - Indicates if it is avi site or third-party. Enum options - GSLB_AVI_SITE, GSLB_THIRD_PARTY_SITE. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- State string
- Represents the state of the site. Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Sw
Version string - Current software version of the site. 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.
- View
Id string - The view-id is used in change-leader mode to differentiate partitioned groups while they have the same gslb namespace. Each partitioned group will be able to operate independently by using the view-id. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Cluster
Leader string - The controller cluster leader node uuid. 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.
- Dns
Configs []GetGslbsmruntime Dns Config - Sub domain configuration for the gslb. Gslb service's fqdn must be a match one of these subdomains. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Dns
Infos []GetGslbsmruntime Dns Info - Dns info at the site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Enabled string
- Activate/de-activate state retrieved from the cfg. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Events
[]Get
Gslbsmruntime Event - Captures sm related events. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Health
Monitor stringInfo - This field will provide information on origin(site name) of the health monitoring information. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Id string
- Leader
Cluster stringUuid - Mark this site as leader of gslb configuration. This site is the one among the avi sites. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Member
Type string - The site's member type a leader is set to active while all members are set to passive. Enum options - GSLB_ACTIVE_MEMBER, GSLB_PASSIVE_MEMBER. 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.
- Node
Uuid string - The controller cluster node uuid that processes the site.sites are sharded across the cluster nodes. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Num
Of stringRetries - Number of retry attempts to reach the remote site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Obj
Uuid string - Gslb sm 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 []GetGslbsmruntime 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 []GetGslbsmruntime 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.
- Role string
- Site role leader or follower. Enum options - GSLB_LEADER, GSLB_MEMBER, GSLB_NOT_A_MEMBER. 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.
- Site
Type string - Indicates if it is avi site or third-party. Enum options - GSLB_AVI_SITE, GSLB_THIRD_PARTY_SITE. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- State string
- Represents the state of the site. Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Sw
Version string - Current software version of the site. 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.
- View
Id string - The view-id is used in change-leader mode to differentiate partitioned groups while they have the same gslb namespace. Each partitioned group will be able to operate independently by using the view-id. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- cluster
Leader String - The controller cluster leader node uuid. 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.
- dns
Configs List<GetGslbsmruntime Dns Config> - Sub domain configuration for the gslb. Gslb service's fqdn must be a match one of these subdomains. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- dns
Infos List<GetGslbsmruntime Dns Info> - Dns info at the site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- enabled String
- Activate/de-activate state retrieved from the cfg. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- events
List<Get
Gslbsmruntime Event> - Captures sm related events. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- health
Monitor StringInfo - This field will provide information on origin(site name) of the health monitoring information. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- id String
- leader
Cluster StringUuid - Mark this site as leader of gslb configuration. This site is the one among the avi sites. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- member
Type String - The site's member type a leader is set to active while all members are set to passive. Enum options - GSLB_ACTIVE_MEMBER, GSLB_PASSIVE_MEMBER. 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.
- node
Uuid String - The controller cluster node uuid that processes the site.sites are sharded across the cluster nodes. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- num
Of StringRetries - Number of retry attempts to reach the remote site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- obj
Uuid String - Gslb sm 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<GetGslbsmruntime 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<GetGslbsmruntime 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.
- role String
- Site role leader or follower. Enum options - GSLB_LEADER, GSLB_MEMBER, GSLB_NOT_A_MEMBER. 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.
- site
Type String - Indicates if it is avi site or third-party. Enum options - GSLB_AVI_SITE, GSLB_THIRD_PARTY_SITE. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- state String
- Represents the state of the site. Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- sw
Version String - Current software version of the site. 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.
- view
Id String - The view-id is used in change-leader mode to differentiate partitioned groups while they have the same gslb namespace. Each partitioned group will be able to operate independently by using the view-id. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- cluster
Leader string - The controller cluster leader node uuid. 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.
- dns
Configs GetGslbsmruntime Dns Config[] - Sub domain configuration for the gslb. Gslb service's fqdn must be a match one of these subdomains. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- dns
Infos GetGslbsmruntime Dns Info[] - Dns info at the site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- enabled string
- Activate/de-activate state retrieved from the cfg. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- events
Get
Gslbsmruntime Event[] - Captures sm related events. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- health
Monitor stringInfo - This field will provide information on origin(site name) of the health monitoring information. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- id string
- leader
Cluster stringUuid - Mark this site as leader of gslb configuration. This site is the one among the avi sites. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- member
Type string - The site's member type a leader is set to active while all members are set to passive. Enum options - GSLB_ACTIVE_MEMBER, GSLB_PASSIVE_MEMBER. 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.
- node
Uuid string - The controller cluster node uuid that processes the site.sites are sharded across the cluster nodes. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- num
Of stringRetries - Number of retry attempts to reach the remote site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- obj
Uuid string - Gslb sm 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 GetGslbsmruntime 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 GetGslbsmruntime 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.
- role string
- Site role leader or follower. Enum options - GSLB_LEADER, GSLB_MEMBER, GSLB_NOT_A_MEMBER. 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.
- site
Type string - Indicates if it is avi site or third-party. Enum options - GSLB_AVI_SITE, GSLB_THIRD_PARTY_SITE. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- state string
- Represents the state of the site. Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- sw
Version string - Current software version of the site. 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.
- view
Id string - The view-id is used in change-leader mode to differentiate partitioned groups while they have the same gslb namespace. Each partitioned group will be able to operate independently by using the view-id. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- cluster_
leader str - The controller cluster leader node uuid. 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.
- dns_
configs Sequence[GetGslbsmruntime Dns Config] - Sub domain configuration for the gslb. Gslb service's fqdn must be a match one of these subdomains. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- dns_
infos Sequence[GetGslbsmruntime Dns Info] - Dns info at the site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- enabled str
- Activate/de-activate state retrieved from the cfg. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- events
Sequence[Get
Gslbsmruntime Event] - Captures sm related events. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- health_
monitor_ strinfo - This field will provide information on origin(site name) of the health monitoring information. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- id str
- leader_
cluster_ struuid - Mark this site as leader of gslb configuration. This site is the one among the avi sites. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- member_
type str - The site's member type a leader is set to active while all members are set to passive. Enum options - GSLB_ACTIVE_MEMBER, GSLB_PASSIVE_MEMBER. 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.
- node_
uuid str - The controller cluster node uuid that processes the site.sites are sharded across the cluster nodes. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- num_
of_ strretries - Number of retry attempts to reach the remote site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- obj_
uuid str - Gslb sm 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[GetGslbsmruntime 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[GetGslbsmruntime 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.
- role str
- Site role leader or follower. Enum options - GSLB_LEADER, GSLB_MEMBER, GSLB_NOT_A_MEMBER. 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.
- site_
type str - Indicates if it is avi site or third-party. Enum options - GSLB_AVI_SITE, GSLB_THIRD_PARTY_SITE. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- state str
- Represents the state of the site. Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- sw_
version str - Current software version of the site. 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.
- view_
id str - The view-id is used in change-leader mode to differentiate partitioned groups while they have the same gslb namespace. Each partitioned group will be able to operate independently by using the view-id. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- cluster
Leader String - The controller cluster leader node uuid. 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.
- dns
Configs List<Property Map> - Sub domain configuration for the gslb. Gslb service's fqdn must be a match one of these subdomains. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- dns
Infos List<Property Map> - Dns info at the site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- enabled String
- Activate/de-activate state retrieved from the cfg. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- events List<Property Map>
- Captures sm related events. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- health
Monitor StringInfo - This field will provide information on origin(site name) of the health monitoring information. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- id String
- leader
Cluster StringUuid - Mark this site as leader of gslb configuration. This site is the one among the avi sites. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- member
Type String - The site's member type a leader is set to active while all members are set to passive. Enum options - GSLB_ACTIVE_MEMBER, GSLB_PASSIVE_MEMBER. 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.
- node
Uuid String - The controller cluster node uuid that processes the site.sites are sharded across the cluster nodes. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- num
Of StringRetries - Number of retry attempts to reach the remote site. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- obj
Uuid String - Gslb sm 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.
- role String
- Site role leader or follower. Enum options - GSLB_LEADER, GSLB_MEMBER, GSLB_NOT_A_MEMBER. 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.
- site
Type String - Indicates if it is avi site or third-party. Enum options - GSLB_AVI_SITE, GSLB_THIRD_PARTY_SITE. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- state String
- Represents the state of the site. Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- sw
Version String - Current software version of the site. 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.
- view
Id String - The view-id is used in change-leader mode to differentiate partitioned groups while they have the same gslb namespace. Each partitioned group will be able to operate independently by using the view-id. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
Supporting Types
GetGslbsmruntimeDnsConfig
- Domain
Name string
- Domain
Name string
- domain
Name String
- domain
Name string
- domain_
name str
- domain
Name String
GetGslbsmruntimeDnsInfo
GetGslbsmruntimeDnsInfoDnsVsState
- Geo
Downloads List<GetGslbsmruntime Dns Info Dns Vs State Geo Download> - Gslb
Downloads List<GetGslbsmruntime Dns Info Dns Vs State Gslb Download> - Name string
- Search GslbSMRuntime by name.
- Oper
Statuses List<GetGslbsmruntime Dns Info Dns Vs State 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.
- Placement
Rules List<GetGslbsmruntime Dns Info Dns Vs State Placement Rule> - Se
Lists List<string> - Uuid string
- Search GslbSMRuntime by uuid.
- Valid
Dns stringVs
- Geo
Downloads []GetGslbsmruntime Dns Info Dns Vs State Geo Download - Gslb
Downloads []GetGslbsmruntime Dns Info Dns Vs State Gslb Download - Name string
- Search GslbSMRuntime by name.
- Oper
Statuses []GetGslbsmruntime Dns Info Dns Vs State 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.
- Placement
Rules []GetGslbsmruntime Dns Info Dns Vs State Placement Rule - Se
Lists []string - Uuid string
- Search GslbSMRuntime by uuid.
- Valid
Dns stringVs
- geo
Downloads List<GetGslbsmruntime Dns Info Dns Vs State Geo Download> - gslb
Downloads List<GetGslbsmruntime Dns Info Dns Vs State Gslb Download> - name String
- Search GslbSMRuntime by name.
- oper
Statuses List<GetGslbsmruntime Dns Info Dns Vs State 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.
- placement
Rules List<GetGslbsmruntime Dns Info Dns Vs State Placement Rule> - se
Lists List<String> - uuid String
- Search GslbSMRuntime by uuid.
- valid
Dns StringVs
- geo
Downloads GetGslbsmruntime Dns Info Dns Vs State Geo Download[] - gslb
Downloads GetGslbsmruntime Dns Info Dns Vs State Gslb Download[] - name string
- Search GslbSMRuntime by name.
- oper
Statuses GetGslbsmruntime Dns Info Dns Vs State 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.
- placement
Rules GetGslbsmruntime Dns Info Dns Vs State Placement Rule[] - se
Lists string[] - uuid string
- Search GslbSMRuntime by uuid.
- valid
Dns stringVs
- geo_
downloads Sequence[GetGslbsmruntime Dns Info Dns Vs State Geo Download] - gslb_
downloads Sequence[GetGslbsmruntime Dns Info Dns Vs State Gslb Download] - name str
- Search GslbSMRuntime by name.
- oper_
statuses Sequence[GetGslbsmruntime Dns Info Dns Vs State 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.
- placement_
rules Sequence[GetGslbsmruntime Dns Info Dns Vs State Placement Rule] - se_
lists Sequence[str] - uuid str
- Search GslbSMRuntime by uuid.
- valid_
dns_ strvs
- geo
Downloads List<Property Map> - gslb
Downloads List<Property Map> - name String
- Search GslbSMRuntime by name.
- 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.
- placement
Rules List<Property Map> - se
Lists List<String> - uuid String
- Search GslbSMRuntime by uuid.
- valid
Dns StringVs
GetGslbsmruntimeDnsInfoDnsVsStateGeoDownload
- Last
Changed List<GetTimes Gslbsmruntime Dns Info Dns Vs State Geo Download Last Changed Time> - State string
- Represents the state of the site. Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Last
Changed []GetTimes Gslbsmruntime Dns Info Dns Vs State Geo Download Last Changed Time - State string
- Represents the state of the site. Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- last
Changed List<GetTimes Gslbsmruntime Dns Info Dns Vs State Geo Download Last Changed Time> - state String
- Represents the state of the site. Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- last
Changed GetTimes Gslbsmruntime Dns Info Dns Vs State Geo Download Last Changed Time[] - state string
- Represents the state of the site. Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- last_
changed_ Sequence[Gettimes Gslbsmruntime Dns Info Dns Vs State Geo Download Last Changed Time] - state str
- Represents the state of the site. Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- last
Changed List<Property Map>Times - state String
- Represents the state of the site. Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
GetGslbsmruntimeDnsInfoDnsVsStateGeoDownloadLastChangedTime
GetGslbsmruntimeDnsInfoDnsVsStateGslbDownload
- Last
Changed List<GetTimes Gslbsmruntime Dns Info Dns Vs State Gslb Download Last Changed Time> - State string
- Represents the state of the site. Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Last
Changed []GetTimes Gslbsmruntime Dns Info Dns Vs State Gslb Download Last Changed Time - State string
- Represents the state of the site. Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- last
Changed List<GetTimes Gslbsmruntime Dns Info Dns Vs State Gslb Download Last Changed Time> - state String
- Represents the state of the site. Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- last
Changed GetTimes Gslbsmruntime Dns Info Dns Vs State Gslb Download Last Changed Time[] - state string
- Represents the state of the site. Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- last_
changed_ Sequence[Gettimes Gslbsmruntime Dns Info Dns Vs State Gslb Download Last Changed Time] - state str
- Represents the state of the site. Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- last
Changed List<Property Map>Times - state String
- Represents the state of the site. Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
GetGslbsmruntimeDnsInfoDnsVsStateGslbDownloadLastChangedTime
GetGslbsmruntimeDnsInfoDnsVsStateOperStatus
- Last
Changed List<GetTimes Gslbsmruntime Dns Info Dns Vs State Oper Status Last Changed Time> - Reason
Code string - Reason
Code stringString - Reasons List<string>
- State string
- Represents the state of the site. Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Last
Changed []GetTimes Gslbsmruntime Dns Info Dns Vs State Oper Status Last Changed Time - Reason
Code string - Reason
Code stringString - Reasons []string
- State string
- Represents the state of the site. Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- last
Changed List<GetTimes Gslbsmruntime Dns Info Dns Vs State Oper Status Last Changed Time> - reason
Code String - reason
Code StringString - reasons List<String>
- state String
- Represents the state of the site. Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- last
Changed GetTimes Gslbsmruntime Dns Info Dns Vs State Oper Status Last Changed Time[] - reason
Code string - reason
Code stringString - reasons string[]
- state string
- Represents the state of the site. Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- last_
changed_ Sequence[Gettimes Gslbsmruntime Dns Info Dns Vs State Oper Status Last Changed Time] - reason_
code str - reason_
code_ strstring - reasons Sequence[str]
- state str
- Represents the state of the site. Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- last
Changed List<Property Map>Times - reason
Code String - reason
Code StringString - reasons List<String>
- state String
- Represents the state of the site. Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
GetGslbsmruntimeDnsInfoDnsVsStateOperStatusLastChangedTime
GetGslbsmruntimeDnsInfoDnsVsStatePlacementRule
- Placement
Allowed string - Sub
Domain string - Transition
Ops string
- Placement
Allowed string - Sub
Domain string - Transition
Ops string
- placement
Allowed String - sub
Domain String - transition
Ops String
- placement
Allowed string - sub
Domain string - transition
Ops string
- placement_
allowed str - sub_
domain str - transition_
ops str
- placement
Allowed String - sub
Domain String - transition
Ops String
GetGslbsmruntimeEvent
- Msgs List<string>
- Name string
- Search GslbSMRuntime by name.
- Timestamps
List<Get
Gslbsmruntime Event Timestamp> - Uuid string
- Search GslbSMRuntime by uuid.
- Msgs []string
- Name string
- Search GslbSMRuntime by name.
- Timestamps
[]Get
Gslbsmruntime Event Timestamp - Uuid string
- Search GslbSMRuntime by uuid.
- msgs List<String>
- name String
- Search GslbSMRuntime by name.
- timestamps
List<Get
Gslbsmruntime Event Timestamp> - uuid String
- Search GslbSMRuntime by uuid.
- msgs string[]
- name string
- Search GslbSMRuntime by name.
- timestamps
Get
Gslbsmruntime Event Timestamp[] - uuid string
- Search GslbSMRuntime by uuid.
- msgs Sequence[str]
- name str
- Search GslbSMRuntime by name.
- timestamps
Sequence[Get
Gslbsmruntime Event Timestamp] - uuid str
- Search GslbSMRuntime by uuid.
- msgs List<String>
- name String
- Search GslbSMRuntime by name.
- timestamps List<Property Map>
- uuid String
- Search GslbSMRuntime by uuid.
GetGslbsmruntimeEventTimestamp
GetGslbsmruntimeOperStatus
- Last
Changed List<GetTimes Gslbsmruntime Oper Status Last Changed Time> - Reason
Code string - Reason
Code stringString - Reasons List<string>
- State string
- Represents the state of the site. Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Last
Changed []GetTimes Gslbsmruntime Oper Status Last Changed Time - Reason
Code string - Reason
Code stringString - Reasons []string
- State string
- Represents the state of the site. Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- last
Changed List<GetTimes Gslbsmruntime Oper Status Last Changed Time> - reason
Code String - reason
Code StringString - reasons List<String>
- state String
- Represents the state of the site. Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- last
Changed GetTimes Gslbsmruntime Oper Status Last Changed Time[] - reason
Code string - reason
Code stringString - reasons string[]
- state string
- Represents the state of the site. Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- last_
changed_ Sequence[Gettimes Gslbsmruntime Oper Status Last Changed Time] - reason_
code str - reason_
code_ strstring - reasons Sequence[str]
- state str
- Represents the state of the site. Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- last
Changed List<Property Map>Times - reason
Code String - reason
Code StringString - reasons List<String>
- state String
- Represents the state of the site. Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
GetGslbsmruntimeOperStatusLastChangedTime
GetGslbsmruntimeRemoteInfo
GetGslbsmruntimeRemoteInfoGslbInfo
GetGslbsmruntimeRemoteInfoGslbInfoReplState
- Cfg
Version string - Cfg
Version stringIn Flight - Last
Changed List<GetTimes Gslbsmruntime Remote Info Gslb Info Repl State Last Changed Time> - Local
Configs List<GetGslbsmruntime Remote Info Gslb Info Repl State Local Config> - Reason string
- Site
Uuid string - Status string
- Uuid string
- Search GslbSMRuntime by uuid.
- Cfg
Version string - Cfg
Version stringIn Flight - Last
Changed []GetTimes Gslbsmruntime Remote Info Gslb Info Repl State Last Changed Time - Local
Configs []GetGslbsmruntime Remote Info Gslb Info Repl State Local Config - Reason string
- Site
Uuid string - Status string
- Uuid string
- Search GslbSMRuntime by uuid.
- cfg
Version String - cfg
Version StringIn Flight - last
Changed List<GetTimes Gslbsmruntime Remote Info Gslb Info Repl State Last Changed Time> - local
Configs List<GetGslbsmruntime Remote Info Gslb Info Repl State Local Config> - reason String
- site
Uuid String - status String
- uuid String
- Search GslbSMRuntime by uuid.
- cfg
Version string - cfg
Version stringIn Flight - last
Changed GetTimes Gslbsmruntime Remote Info Gslb Info Repl State Last Changed Time[] - local
Configs GetGslbsmruntime Remote Info Gslb Info Repl State Local Config[] - reason string
- site
Uuid string - status string
- uuid string
- Search GslbSMRuntime by uuid.
- cfg_
version str - cfg_
version_ strin_ flight - last_
changed_ Sequence[Gettimes Gslbsmruntime Remote Info Gslb Info Repl State Last Changed Time] - local_
configs Sequence[GetGslbsmruntime Remote Info Gslb Info Repl State Local Config] - reason str
- site_
uuid str - status str
- uuid str
- Search GslbSMRuntime 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 GslbSMRuntime by uuid.
GetGslbsmruntimeRemoteInfoGslbInfoReplStateLastChangedTime
GetGslbsmruntimeRemoteInfoGslbInfoReplStateLocalConfig
GetGslbsmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfo
- dnsvs
Uuid String - ops String
- timestamps List<Property Map>
GetGslbsmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoTimestamp
GetGslbsmruntimeRemoteInfoOpsInfo
- Rrtokens List<string>
- Rrtokens []string
- rrtokens List<String>
- rrtokens string[]
- rrtokens Sequence[str]
- rrtokens List<String>
GetGslbsmruntimeRemoteInfoSyncInfo
- Errored
Objects List<GetGslbsmruntime Remote Info Sync Info Errored Object> - Last
Changed List<GetTimes Gslbsmruntime Remote Info Sync Info Last Changed Time> - Last
Fail List<GetObjs Gslbsmruntime 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 []GetGslbsmruntime Remote Info Sync Info Errored Object - Last
Changed []GetTimes Gslbsmruntime Remote Info Sync Info Last Changed Time - Last
Fail []GetObjs Gslbsmruntime 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<GetGslbsmruntime Remote Info Sync Info Errored Object> - last
Changed List<GetTimes Gslbsmruntime Remote Info Sync Info Last Changed Time> - last
Fail List<GetObjs Gslbsmruntime 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 GetGslbsmruntime Remote Info Sync Info Errored Object[] - last
Changed GetTimes Gslbsmruntime Remote Info Sync Info Last Changed Time[] - last
Fail GetObjs Gslbsmruntime 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[GetGslbsmruntime Remote Info Sync Info Errored Object] - last_
changed_ Sequence[Gettimes Gslbsmruntime Remote Info Sync Info Last Changed Time] - last_
fail_ Sequence[Getobjs Gslbsmruntime 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
GetGslbsmruntimeRemoteInfoSyncInfoErroredObject
GetGslbsmruntimeRemoteInfoSyncInfoLastChangedTime
GetGslbsmruntimeRemoteInfoSyncInfoLastFailObj
- event_
type str - obj_
name str - obj_
uuid str - Gslb sm 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.
GetGslbsmruntimeRemoteInfoSyncStat
- 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
avi
Terraform Provider.