connection_monitors

package
v0.0.0-...-a0f4175 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2025 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommonResult

type CommonResult struct {
	golangsdk.Result
}

func List

func List(client *golangsdk.ServiceClient) (r CommonResult)

func (CommonResult) Extract

func (r CommonResult) Extract() ([]ConnectionMonitor, error)

type ConnectionMonitor

type ConnectionMonitor struct {
	ID              string `json:"id"`
	Status          string `json:"status"`
	VpnConnectionId string `json:"vpn_connection_id"`
	Type            string `json:"type"`
	SourceIp        string `json:"source_ip"`
	DestinationIp   string `json:"destination_ip"`
	ProtoType       string `json:"proto_type"`
}

type ListResp

type ListResp struct {
	ConnectionMonitors []ConnectionMonitor `json:"connection_monitors"`
	RequestId          string              `json:"request_id"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL