serviceedgegroup

package
v2.732.0 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2024 License: MIT Imports: 7 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Delete added in v2.61.0

func Delete(service *services.Service, serviceEdgeGroupID string) (*http.Response, error)

func Update added in v2.61.0

func Update(service *services.Service, serviceEdgeGroupID string, serviceEdge *ServiceEdgeGroup) (*http.Response, error)

Types

type ServiceEdgeGroup

type ServiceEdgeGroup struct {
	CityCountry                   string                                        `json:"cityCountry,omitempty"`
	CountryCode                   string                                        `json:"countryCode,omitempty"`
	CreationTime                  string                                        `json:"creationTime,omitempty"`
	Description                   string                                        `json:"description,omitempty"`
	Enabled                       bool                                          `json:"enabled"`
	GeoLocationID                 string                                        `json:"geoLocationId,omitempty"`
	GraceDistanceEnabled          bool                                          `json:"graceDistanceEnabled"`
	GraceDistanceValue            string                                        `json:"graceDistanceValue,omitempty"`
	GraceDistanceValueUnit        string                                        `json:"graceDistanceValueUnit,omitempty"`
	ID                            string                                        `json:"id,omitempty"`
	IsPublic                      string                                        `json:"isPublic,omitempty"`
	Latitude                      string                                        `json:"latitude,omitempty"`
	Location                      string                                        `json:"location,omitempty"`
	Longitude                     string                                        `json:"longitude,omitempty"`
	ModifiedBy                    string                                        `json:"modifiedBy,omitempty"`
	ModifiedTime                  string                                        `json:"modifiedTime,omitempty"`
	Name                          string                                        `json:"name,omitempty"`
	UseInDrMode                   bool                                          `json:"useInDrMode"`
	OverrideVersionProfile        bool                                          `json:"overrideVersionProfile"`
	ServiceEdges                  []serviceedgecontroller.ServiceEdgeController `json:"serviceEdges,omitempty"`
	TrustedNetworks               []trustednetwork.TrustedNetwork               `json:"trustedNetworks,omitempty"`
	UpgradeDay                    string                                        `json:"upgradeDay,omitempty"`
	UpgradeTimeInSecs             string                                        `json:"upgradeTimeInSecs,omitempty"`
	VersionProfileID              string                                        `json:"versionProfileId,omitempty"`
	VersionProfileName            string                                        `json:"versionProfileName,omitempty"`
	VersionProfileVisibilityScope string                                        `json:"versionProfileVisibilityScope,omitempty"`
	ObjectType                    string                                        `json:"objectType,omitempty"`
	ScopeName                     string                                        `json:"scopeName,omitempty"`
	RestrictedEntity              bool                                          `json:"restrictedEntity,omitempty"`
	AltCloud                      string                                        `json:"altCloud,omitempty"`
	MicroTenantID                 string                                        `json:"microtenantId,omitempty"`
	MicroTenantName               string                                        `json:"microtenantName,omitempty"`
	SiteID                        string                                        `json:"siteId,omitempty"`
	SiteName                      string                                        `json:"siteName,omitempty"`
}

func Create added in v2.61.0

func Create(service *services.Service, serviceEdge ServiceEdgeGroup) (*ServiceEdgeGroup, *http.Response, error)

func Get added in v2.61.0

func Get(service *services.Service, serviceEdgeGroupID string) (*ServiceEdgeGroup, *http.Response, error)

func GetAll added in v2.61.0

func GetAll(service *services.Service) ([]ServiceEdgeGroup, *http.Response, error)

func GetByName added in v2.61.0

func GetByName(service *services.Service, serviceEdgeGroupName string) (*ServiceEdgeGroup, *http.Response, error)

Jump to

Keyboard shortcuts

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