avi.Gslbsmruntime
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-resource-gslbsmruntime” description: |- Creates and manages Avi GslbSMRuntime.
avi.Gslbsmruntime
The GslbSMRuntime resource allows the creation and management of Avi GslbSMRuntime
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as avi from "@pulumi/avi";
const foo = new avi.Gslbsmruntime("foo", {tenantRef: "/api/tenant/?name=admin"});
import pulumi
import pulumi_avi as avi
foo = avi.Gslbsmruntime("foo", tenant_ref="/api/tenant/?name=admin")
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.NewGslbsmruntime(ctx, "foo", &avi.GslbsmruntimeArgs{
TenantRef: pulumi.String("/api/tenant/?name=admin"),
})
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 foo = new Avi.Gslbsmruntime("foo", new()
{
TenantRef = "/api/tenant/?name=admin",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.avi.Gslbsmruntime;
import com.pulumi.avi.GslbsmruntimeArgs;
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) {
var foo = new Gslbsmruntime("foo", GslbsmruntimeArgs.builder()
.tenantRef("/api/tenant/?name=admin")
.build());
}
}
resources:
foo:
type: avi:Gslbsmruntime
properties:
tenantRef: /api/tenant/?name=admin
Create Gslbsmruntime Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Gslbsmruntime(name: string, args: GslbsmruntimeArgs, opts?: CustomResourceOptions);
@overload
def Gslbsmruntime(resource_name: str,
args: GslbsmruntimeArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Gslbsmruntime(resource_name: str,
opts: Optional[ResourceOptions] = None,
leader_cluster_uuid: Optional[str] = None,
num_of_retries: Optional[str] = None,
member_type: Optional[str] = None,
dns_infos: Optional[Sequence[GslbsmruntimeDnsInfoArgs]] = None,
enabled: Optional[str] = None,
events: Optional[Sequence[GslbsmruntimeEventArgs]] = None,
gslbsmruntime_id: Optional[str] = None,
health_monitor_info: Optional[str] = None,
obj_uuid: Optional[str] = None,
cluster_leader: Optional[str] = None,
name: Optional[str] = None,
dns_configs: Optional[Sequence[GslbsmruntimeDnsConfigArgs]] = None,
node_uuid: Optional[str] = None,
cluster_uuid: Optional[str] = None,
oper_statuses: Optional[Sequence[GslbsmruntimeOperStatusArgs]] = None,
remote_infos: Optional[Sequence[GslbsmruntimeRemoteInfoArgs]] = None,
role: Optional[str] = None,
site_name: Optional[str] = None,
site_type: Optional[str] = None,
state: Optional[str] = None,
sw_version: Optional[str] = None,
tenant_ref: Optional[str] = None,
uuid: Optional[str] = None,
view_id: Optional[str] = None)
func NewGslbsmruntime(ctx *Context, name string, args GslbsmruntimeArgs, opts ...ResourceOption) (*Gslbsmruntime, error)
public Gslbsmruntime(string name, GslbsmruntimeArgs args, CustomResourceOptions? opts = null)
public Gslbsmruntime(String name, GslbsmruntimeArgs args)
public Gslbsmruntime(String name, GslbsmruntimeArgs args, CustomResourceOptions options)
type: avi:Gslbsmruntime
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args GslbsmruntimeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args GslbsmruntimeArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args GslbsmruntimeArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GslbsmruntimeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GslbsmruntimeArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var gslbsmruntimeResource = new Avi.Gslbsmruntime("gslbsmruntimeResource", new()
{
LeaderClusterUuid = "string",
NumOfRetries = "string",
MemberType = "string",
DnsInfos = new[]
{
new Avi.Inputs.GslbsmruntimeDnsInfoArgs
{
DnsActive = "string",
DnsVsStates = new[]
{
new Avi.Inputs.GslbsmruntimeDnsInfoDnsVsStateArgs
{
GeoDownloads = new[]
{
new Avi.Inputs.GslbsmruntimeDnsInfoDnsVsStateGeoDownloadArgs
{
LastChangedTimes = new[]
{
new Avi.Inputs.GslbsmruntimeDnsInfoDnsVsStateGeoDownloadLastChangedTimeArgs
{
Secs = "string",
Usecs = "string",
},
},
State = "string",
},
},
GslbDownloads = new[]
{
new Avi.Inputs.GslbsmruntimeDnsInfoDnsVsStateGslbDownloadArgs
{
LastChangedTimes = new[]
{
new Avi.Inputs.GslbsmruntimeDnsInfoDnsVsStateGslbDownloadLastChangedTimeArgs
{
Secs = "string",
Usecs = "string",
},
},
State = "string",
},
},
Name = "string",
OperStatuses = new[]
{
new Avi.Inputs.GslbsmruntimeDnsInfoDnsVsStateOperStatusArgs
{
LastChangedTimes = new[]
{
new Avi.Inputs.GslbsmruntimeDnsInfoDnsVsStateOperStatusLastChangedTimeArgs
{
Secs = "string",
Usecs = "string",
},
},
ReasonCode = "string",
ReasonCodeString = "string",
Reasons = new[]
{
"string",
},
State = "string",
},
},
PlacementRules = new[]
{
new Avi.Inputs.GslbsmruntimeDnsInfoDnsVsStatePlacementRuleArgs
{
PlacementAllowed = "string",
SubDomain = "string",
TransitionOps = "string",
},
},
SeLists = new[]
{
"string",
},
Uuid = "string",
ValidDnsVs = "string",
},
},
},
},
Enabled = "string",
Events = new[]
{
new Avi.Inputs.GslbsmruntimeEventArgs
{
Msgs = new[]
{
"string",
},
Name = "string",
Timestamps = new[]
{
new Avi.Inputs.GslbsmruntimeEventTimestampArgs
{
Secs = "string",
Usecs = "string",
},
},
Uuid = "string",
},
},
GslbsmruntimeId = "string",
HealthMonitorInfo = "string",
ObjUuid = "string",
ClusterLeader = "string",
Name = "string",
DnsConfigs = new[]
{
new Avi.Inputs.GslbsmruntimeDnsConfigArgs
{
DomainName = "string",
},
},
NodeUuid = "string",
ClusterUuid = "string",
OperStatuses = new[]
{
new Avi.Inputs.GslbsmruntimeOperStatusArgs
{
LastChangedTimes = new[]
{
new Avi.Inputs.GslbsmruntimeOperStatusLastChangedTimeArgs
{
Secs = "string",
Usecs = "string",
},
},
ReasonCode = "string",
ReasonCodeString = "string",
Reasons = new[]
{
"string",
},
State = "string",
},
},
RemoteInfos = new[]
{
new Avi.Inputs.GslbsmruntimeRemoteInfoArgs
{
GslbInfos = new[]
{
new Avi.Inputs.GslbsmruntimeRemoteInfoGslbInfoArgs
{
ReplStates = new[]
{
new Avi.Inputs.GslbsmruntimeRemoteInfoGslbInfoReplStateArgs
{
CfgVersion = "string",
CfgVersionInFlight = "string",
LastChangedTimes = new[]
{
new Avi.Inputs.GslbsmruntimeRemoteInfoGslbInfoReplStateLastChangedTimeArgs
{
Secs = "string",
Usecs = "string",
},
},
LocalConfigs = new[]
{
new Avi.Inputs.GslbsmruntimeRemoteInfoGslbInfoReplStateLocalConfigArgs
{
VsgsInfos = new[]
{
new Avi.Inputs.GslbsmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoArgs
{
DnsvsUuid = "string",
Ops = "string",
Timestamps = new[]
{
new Avi.Inputs.GslbsmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoTimestampArgs
{
Secs = "string",
Usecs = "string",
},
},
},
},
},
},
Reason = "string",
SiteUuid = "string",
Status = "string",
Uuid = "string",
},
},
},
},
OpsInfos = new[]
{
new Avi.Inputs.GslbsmruntimeRemoteInfoOpsInfoArgs
{
Rrtokens = new[]
{
"string",
},
},
},
SyncInfos = new[]
{
new Avi.Inputs.GslbsmruntimeRemoteInfoSyncInfoArgs
{
ErroredObjects = new[]
{
new Avi.Inputs.GslbsmruntimeRemoteInfoSyncInfoErroredObjectArgs
{
DsName = "string",
Name = "string",
Ops = "string",
Reason = "string",
Status = "string",
Uuid = "string",
},
},
LastChangedTimes = new[]
{
new Avi.Inputs.GslbsmruntimeRemoteInfoSyncInfoLastChangedTimeArgs
{
Secs = "string",
Usecs = "string",
},
},
LastFailObjs = new[]
{
new Avi.Inputs.GslbsmruntimeRemoteInfoSyncInfoLastFailObjArgs
{
EventType = "string",
ObjName = "string",
ObjUuid = "string",
},
},
PrevTargetVersion = "string",
Reason = "string",
Recommendation = "string",
SiteVersion = "string",
SyncState = "string",
TargetVersion = "string",
},
},
SyncStats = new[]
{
new Avi.Inputs.GslbsmruntimeRemoteInfoSyncStatArgs
{
AcknowledgedVersion = "string",
PendingObjectCount = "string",
ReceivedVersion = "string",
},
},
},
},
Role = "string",
SiteName = "string",
SiteType = "string",
State = "string",
SwVersion = "string",
TenantRef = "string",
Uuid = "string",
ViewId = "string",
});
example, err := avi.NewGslbsmruntime(ctx, "gslbsmruntimeResource", &avi.GslbsmruntimeArgs{
LeaderClusterUuid: pulumi.String("string"),
NumOfRetries: pulumi.String("string"),
MemberType: pulumi.String("string"),
DnsInfos: avi.GslbsmruntimeDnsInfoArray{
&avi.GslbsmruntimeDnsInfoArgs{
DnsActive: pulumi.String("string"),
DnsVsStates: avi.GslbsmruntimeDnsInfoDnsVsStateArray{
&avi.GslbsmruntimeDnsInfoDnsVsStateArgs{
GeoDownloads: avi.GslbsmruntimeDnsInfoDnsVsStateGeoDownloadArray{
&avi.GslbsmruntimeDnsInfoDnsVsStateGeoDownloadArgs{
LastChangedTimes: avi.GslbsmruntimeDnsInfoDnsVsStateGeoDownloadLastChangedTimeArray{
&avi.GslbsmruntimeDnsInfoDnsVsStateGeoDownloadLastChangedTimeArgs{
Secs: pulumi.String("string"),
Usecs: pulumi.String("string"),
},
},
State: pulumi.String("string"),
},
},
GslbDownloads: avi.GslbsmruntimeDnsInfoDnsVsStateGslbDownloadArray{
&avi.GslbsmruntimeDnsInfoDnsVsStateGslbDownloadArgs{
LastChangedTimes: avi.GslbsmruntimeDnsInfoDnsVsStateGslbDownloadLastChangedTimeArray{
&avi.GslbsmruntimeDnsInfoDnsVsStateGslbDownloadLastChangedTimeArgs{
Secs: pulumi.String("string"),
Usecs: pulumi.String("string"),
},
},
State: pulumi.String("string"),
},
},
Name: pulumi.String("string"),
OperStatuses: avi.GslbsmruntimeDnsInfoDnsVsStateOperStatusArray{
&avi.GslbsmruntimeDnsInfoDnsVsStateOperStatusArgs{
LastChangedTimes: avi.GslbsmruntimeDnsInfoDnsVsStateOperStatusLastChangedTimeArray{
&avi.GslbsmruntimeDnsInfoDnsVsStateOperStatusLastChangedTimeArgs{
Secs: pulumi.String("string"),
Usecs: pulumi.String("string"),
},
},
ReasonCode: pulumi.String("string"),
ReasonCodeString: pulumi.String("string"),
Reasons: pulumi.StringArray{
pulumi.String("string"),
},
State: pulumi.String("string"),
},
},
PlacementRules: avi.GslbsmruntimeDnsInfoDnsVsStatePlacementRuleArray{
&avi.GslbsmruntimeDnsInfoDnsVsStatePlacementRuleArgs{
PlacementAllowed: pulumi.String("string"),
SubDomain: pulumi.String("string"),
TransitionOps: pulumi.String("string"),
},
},
SeLists: pulumi.StringArray{
pulumi.String("string"),
},
Uuid: pulumi.String("string"),
ValidDnsVs: pulumi.String("string"),
},
},
},
},
Enabled: pulumi.String("string"),
Events: avi.GslbsmruntimeEventArray{
&avi.GslbsmruntimeEventArgs{
Msgs: pulumi.StringArray{
pulumi.String("string"),
},
Name: pulumi.String("string"),
Timestamps: avi.GslbsmruntimeEventTimestampArray{
&avi.GslbsmruntimeEventTimestampArgs{
Secs: pulumi.String("string"),
Usecs: pulumi.String("string"),
},
},
Uuid: pulumi.String("string"),
},
},
GslbsmruntimeId: pulumi.String("string"),
HealthMonitorInfo: pulumi.String("string"),
ObjUuid: pulumi.String("string"),
ClusterLeader: pulumi.String("string"),
Name: pulumi.String("string"),
DnsConfigs: avi.GslbsmruntimeDnsConfigArray{
&avi.GslbsmruntimeDnsConfigArgs{
DomainName: pulumi.String("string"),
},
},
NodeUuid: pulumi.String("string"),
ClusterUuid: pulumi.String("string"),
OperStatuses: avi.GslbsmruntimeOperStatusArray{
&avi.GslbsmruntimeOperStatusArgs{
LastChangedTimes: avi.GslbsmruntimeOperStatusLastChangedTimeArray{
&avi.GslbsmruntimeOperStatusLastChangedTimeArgs{
Secs: pulumi.String("string"),
Usecs: pulumi.String("string"),
},
},
ReasonCode: pulumi.String("string"),
ReasonCodeString: pulumi.String("string"),
Reasons: pulumi.StringArray{
pulumi.String("string"),
},
State: pulumi.String("string"),
},
},
RemoteInfos: avi.GslbsmruntimeRemoteInfoArray{
&avi.GslbsmruntimeRemoteInfoArgs{
GslbInfos: avi.GslbsmruntimeRemoteInfoGslbInfoArray{
&avi.GslbsmruntimeRemoteInfoGslbInfoArgs{
ReplStates: avi.GslbsmruntimeRemoteInfoGslbInfoReplStateArray{
&avi.GslbsmruntimeRemoteInfoGslbInfoReplStateArgs{
CfgVersion: pulumi.String("string"),
CfgVersionInFlight: pulumi.String("string"),
LastChangedTimes: avi.GslbsmruntimeRemoteInfoGslbInfoReplStateLastChangedTimeArray{
&avi.GslbsmruntimeRemoteInfoGslbInfoReplStateLastChangedTimeArgs{
Secs: pulumi.String("string"),
Usecs: pulumi.String("string"),
},
},
LocalConfigs: avi.GslbsmruntimeRemoteInfoGslbInfoReplStateLocalConfigArray{
&avi.GslbsmruntimeRemoteInfoGslbInfoReplStateLocalConfigArgs{
VsgsInfos: avi.GslbsmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoArray{
&avi.GslbsmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoArgs{
DnsvsUuid: pulumi.String("string"),
Ops: pulumi.String("string"),
Timestamps: avi.GslbsmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoTimestampArray{
&avi.GslbsmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoTimestampArgs{
Secs: pulumi.String("string"),
Usecs: pulumi.String("string"),
},
},
},
},
},
},
Reason: pulumi.String("string"),
SiteUuid: pulumi.String("string"),
Status: pulumi.String("string"),
Uuid: pulumi.String("string"),
},
},
},
},
OpsInfos: avi.GslbsmruntimeRemoteInfoOpsInfoArray{
&avi.GslbsmruntimeRemoteInfoOpsInfoArgs{
Rrtokens: pulumi.StringArray{
pulumi.String("string"),
},
},
},
SyncInfos: avi.GslbsmruntimeRemoteInfoSyncInfoArray{
&avi.GslbsmruntimeRemoteInfoSyncInfoArgs{
ErroredObjects: avi.GslbsmruntimeRemoteInfoSyncInfoErroredObjectArray{
&avi.GslbsmruntimeRemoteInfoSyncInfoErroredObjectArgs{
DsName: pulumi.String("string"),
Name: pulumi.String("string"),
Ops: pulumi.String("string"),
Reason: pulumi.String("string"),
Status: pulumi.String("string"),
Uuid: pulumi.String("string"),
},
},
LastChangedTimes: avi.GslbsmruntimeRemoteInfoSyncInfoLastChangedTimeArray{
&avi.GslbsmruntimeRemoteInfoSyncInfoLastChangedTimeArgs{
Secs: pulumi.String("string"),
Usecs: pulumi.String("string"),
},
},
LastFailObjs: avi.GslbsmruntimeRemoteInfoSyncInfoLastFailObjArray{
&avi.GslbsmruntimeRemoteInfoSyncInfoLastFailObjArgs{
EventType: pulumi.String("string"),
ObjName: pulumi.String("string"),
ObjUuid: pulumi.String("string"),
},
},
PrevTargetVersion: pulumi.String("string"),
Reason: pulumi.String("string"),
Recommendation: pulumi.String("string"),
SiteVersion: pulumi.String("string"),
SyncState: pulumi.String("string"),
TargetVersion: pulumi.String("string"),
},
},
SyncStats: avi.GslbsmruntimeRemoteInfoSyncStatArray{
&avi.GslbsmruntimeRemoteInfoSyncStatArgs{
AcknowledgedVersion: pulumi.String("string"),
PendingObjectCount: pulumi.String("string"),
ReceivedVersion: pulumi.String("string"),
},
},
},
},
Role: pulumi.String("string"),
SiteName: pulumi.String("string"),
SiteType: pulumi.String("string"),
State: pulumi.String("string"),
SwVersion: pulumi.String("string"),
TenantRef: pulumi.String("string"),
Uuid: pulumi.String("string"),
ViewId: pulumi.String("string"),
})
var gslbsmruntimeResource = new Gslbsmruntime("gslbsmruntimeResource", GslbsmruntimeArgs.builder()
.leaderClusterUuid("string")
.numOfRetries("string")
.memberType("string")
.dnsInfos(GslbsmruntimeDnsInfoArgs.builder()
.dnsActive("string")
.dnsVsStates(GslbsmruntimeDnsInfoDnsVsStateArgs.builder()
.geoDownloads(GslbsmruntimeDnsInfoDnsVsStateGeoDownloadArgs.builder()
.lastChangedTimes(GslbsmruntimeDnsInfoDnsVsStateGeoDownloadLastChangedTimeArgs.builder()
.secs("string")
.usecs("string")
.build())
.state("string")
.build())
.gslbDownloads(GslbsmruntimeDnsInfoDnsVsStateGslbDownloadArgs.builder()
.lastChangedTimes(GslbsmruntimeDnsInfoDnsVsStateGslbDownloadLastChangedTimeArgs.builder()
.secs("string")
.usecs("string")
.build())
.state("string")
.build())
.name("string")
.operStatuses(GslbsmruntimeDnsInfoDnsVsStateOperStatusArgs.builder()
.lastChangedTimes(GslbsmruntimeDnsInfoDnsVsStateOperStatusLastChangedTimeArgs.builder()
.secs("string")
.usecs("string")
.build())
.reasonCode("string")
.reasonCodeString("string")
.reasons("string")
.state("string")
.build())
.placementRules(GslbsmruntimeDnsInfoDnsVsStatePlacementRuleArgs.builder()
.placementAllowed("string")
.subDomain("string")
.transitionOps("string")
.build())
.seLists("string")
.uuid("string")
.validDnsVs("string")
.build())
.build())
.enabled("string")
.events(GslbsmruntimeEventArgs.builder()
.msgs("string")
.name("string")
.timestamps(GslbsmruntimeEventTimestampArgs.builder()
.secs("string")
.usecs("string")
.build())
.uuid("string")
.build())
.gslbsmruntimeId("string")
.healthMonitorInfo("string")
.objUuid("string")
.clusterLeader("string")
.name("string")
.dnsConfigs(GslbsmruntimeDnsConfigArgs.builder()
.domainName("string")
.build())
.nodeUuid("string")
.clusterUuid("string")
.operStatuses(GslbsmruntimeOperStatusArgs.builder()
.lastChangedTimes(GslbsmruntimeOperStatusLastChangedTimeArgs.builder()
.secs("string")
.usecs("string")
.build())
.reasonCode("string")
.reasonCodeString("string")
.reasons("string")
.state("string")
.build())
.remoteInfos(GslbsmruntimeRemoteInfoArgs.builder()
.gslbInfos(GslbsmruntimeRemoteInfoGslbInfoArgs.builder()
.replStates(GslbsmruntimeRemoteInfoGslbInfoReplStateArgs.builder()
.cfgVersion("string")
.cfgVersionInFlight("string")
.lastChangedTimes(GslbsmruntimeRemoteInfoGslbInfoReplStateLastChangedTimeArgs.builder()
.secs("string")
.usecs("string")
.build())
.localConfigs(GslbsmruntimeRemoteInfoGslbInfoReplStateLocalConfigArgs.builder()
.vsgsInfos(GslbsmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoArgs.builder()
.dnsvsUuid("string")
.ops("string")
.timestamps(GslbsmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoTimestampArgs.builder()
.secs("string")
.usecs("string")
.build())
.build())
.build())
.reason("string")
.siteUuid("string")
.status("string")
.uuid("string")
.build())
.build())
.opsInfos(GslbsmruntimeRemoteInfoOpsInfoArgs.builder()
.rrtokens("string")
.build())
.syncInfos(GslbsmruntimeRemoteInfoSyncInfoArgs.builder()
.erroredObjects(GslbsmruntimeRemoteInfoSyncInfoErroredObjectArgs.builder()
.dsName("string")
.name("string")
.ops("string")
.reason("string")
.status("string")
.uuid("string")
.build())
.lastChangedTimes(GslbsmruntimeRemoteInfoSyncInfoLastChangedTimeArgs.builder()
.secs("string")
.usecs("string")
.build())
.lastFailObjs(GslbsmruntimeRemoteInfoSyncInfoLastFailObjArgs.builder()
.eventType("string")
.objName("string")
.objUuid("string")
.build())
.prevTargetVersion("string")
.reason("string")
.recommendation("string")
.siteVersion("string")
.syncState("string")
.targetVersion("string")
.build())
.syncStats(GslbsmruntimeRemoteInfoSyncStatArgs.builder()
.acknowledgedVersion("string")
.pendingObjectCount("string")
.receivedVersion("string")
.build())
.build())
.role("string")
.siteName("string")
.siteType("string")
.state("string")
.swVersion("string")
.tenantRef("string")
.uuid("string")
.viewId("string")
.build());
gslbsmruntime_resource = avi.Gslbsmruntime("gslbsmruntimeResource",
leader_cluster_uuid="string",
num_of_retries="string",
member_type="string",
dns_infos=[{
"dns_active": "string",
"dns_vs_states": [{
"geo_downloads": [{
"last_changed_times": [{
"secs": "string",
"usecs": "string",
}],
"state": "string",
}],
"gslb_downloads": [{
"last_changed_times": [{
"secs": "string",
"usecs": "string",
}],
"state": "string",
}],
"name": "string",
"oper_statuses": [{
"last_changed_times": [{
"secs": "string",
"usecs": "string",
}],
"reason_code": "string",
"reason_code_string": "string",
"reasons": ["string"],
"state": "string",
}],
"placement_rules": [{
"placement_allowed": "string",
"sub_domain": "string",
"transition_ops": "string",
}],
"se_lists": ["string"],
"uuid": "string",
"valid_dns_vs": "string",
}],
}],
enabled="string",
events=[{
"msgs": ["string"],
"name": "string",
"timestamps": [{
"secs": "string",
"usecs": "string",
}],
"uuid": "string",
}],
gslbsmruntime_id="string",
health_monitor_info="string",
obj_uuid="string",
cluster_leader="string",
name="string",
dns_configs=[{
"domain_name": "string",
}],
node_uuid="string",
cluster_uuid="string",
oper_statuses=[{
"last_changed_times": [{
"secs": "string",
"usecs": "string",
}],
"reason_code": "string",
"reason_code_string": "string",
"reasons": ["string"],
"state": "string",
}],
remote_infos=[{
"gslb_infos": [{
"repl_states": [{
"cfg_version": "string",
"cfg_version_in_flight": "string",
"last_changed_times": [{
"secs": "string",
"usecs": "string",
}],
"local_configs": [{
"vsgs_infos": [{
"dnsvs_uuid": "string",
"ops": "string",
"timestamps": [{
"secs": "string",
"usecs": "string",
}],
}],
}],
"reason": "string",
"site_uuid": "string",
"status": "string",
"uuid": "string",
}],
}],
"ops_infos": [{
"rrtokens": ["string"],
}],
"sync_infos": [{
"errored_objects": [{
"ds_name": "string",
"name": "string",
"ops": "string",
"reason": "string",
"status": "string",
"uuid": "string",
}],
"last_changed_times": [{
"secs": "string",
"usecs": "string",
}],
"last_fail_objs": [{
"event_type": "string",
"obj_name": "string",
"obj_uuid": "string",
}],
"prev_target_version": "string",
"reason": "string",
"recommendation": "string",
"site_version": "string",
"sync_state": "string",
"target_version": "string",
}],
"sync_stats": [{
"acknowledged_version": "string",
"pending_object_count": "string",
"received_version": "string",
}],
}],
role="string",
site_name="string",
site_type="string",
state="string",
sw_version="string",
tenant_ref="string",
uuid="string",
view_id="string")
const gslbsmruntimeResource = new avi.Gslbsmruntime("gslbsmruntimeResource", {
leaderClusterUuid: "string",
numOfRetries: "string",
memberType: "string",
dnsInfos: [{
dnsActive: "string",
dnsVsStates: [{
geoDownloads: [{
lastChangedTimes: [{
secs: "string",
usecs: "string",
}],
state: "string",
}],
gslbDownloads: [{
lastChangedTimes: [{
secs: "string",
usecs: "string",
}],
state: "string",
}],
name: "string",
operStatuses: [{
lastChangedTimes: [{
secs: "string",
usecs: "string",
}],
reasonCode: "string",
reasonCodeString: "string",
reasons: ["string"],
state: "string",
}],
placementRules: [{
placementAllowed: "string",
subDomain: "string",
transitionOps: "string",
}],
seLists: ["string"],
uuid: "string",
validDnsVs: "string",
}],
}],
enabled: "string",
events: [{
msgs: ["string"],
name: "string",
timestamps: [{
secs: "string",
usecs: "string",
}],
uuid: "string",
}],
gslbsmruntimeId: "string",
healthMonitorInfo: "string",
objUuid: "string",
clusterLeader: "string",
name: "string",
dnsConfigs: [{
domainName: "string",
}],
nodeUuid: "string",
clusterUuid: "string",
operStatuses: [{
lastChangedTimes: [{
secs: "string",
usecs: "string",
}],
reasonCode: "string",
reasonCodeString: "string",
reasons: ["string"],
state: "string",
}],
remoteInfos: [{
gslbInfos: [{
replStates: [{
cfgVersion: "string",
cfgVersionInFlight: "string",
lastChangedTimes: [{
secs: "string",
usecs: "string",
}],
localConfigs: [{
vsgsInfos: [{
dnsvsUuid: "string",
ops: "string",
timestamps: [{
secs: "string",
usecs: "string",
}],
}],
}],
reason: "string",
siteUuid: "string",
status: "string",
uuid: "string",
}],
}],
opsInfos: [{
rrtokens: ["string"],
}],
syncInfos: [{
erroredObjects: [{
dsName: "string",
name: "string",
ops: "string",
reason: "string",
status: "string",
uuid: "string",
}],
lastChangedTimes: [{
secs: "string",
usecs: "string",
}],
lastFailObjs: [{
eventType: "string",
objName: "string",
objUuid: "string",
}],
prevTargetVersion: "string",
reason: "string",
recommendation: "string",
siteVersion: "string",
syncState: "string",
targetVersion: "string",
}],
syncStats: [{
acknowledgedVersion: "string",
pendingObjectCount: "string",
receivedVersion: "string",
}],
}],
role: "string",
siteName: "string",
siteType: "string",
state: "string",
swVersion: "string",
tenantRef: "string",
uuid: "string",
viewId: "string",
});
type: avi:Gslbsmruntime
properties:
clusterLeader: string
clusterUuid: string
dnsConfigs:
- domainName: string
dnsInfos:
- dnsActive: string
dnsVsStates:
- geoDownloads:
- lastChangedTimes:
- secs: string
usecs: string
state: string
gslbDownloads:
- lastChangedTimes:
- secs: string
usecs: string
state: string
name: string
operStatuses:
- lastChangedTimes:
- secs: string
usecs: string
reasonCode: string
reasonCodeString: string
reasons:
- string
state: string
placementRules:
- placementAllowed: string
subDomain: string
transitionOps: string
seLists:
- string
uuid: string
validDnsVs: string
enabled: string
events:
- msgs:
- string
name: string
timestamps:
- secs: string
usecs: string
uuid: string
gslbsmruntimeId: string
healthMonitorInfo: string
leaderClusterUuid: string
memberType: string
name: string
nodeUuid: string
numOfRetries: string
objUuid: string
operStatuses:
- lastChangedTimes:
- secs: string
usecs: string
reasonCode: string
reasonCodeString: string
reasons:
- string
state: string
remoteInfos:
- gslbInfos:
- replStates:
- cfgVersion: string
cfgVersionInFlight: string
lastChangedTimes:
- secs: string
usecs: string
localConfigs:
- vsgsInfos:
- dnsvsUuid: string
ops: string
timestamps:
- secs: string
usecs: string
reason: string
siteUuid: string
status: string
uuid: string
opsInfos:
- rrtokens:
- string
syncInfos:
- erroredObjects:
- dsName: string
name: string
ops: string
reason: string
status: string
uuid: string
lastChangedTimes:
- secs: string
usecs: string
lastFailObjs:
- eventType: string
objName: string
objUuid: string
prevTargetVersion: string
reason: string
recommendation: string
siteVersion: string
syncState: string
targetVersion: string
syncStats:
- acknowledgedVersion: string
pendingObjectCount: string
receivedVersion: string
role: string
siteName: string
siteType: string
state: string
swVersion: string
tenantRef: string
uuid: string
viewId: string
Gslbsmruntime Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Gslbsmruntime resource accepts the following input properties:
- 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.
- 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<GslbsmruntimeDns 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<GslbsmruntimeDns 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<Gslbsmruntime
Event> - Captures sm related events. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Gslbsmruntime
Id string - 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.
- 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<GslbsmruntimeOper 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<GslbsmruntimeRemote 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.
- 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.
- 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 []GslbsmruntimeDns Config Args - 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 []GslbsmruntimeDns Info Args - 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
[]Gslbsmruntime
Event Args - Captures sm related events. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Gslbsmruntime
Id string - 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.
- 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 []GslbsmruntimeOper Status Args - 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 []GslbsmruntimeRemote Info Args - 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.
- 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.
- 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<GslbsmruntimeDns 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<GslbsmruntimeDns 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<Gslbsmruntime
Event> - Captures sm related events. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- gslbsmruntime
Id String - 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.
- 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<GslbsmruntimeOper 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<GslbsmruntimeRemote 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.
- 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.
- 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 GslbsmruntimeDns 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 GslbsmruntimeDns 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
Gslbsmruntime
Event[] - Captures sm related events. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- gslbsmruntime
Id string - 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.
- 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 GslbsmruntimeOper 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 GslbsmruntimeRemote 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.
- 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.
- 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[GslbsmruntimeDns Config Args] - 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[GslbsmruntimeDns Info Args] - 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[Gslbsmruntime
Event Args] - Captures sm related events. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- gslbsmruntime_
id str - 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.
- 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[GslbsmruntimeOper Status Args] - 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[GslbsmruntimeRemote Info Args] - 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.
- 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.
- 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.
- gslbsmruntime
Id String - 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.
- 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.
Outputs
All input properties are implicitly available as output properties. Additionally, the Gslbsmruntime resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing Gslbsmruntime Resource
Get an existing Gslbsmruntime resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: GslbsmruntimeState, opts?: CustomResourceOptions): Gslbsmruntime
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
cluster_leader: Optional[str] = None,
cluster_uuid: Optional[str] = None,
dns_configs: Optional[Sequence[GslbsmruntimeDnsConfigArgs]] = None,
dns_infos: Optional[Sequence[GslbsmruntimeDnsInfoArgs]] = None,
enabled: Optional[str] = None,
events: Optional[Sequence[GslbsmruntimeEventArgs]] = None,
gslbsmruntime_id: Optional[str] = None,
health_monitor_info: Optional[str] = None,
leader_cluster_uuid: Optional[str] = None,
member_type: Optional[str] = None,
name: Optional[str] = None,
node_uuid: Optional[str] = None,
num_of_retries: Optional[str] = None,
obj_uuid: Optional[str] = None,
oper_statuses: Optional[Sequence[GslbsmruntimeOperStatusArgs]] = None,
remote_infos: Optional[Sequence[GslbsmruntimeRemoteInfoArgs]] = None,
role: Optional[str] = None,
site_name: Optional[str] = None,
site_type: Optional[str] = None,
state: Optional[str] = None,
sw_version: Optional[str] = None,
tenant_ref: Optional[str] = None,
uuid: Optional[str] = None,
view_id: Optional[str] = None) -> Gslbsmruntime
func GetGslbsmruntime(ctx *Context, name string, id IDInput, state *GslbsmruntimeState, opts ...ResourceOption) (*Gslbsmruntime, error)
public static Gslbsmruntime Get(string name, Input<string> id, GslbsmruntimeState? state, CustomResourceOptions? opts = null)
public static Gslbsmruntime get(String name, Output<String> id, GslbsmruntimeState state, CustomResourceOptions options)
resources: _: type: avi:Gslbsmruntime get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- 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<GslbsmruntimeDns 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<GslbsmruntimeDns 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<Gslbsmruntime
Event> - Captures sm related events. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Gslbsmruntime
Id string - 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.
- 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<GslbsmruntimeOper 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<GslbsmruntimeRemote 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 []GslbsmruntimeDns Config Args - 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 []GslbsmruntimeDns Info Args - 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
[]Gslbsmruntime
Event Args - Captures sm related events. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Gslbsmruntime
Id string - 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.
- 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 []GslbsmruntimeOper Status Args - 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 []GslbsmruntimeRemote Info Args - 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<GslbsmruntimeDns 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<GslbsmruntimeDns 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<Gslbsmruntime
Event> - Captures sm related events. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- gslbsmruntime
Id String - 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.
- 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<GslbsmruntimeOper 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<GslbsmruntimeRemote 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 GslbsmruntimeDns 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 GslbsmruntimeDns 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
Gslbsmruntime
Event[] - Captures sm related events. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- gslbsmruntime
Id string - 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.
- 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 GslbsmruntimeOper 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 GslbsmruntimeRemote 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[GslbsmruntimeDns Config Args] - 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[GslbsmruntimeDns Info Args] - 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[Gslbsmruntime
Event Args] - Captures sm related events. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- gslbsmruntime_
id str - 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.
- 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[GslbsmruntimeOper Status Args] - 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[GslbsmruntimeRemote Info Args] - 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.
- gslbsmruntime
Id String - 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.
- 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
GslbsmruntimeDnsConfig, GslbsmruntimeDnsConfigArgs
- Domain
Name string
- Domain
Name string
- domain
Name String
- domain
Name string
- domain_
name str
- domain
Name String
GslbsmruntimeDnsInfo, GslbsmruntimeDnsInfoArgs
GslbsmruntimeDnsInfoDnsVsState, GslbsmruntimeDnsInfoDnsVsStateArgs
- Geo
Downloads List<GslbsmruntimeDns Info Dns Vs State Geo Download> - Gslb
Downloads List<GslbsmruntimeDns Info Dns Vs State Gslb Download> - Name string
- The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Oper
Statuses List<GslbsmruntimeDns 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<GslbsmruntimeDns Info Dns Vs State Placement Rule> - Se
Lists List<string> - Uuid string
- The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Valid
Dns stringVs
- Geo
Downloads []GslbsmruntimeDns Info Dns Vs State Geo Download - Gslb
Downloads []GslbsmruntimeDns Info Dns Vs State Gslb Download - Name string
- The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Oper
Statuses []GslbsmruntimeDns 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 []GslbsmruntimeDns Info Dns Vs State Placement Rule - Se
Lists []string - Uuid string
- The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Valid
Dns stringVs
- geo
Downloads List<GslbsmruntimeDns Info Dns Vs State Geo Download> - gslb
Downloads List<GslbsmruntimeDns Info Dns Vs State Gslb Download> - name String
- The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- oper
Statuses List<GslbsmruntimeDns 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<GslbsmruntimeDns Info Dns Vs State Placement Rule> - se
Lists List<String> - uuid String
- The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- valid
Dns StringVs
- geo
Downloads GslbsmruntimeDns Info Dns Vs State Geo Download[] - gslb
Downloads GslbsmruntimeDns Info Dns Vs State Gslb Download[] - name string
- The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- oper
Statuses GslbsmruntimeDns 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 GslbsmruntimeDns Info Dns Vs State Placement Rule[] - se
Lists string[] - uuid string
- The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- valid
Dns stringVs
- geo_
downloads Sequence[GslbsmruntimeDns Info Dns Vs State Geo Download] - gslb_
downloads Sequence[GslbsmruntimeDns Info Dns Vs State Gslb Download] - name str
- The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- oper_
statuses Sequence[GslbsmruntimeDns 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[GslbsmruntimeDns Info Dns Vs State Placement Rule] - se_
lists Sequence[str] - uuid str
- The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- valid_
dns_ strvs
- geo
Downloads List<Property Map> - gslb
Downloads List<Property Map> - name String
- The name of db entry. 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.
- placement
Rules List<Property Map> - se
Lists List<String> - uuid String
- The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- valid
Dns StringVs
GslbsmruntimeDnsInfoDnsVsStateGeoDownload, GslbsmruntimeDnsInfoDnsVsStateGeoDownloadArgs
- Last
Changed List<GslbsmruntimeTimes 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 []GslbsmruntimeTimes 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<GslbsmruntimeTimes 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 GslbsmruntimeTimes 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[Gslbsmruntimetimes 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.
GslbsmruntimeDnsInfoDnsVsStateGeoDownloadLastChangedTime, GslbsmruntimeDnsInfoDnsVsStateGeoDownloadLastChangedTimeArgs
GslbsmruntimeDnsInfoDnsVsStateGslbDownload, GslbsmruntimeDnsInfoDnsVsStateGslbDownloadArgs
- Last
Changed List<GslbsmruntimeTimes 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 []GslbsmruntimeTimes 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<GslbsmruntimeTimes 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 GslbsmruntimeTimes 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[Gslbsmruntimetimes 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.
GslbsmruntimeDnsInfoDnsVsStateGslbDownloadLastChangedTime, GslbsmruntimeDnsInfoDnsVsStateGslbDownloadLastChangedTimeArgs
GslbsmruntimeDnsInfoDnsVsStateOperStatus, GslbsmruntimeDnsInfoDnsVsStateOperStatusArgs
- Last
Changed List<GslbsmruntimeTimes 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 []GslbsmruntimeTimes 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<GslbsmruntimeTimes 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 GslbsmruntimeTimes 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[Gslbsmruntimetimes 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.
GslbsmruntimeDnsInfoDnsVsStateOperStatusLastChangedTime, GslbsmruntimeDnsInfoDnsVsStateOperStatusLastChangedTimeArgs
GslbsmruntimeDnsInfoDnsVsStatePlacementRule, GslbsmruntimeDnsInfoDnsVsStatePlacementRuleArgs
- 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
GslbsmruntimeEvent, GslbsmruntimeEventArgs
- Msgs List<string>
- Name string
- The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Timestamps
List<Gslbsmruntime
Event Timestamp> - Uuid string
- The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Msgs []string
- Name string
- The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Timestamps
[]Gslbsmruntime
Event Timestamp - Uuid string
- The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- msgs List<String>
- name String
- The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- timestamps
List<Gslbsmruntime
Event Timestamp> - uuid String
- The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- msgs string[]
- name string
- The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- timestamps
Gslbsmruntime
Event Timestamp[] - uuid string
- The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- msgs Sequence[str]
- name str
- The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- timestamps
Sequence[Gslbsmruntime
Event Timestamp] - uuid str
- The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- msgs List<String>
- name String
- The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- timestamps List<Property Map>
- uuid String
- The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
GslbsmruntimeEventTimestamp, GslbsmruntimeEventTimestampArgs
GslbsmruntimeOperStatus, GslbsmruntimeOperStatusArgs
- Last
Changed List<GslbsmruntimeTimes 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 []GslbsmruntimeTimes 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<GslbsmruntimeTimes 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 GslbsmruntimeTimes 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[Gslbsmruntimetimes 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.
GslbsmruntimeOperStatusLastChangedTime, GslbsmruntimeOperStatusLastChangedTimeArgs
GslbsmruntimeRemoteInfo, GslbsmruntimeRemoteInfoArgs
GslbsmruntimeRemoteInfoGslbInfo, GslbsmruntimeRemoteInfoGslbInfoArgs
GslbsmruntimeRemoteInfoGslbInfoReplState, GslbsmruntimeRemoteInfoGslbInfoReplStateArgs
- Cfg
Version string - Cfg
Version stringIn Flight - Last
Changed List<GslbsmruntimeTimes Remote Info Gslb Info Repl State Last Changed Time> - Local
Configs List<GslbsmruntimeRemote Info Gslb Info Repl State Local Config> - Reason string
- Site
Uuid string - Status string
- Uuid string
- The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Cfg
Version string - Cfg
Version stringIn Flight - Last
Changed []GslbsmruntimeTimes Remote Info Gslb Info Repl State Last Changed Time - Local
Configs []GslbsmruntimeRemote Info Gslb Info Repl State Local Config - Reason string
- Site
Uuid string - Status string
- Uuid string
- The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- cfg
Version String - cfg
Version StringIn Flight - last
Changed List<GslbsmruntimeTimes Remote Info Gslb Info Repl State Last Changed Time> - local
Configs List<GslbsmruntimeRemote Info Gslb Info Repl State Local Config> - reason String
- site
Uuid String - status String
- uuid String
- The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- cfg
Version string - cfg
Version stringIn Flight - last
Changed GslbsmruntimeTimes Remote Info Gslb Info Repl State Last Changed Time[] - local
Configs GslbsmruntimeRemote Info Gslb Info Repl State Local Config[] - reason string
- site
Uuid string - status string
- uuid string
- The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- cfg_
version str - cfg_
version_ strin_ flight - last_
changed_ Sequence[Gslbsmruntimetimes Remote Info Gslb Info Repl State Last Changed Time] - local_
configs Sequence[GslbsmruntimeRemote Info Gslb Info Repl State Local Config] - reason str
- site_
uuid str - status str
- uuid str
- The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- 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
- The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
GslbsmruntimeRemoteInfoGslbInfoReplStateLastChangedTime, GslbsmruntimeRemoteInfoGslbInfoReplStateLastChangedTimeArgs
GslbsmruntimeRemoteInfoGslbInfoReplStateLocalConfig, GslbsmruntimeRemoteInfoGslbInfoReplStateLocalConfigArgs
GslbsmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfo, GslbsmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoArgs
- dnsvs
Uuid String - ops String
- timestamps List<Property Map>
GslbsmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoTimestamp, GslbsmruntimeRemoteInfoGslbInfoReplStateLocalConfigVsgsInfoTimestampArgs
GslbsmruntimeRemoteInfoOpsInfo, GslbsmruntimeRemoteInfoOpsInfoArgs
- Rrtokens List<string>
- Rrtokens []string
- rrtokens List<String>
- rrtokens string[]
- rrtokens Sequence[str]
- rrtokens List<String>
GslbsmruntimeRemoteInfoSyncInfo, GslbsmruntimeRemoteInfoSyncInfoArgs
- Errored
Objects List<GslbsmruntimeRemote Info Sync Info Errored Object> - Last
Changed List<GslbsmruntimeTimes Remote Info Sync Info Last Changed Time> - Last
Fail List<GslbsmruntimeObjs 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<GslbsmruntimeRemote Info Sync Info Errored Object> - last
Changed List<GslbsmruntimeTimes Remote Info Sync Info Last Changed Time> - last
Fail List<GslbsmruntimeObjs 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[GslbsmruntimeRemote Info Sync Info Errored Object] - last_
changed_ Sequence[Gslbsmruntimetimes Remote Info Sync Info Last Changed Time] - last_
fail_ Sequence[Gslbsmruntimeobjs 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
GslbsmruntimeRemoteInfoSyncInfoErroredObject, GslbsmruntimeRemoteInfoSyncInfoErroredObjectArgs
- Ds
Name string - Name string
- The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Ops string
- Reason string
- Status string
- Uuid string
- The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Ds
Name string - Name string
- The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Ops string
- Reason string
- Status string
- Uuid string
- The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- ds
Name String - name String
- The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- ops String
- reason String
- status String
- uuid String
- The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- ds
Name string - name string
- The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- ops string
- reason string
- status string
- uuid string
- The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- ds_
name str - name str
- The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- ops str
- reason str
- status str
- uuid str
- The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- ds
Name String - name String
- The name of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- ops String
- reason String
- status String
- uuid String
- The uuid of db entry. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
GslbsmruntimeRemoteInfoSyncInfoLastChangedTime, GslbsmruntimeRemoteInfoSyncInfoLastChangedTimeArgs
GslbsmruntimeRemoteInfoSyncInfoLastFailObj, GslbsmruntimeRemoteInfoSyncInfoLastFailObjArgs
- 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.
GslbsmruntimeRemoteInfoSyncStat, GslbsmruntimeRemoteInfoSyncStatArgs
- 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.