serviceedgecontroller

package
v2.61.1 Latest Latest
Warning

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

Go to latest
Published: Jun 19, 2024 License: MIT Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BulkDelete added in v2.61.0

func BulkDelete(service *services.Service, serviceEdgeIDs []string) (*http.Response, error)

BulkDelete Bulk deletes the Service Edge.

func Delete added in v2.61.0

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

Delete Deletes the Service Edge for the specified ID.

Types

type AssistantSchedule added in v2.5.22

type AssistantSchedule struct {
	// The unique identifier for the Service Edge Controller auto deletion configuration for a customer. This field is only required for the PUT request to update the frequency of the App Connector Settings.
	ID string `json:"id,omitempty"`

	// The unique identifier of the ZPA tenant.
	CustomerID string `json:"customerId"`

	// Indicates if the Service Edge Controller are included for deletion if they are in a disconnected state based on frequencyInterval and frequency values.
	DeleteDisabled bool `json:"deleteDisabled"`

	// Indicates if the setting for deleting Service Edge Controller is enabled or disabled.
	Enabled bool `json:"enabled"`

	// The scheduled frequency at which the disconnected Service Edge Controller are deleted.
	Frequency string `json:"frequency"`

	// The interval for the configured frequency value. The minimum supported value is 5.
	FrequencyInterval string `json:"frequencyInterval"`
}

type BulkDeleteRequest

type BulkDeleteRequest struct {
	IDs []string `json:"ids"`
}

type ServiceEdgeController

type ServiceEdgeController struct {
	ApplicationStartTime             string                    `json:"applicationStartTime,omitempty"`
	ServiceEdgeGroupID               string                    `json:"serviceEdgeGroupId,omitempty"`
	ServiceEdgeGroupName             string                    `json:"serviceEdgeGroupName,omitempty"`
	ControlChannelStatus             string                    `json:"controlChannelStatus,omitempty"`
	CreationTime                     string                    `json:"creationTime,omitempty"`
	CtrlBrokerName                   string                    `json:"ctrlBrokerName,omitempty"`
	CurrentVersion                   string                    `json:"currentVersion,omitempty"`
	Description                      string                    `json:"description,omitempty"`
	Enabled                          bool                      `json:"enabled,omitempty"`
	ExpectedUpgradeTime              string                    `json:"expectedUpgradeTime,omitempty"`
	ExpectedVersion                  string                    `json:"expectedVersion,omitempty"`
	Fingerprint                      string                    `json:"fingerprint,omitempty"`
	ID                               string                    `json:"id,omitempty"`
	IPACL                            string                    `json:"ipAcl,omitempty"`
	IssuedCertID                     string                    `json:"issuedCertId,omitempty"`
	LastBrokerConnectTime            string                    `json:"lastBrokerConnectTime,omitempty"`
	LastBrokerConnectTimeDuration    string                    `json:"lastBrokerConnectTimeDuration,omitempty"`
	LastBrokerDisconnectTime         string                    `json:"lastBrokerDisconnectTime,omitempty"`
	LastBrokerDisconnectTimeDuration string                    `json:"lastBrokerDisconnectTimeDuration,omitempty"`
	LastUpgradeTime                  string                    `json:"lastUpgradeTime,omitempty"`
	Latitude                         string                    `json:"latitude,omitempty"`
	Location                         string                    `json:"location,omitempty"`
	Longitude                        string                    `json:"longitude,omitempty"`
	ListenIPs                        string                    `json:"listenIps,omitempty"`
	ModifiedBy                       string                    `json:"modifiedBy,omitempty"`
	ModifiedTime                     string                    `json:"modifiedTime,omitempty"`
	Name                             string                    `json:"name,omitempty"`
	ProvisioningKeyID                string                    `json:"provisioningKeyId"`
	ProvisioningKeyName              string                    `json:"provisioningKeyName"`
	Platform                         string                    `json:"platform,omitempty"`
	PreviousVersion                  string                    `json:"previousVersion,omitempty"`
	PrivateIP                        string                    `json:"privateIp,omitempty"`
	PublicIP                         string                    `json:"publicIp,omitempty"`
	PublishIPs                       string                    `json:"publishIps,omitempty"`
	SargeVersion                     string                    `json:"sargeVersion,omitempty"`
	EnrollmentCert                   map[string]interface{}    `json:"enrollmentCert,omitempty"`
	UpgradeAttempt                   string                    `json:"upgradeAttempt,omitempty"`
	UpgradeStatus                    string                    `json:"upgradeStatus,omitempty"`
	MicroTenantID                    string                    `json:"microtenantId,omitempty"`
	MicroTenantName                  string                    `json:"microtenantName,omitempty"`
	ZPNSubModuleUpgradeList          []ZPNSubModuleUpgradeList `json:"zpnSubModuleUpgradeList,omitempty"`
}

func Get added in v2.61.0

func Get(service *services.Service, serviceEdgeID string) (*ServiceEdgeController, *http.Response, error)

func GetAll added in v2.61.0

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

func GetByName added in v2.61.0

func GetByName(service *services.Service, serviceEdgeName string) (*ServiceEdgeController, *http.Response, error)

func Update added in v2.61.0

func Update(service *services.Service, serviceEdgeID string, serviceEdge ServiceEdgeController) (*ServiceEdgeController, *http.Response, error)

Update Updates the Service Edge details for the specified ID.

type ZPNSubModuleUpgradeList

type ZPNSubModuleUpgradeList struct {
	ID              string `json:"id,omitempty"`
	CreationTime    string `json:"creationTime,omitempty"`
	CurrentVersion  string `json:"currentVersion,omitempty"`
	EntityGid       string `json:"entityGid,omitempty"`
	EntityType      string `json:"entityType,omitempty"`
	ExpectedVersion string `json:"expectedVersion,omitempty"`
	ModifiedBy      string `json:"modifiedBy,omitempty"`
	ModifiedTime    string `json:"modifiedTime,omitempty"`
	PreviousVersion string `json:"previousVersion,omitempty"`
	Role            string `json:"role,omitempty"`
	UpgradeStatus   string `json:"upgradeStatus,omitempty"`
	UpgradeTime     string `json:"upgradeTime,omitempty"`
}

Jump to

Keyboard shortcuts

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