Skip to content

Commit

Permalink
Update API reference doc
Browse files Browse the repository at this point in the history
  • Loading branch information
devOpsHelm committed Jul 22, 2024
1 parent 5abcbe3 commit 7dbbf04
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/modules/ROOT/pages/api-ref.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ TIP: This document was generated from comments in the Go code in the api/ direct
* <<UserCodeNamespacesConfig,UserCodeNamespacesConfig>>
* <<WANConfig,WANConfig>>
* <<WANServiceType,WANServiceType>>
* <<WanMemberStatus,WanMemberStatus>>
* <<WanReplication,WanReplication>>
* <<WanReplicationList,WanReplicationList>>
* <<WanReplicationMapStatus,WanReplicationMapStatus>>
Expand Down Expand Up @@ -2023,6 +2024,19 @@ m| portCount | DEPRECATED: PortCount is deprecated. The actual value is always 1

<<Table of Contents,Back to TOC>>

=== WanMemberStatus



[cols="4,8,4,2,4"options="header"]
|===
| Field | Description | Type | Required | Default
m| isConnected | IsConnected defines whether the member is connected m| bool | false | -
m| state | State is the WAN state of the member m| string | false | -
|===

<<Table of Contents,Back to TOC>>

=== WanReplication

WanReplication is the Schema for the wanreplications API
Expand Down Expand Up @@ -2060,6 +2074,7 @@ m| items | &#160; m| []<<WanReplication,WanReplication>> | true | -
m| resourceName | ResourceName is the name of the Map Custom Resource. m| string | false | -
m| publisherId | PublisherId is the ID used for WAN publisher ID m| string | false | -
m| status | Status is the status of WAN replication m| <<WanStatus,WanStatus>> | false | -
m| membersStatus | MembersStatus is the wan status of each member m| map[string]<<WanMemberStatus,WanMemberStatus>> | false | -
m| message | Message is the field to show detail information or error m| string | false | -
|===

Expand Down

0 comments on commit 7dbbf04

Please sign in to comment.