trafficmanager

package
v0.0.0-...-a7eb91c Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2017 License: MPL-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateOrUpdateTrafficManager

type CreateOrUpdateTrafficManager struct {
	Name              string `json:"-" riviera:"name"`
	ResourceGroupName string `json:"-"`
	ProfileName       string `json:"-"`
	URIType           string `json:"-"`
	Type              string `json:"-" riviera:"type"`
	TargetResourceId  string `json:"targetResourceId,omitempty"`
	EndpointStatus    string `json:"endpointStatus,omitempty"`
	Weight            int    `json:"weight,omitempty"`
	Priority          int    `json:"priority,omitempty"`
	Target            string `json:"target,omitempty"`
	EndpointLocation  string `json:"endpointLocation,omitempty"`
	MinChildEndpoints int    `json:"minChildEndpoints,omitempty"`
}

func (CreateOrUpdateTrafficManager) APIInfo

type CreateOrUpdateTrafficManagerResponse

type CreateOrUpdateTrafficManagerResponse struct {
	ID                    *string `mapstructure:"id"`
	Name                  *string `mapstructure:"name"`
	Type                  *string `mapstructure:"type"`
	TargetResourceId      *string `mapstructure:"targetResourceId"`
	EndpointStatus        *string `mapstructure:"endpointStatus"`
	EndpointMonitorStatus *string `mapstructure:"endpointMonitorStatus"`
	Weight                int     `mapstructure:"weight"`
	Priority              int     `mapstructure:"priority"`
	Target                *string `mapstructure:"target"`
	EndpointLocation      *string `mapstructure:"endpointLocation"`
	MinChildEndpoints     int     `mapstructure:"minChildEndpoints"`
}

type GetTrafficManagerEndpoint

type GetTrafficManagerEndpoint struct {
	Name              string `json:"-"`
	URIType           string `json:"-"`
	ProfileName       string `json:"-"`
	ResourceGroupName string `json:"-"`
}

func (GetTrafficManagerEndpoint) APIInfo

type GetTrafficManagerEndpointResponse

type GetTrafficManagerEndpointResponse struct {
	ID                    *string `mapstructure:"id"`
	Name                  *string `mapstructure:"name"`
	Type                  *string `mapstructure:"type"`
	TargetResourceId      *string `mapstructure:"targetResourceId"`
	EndpointStatus        *string `mapstructure:"endpointStatus"`
	EndpointMonitorStatus *string `mapstructure:"endpointMonitorStatus"`
	Weight                int     `mapstructure:"weight"`
	Priority              int     `mapstructure:"priority"`
	Target                *string `mapstructure:"target"`
	EndpointLocation      *string `mapstructure:"endpointLocation"`
	MinChildEndpoints     int     `mapstructure:"minChildEndpoints"`
}

Jump to

Keyboard shortcuts

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