redisenterprise

package
v51.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultBaseURI = original.DefaultBaseURI
)

Variables

This section is empty.

Functions

func UserAgent

func UserAgent() string

func Version

func Version() string

Types

type AccessKeyType

type AccessKeyType = original.AccessKeyType
const (
	Primary   AccessKeyType = original.Primary
	Secondary AccessKeyType = original.Secondary
)

func PossibleAccessKeyTypeValues

func PossibleAccessKeyTypeValues() []AccessKeyType

type AccessKeys

type AccessKeys = original.AccessKeys

type ActionType

type ActionType = original.ActionType
const (
	Internal ActionType = original.Internal
)

func PossibleActionTypeValues

func PossibleActionTypeValues() []ActionType

type AzureEntityResource

type AzureEntityResource = original.AzureEntityResource

type BaseClient

type BaseClient = original.BaseClient

func New

func New(subscriptionID string) BaseClient

func NewWithBaseURI

func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient

type Client

type Client = original.Client

func NewClient

func NewClient(subscriptionID string) Client

func NewClientWithBaseURI

func NewClientWithBaseURI(baseURI string, subscriptionID string) Client

type Cluster

type Cluster = original.Cluster

type ClusterList

type ClusterList = original.ClusterList

type ClusterListIterator

type ClusterListIterator = original.ClusterListIterator

func NewClusterListIterator

func NewClusterListIterator(page ClusterListPage) ClusterListIterator

type ClusterListPage

type ClusterListPage = original.ClusterListPage

func NewClusterListPage

func NewClusterListPage(cur ClusterList, getNextPage func(context.Context, ClusterList) (ClusterList, error)) ClusterListPage

type ClusterProperties

type ClusterProperties = original.ClusterProperties

type ClusterUpdate

type ClusterUpdate = original.ClusterUpdate

type ClusteringPolicy

type ClusteringPolicy = original.ClusteringPolicy
const (
	EnterpriseCluster ClusteringPolicy = original.EnterpriseCluster
	OSSCluster        ClusteringPolicy = original.OSSCluster
)

func PossibleClusteringPolicyValues

func PossibleClusteringPolicyValues() []ClusteringPolicy

type CreateFuture

type CreateFuture = original.CreateFuture

type Database

type Database = original.Database

type DatabaseList

type DatabaseList = original.DatabaseList

type DatabaseListIterator

type DatabaseListIterator = original.DatabaseListIterator

func NewDatabaseListIterator

func NewDatabaseListIterator(page DatabaseListPage) DatabaseListIterator

type DatabaseListPage

type DatabaseListPage = original.DatabaseListPage

func NewDatabaseListPage

func NewDatabaseListPage(cur DatabaseList, getNextPage func(context.Context, DatabaseList) (DatabaseList, error)) DatabaseListPage

type DatabaseProperties

type DatabaseProperties = original.DatabaseProperties

type DatabaseUpdate

type DatabaseUpdate = original.DatabaseUpdate

type DatabasesClient

type DatabasesClient = original.DatabasesClient

func NewDatabasesClient

func NewDatabasesClient(subscriptionID string) DatabasesClient

func NewDatabasesClientWithBaseURI

func NewDatabasesClientWithBaseURI(baseURI string, subscriptionID string) DatabasesClient

type DatabasesCreateFuture

type DatabasesCreateFuture = original.DatabasesCreateFuture

type DatabasesDeleteFuture

type DatabasesDeleteFuture = original.DatabasesDeleteFuture

type DatabasesExportFuture

type DatabasesExportFuture = original.DatabasesExportFuture

type DatabasesImportFuture

type DatabasesImportFuture = original.DatabasesImportFuture

type DatabasesRegenerateKeyFuture

type DatabasesRegenerateKeyFuture = original.DatabasesRegenerateKeyFuture

type DatabasesUpdateFuture

type DatabasesUpdateFuture = original.DatabasesUpdateFuture

type DeleteFuture

type DeleteFuture = original.DeleteFuture

type ErrorAdditionalInfo

type ErrorAdditionalInfo = original.ErrorAdditionalInfo

type ErrorDetail

type ErrorDetail = original.ErrorDetail

type ErrorResponse

type ErrorResponse = original.ErrorResponse

type ExportClusterParameters

type ExportClusterParameters = original.ExportClusterParameters

type GetClient

type GetClient = original.GetClient

func NewGetClient

func NewGetClient(subscriptionID string) GetClient

func NewGetClientWithBaseURI

func NewGetClientWithBaseURI(baseURI string, subscriptionID string) GetClient

type ImportClusterParameters

type ImportClusterParameters = original.ImportClusterParameters

type Module

type Module = original.Module

type Operation

type Operation = original.Operation

type OperationDisplay

type OperationDisplay = original.OperationDisplay

type OperationListResult

type OperationListResult = original.OperationListResult

type OperationStatus

type OperationStatus = original.OperationStatus

type OperationsClient

type OperationsClient = original.OperationsClient

func NewOperationsClient

func NewOperationsClient(subscriptionID string) OperationsClient

func NewOperationsClientWithBaseURI

func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient

type Origin

type Origin = original.Origin
const (
	System     Origin = original.System
	User       Origin = original.User
	Usersystem Origin = original.Usersystem
)

func PossibleOriginValues

func PossibleOriginValues() []Origin

type PrivateEndpoint

type PrivateEndpoint = original.PrivateEndpoint

type PrivateEndpointConnection

type PrivateEndpointConnection = original.PrivateEndpointConnection

type PrivateEndpointConnectionsClient

type PrivateEndpointConnectionsClient = original.PrivateEndpointConnectionsClient

func NewPrivateEndpointConnectionsClient

func NewPrivateEndpointConnectionsClient(subscriptionID string) PrivateEndpointConnectionsClient

func NewPrivateEndpointConnectionsClientWithBaseURI

func NewPrivateEndpointConnectionsClientWithBaseURI(baseURI string, subscriptionID string) PrivateEndpointConnectionsClient

type PrivateLinkResource

type PrivateLinkResource = original.PrivateLinkResource

type PrivateLinkResourceListResult

type PrivateLinkResourceListResult = original.PrivateLinkResourceListResult

type PrivateLinkResourceProperties

type PrivateLinkResourceProperties = original.PrivateLinkResourceProperties

type PrivateLinkResourcesClient

type PrivateLinkResourcesClient = original.PrivateLinkResourcesClient

func NewPrivateLinkResourcesClient

func NewPrivateLinkResourcesClient(subscriptionID string) PrivateLinkResourcesClient

func NewPrivateLinkResourcesClientWithBaseURI

func NewPrivateLinkResourcesClientWithBaseURI(baseURI string, subscriptionID string) PrivateLinkResourcesClient

type PrivateLinkServiceConnectionState

type PrivateLinkServiceConnectionState = original.PrivateLinkServiceConnectionState

type Protocol

type Protocol = original.Protocol
const (
	Encrypted Protocol = original.Encrypted
	Plaintext Protocol = original.Plaintext
)

func PossibleProtocolValues

func PossibleProtocolValues() []Protocol

type ProvisioningState

type ProvisioningState = original.ProvisioningState

func PossibleProvisioningStateValues

func PossibleProvisioningStateValues() []ProvisioningState

type ProxyResource

type ProxyResource = original.ProxyResource

type RegenerateKeyParameters

type RegenerateKeyParameters = original.RegenerateKeyParameters

type Resource

type Resource = original.Resource

type ResourceState

type ResourceState = original.ResourceState
const (
	ResourceStateCreateFailed  ResourceState = original.ResourceStateCreateFailed
	ResourceStateCreating      ResourceState = original.ResourceStateCreating
	ResourceStateDeleteFailed  ResourceState = original.ResourceStateDeleteFailed
	ResourceStateDeleting      ResourceState = original.ResourceStateDeleting
	ResourceStateDisabled      ResourceState = original.ResourceStateDisabled
	ResourceStateDisableFailed ResourceState = original.ResourceStateDisableFailed
	ResourceStateDisabling     ResourceState = original.ResourceStateDisabling
	ResourceStateEnableFailed  ResourceState = original.ResourceStateEnableFailed
	ResourceStateEnabling      ResourceState = original.ResourceStateEnabling
	ResourceStateRunning       ResourceState = original.ResourceStateRunning
	ResourceStateUpdateFailed  ResourceState = original.ResourceStateUpdateFailed
	ResourceStateUpdating      ResourceState = original.ResourceStateUpdating
)

func PossibleResourceStateValues

func PossibleResourceStateValues() []ResourceState

type Sku

type Sku = original.Sku

type SkuName

type SkuName = original.SkuName
const (
	EnterpriseE10        SkuName = original.EnterpriseE10
	EnterpriseE100       SkuName = original.EnterpriseE100
	EnterpriseE20        SkuName = original.EnterpriseE20
	EnterpriseE50        SkuName = original.EnterpriseE50
	EnterpriseFlashF1500 SkuName = original.EnterpriseFlashF1500
	EnterpriseFlashF300  SkuName = original.EnterpriseFlashF300
	EnterpriseFlashF700  SkuName = original.EnterpriseFlashF700
)

func PossibleSkuNameValues

func PossibleSkuNameValues() []SkuName

type TrackedResource

type TrackedResource = original.TrackedResource

type UpdateFuture

type UpdateFuture = original.UpdateFuture

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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