documentdb

package
v0.0.0-...-8b9beea Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2016 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 FailoverDBDatabase

type FailoverDBDatabase struct {
	DatabaseName      string             `json:"-"`
	ResourceGroupName string             `json:"-"`
	FailoverPolicies  []FailoverPolicies `json:"failoverPolicies,omitempty" riviera:"failoverPolicies"`
}

func (FailoverDBDatabase) APIInfo

func (s FailoverDBDatabase) APIInfo() azure.APIInfo

type FailoverPolicies

type FailoverPolicies struct {
	LocationName     string `json:"locationName"`
	FailoverPriority int    `json:"failoverPriority"`
}

type GetDatabaseResponse

type GetDatabaseResponse struct {
	ID               *string            `mapstructure:"id"`
	Name             *string            `mapstructure:"name"`
	Type             *string            `mapstructure:"type"`
	FailoverPolicies []FailoverPolicies `mapstructure:"failoverPolicies"`
}

type GetDocumentDBDatabase

type GetDocumentDBDatabase struct {
	DatabaseName      string `json:"-"`
	ResourceGroupName string `json:"-"`
}

func (GetDocumentDBDatabase) APIInfo

func (s GetDocumentDBDatabase) APIInfo() azure.APIInfo

Jump to

Keyboard shortcuts

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