redisenterprise

package
v65.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: May 24, 2022 License: MIT 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 (
	AccessKeyTypePrimary   AccessKeyType = original.AccessKeyTypePrimary
	AccessKeyTypeSecondary AccessKeyType = original.AccessKeyTypeSecondary
)

func PossibleAccessKeyTypeValues ¶

func PossibleAccessKeyTypeValues() []AccessKeyType

type AccessKeys ¶

type AccessKeys = original.AccessKeys

type ActionType ¶

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

func PossibleActionTypeValues ¶

func PossibleActionTypeValues() []ActionType

type AofFrequency ¶

type AofFrequency = original.AofFrequency
const (
	AofFrequencyAlways AofFrequency = original.AofFrequencyAlways
	AofFrequencyOnes   AofFrequency = original.AofFrequencyOnes
)

func PossibleAofFrequencyValues ¶

func PossibleAofFrequencyValues() []AofFrequency

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 (
	ClusteringPolicyEnterpriseCluster ClusteringPolicy = original.ClusteringPolicyEnterpriseCluster
	ClusteringPolicyOSSCluster        ClusteringPolicy = original.ClusteringPolicyOSSCluster
)

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 DatabasesForceUnlinkFuture ¶

type DatabasesForceUnlinkFuture = original.DatabasesForceUnlinkFuture

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 EvictionPolicy ¶

type EvictionPolicy = original.EvictionPolicy
const (
	EvictionPolicyAllKeysLFU     EvictionPolicy = original.EvictionPolicyAllKeysLFU
	EvictionPolicyAllKeysLRU     EvictionPolicy = original.EvictionPolicyAllKeysLRU
	EvictionPolicyAllKeysRandom  EvictionPolicy = original.EvictionPolicyAllKeysRandom
	EvictionPolicyNoEviction     EvictionPolicy = original.EvictionPolicyNoEviction
	EvictionPolicyVolatileLFU    EvictionPolicy = original.EvictionPolicyVolatileLFU
	EvictionPolicyVolatileLRU    EvictionPolicy = original.EvictionPolicyVolatileLRU
	EvictionPolicyVolatileRandom EvictionPolicy = original.EvictionPolicyVolatileRandom
	EvictionPolicyVolatileTTL    EvictionPolicy = original.EvictionPolicyVolatileTTL
)

func PossibleEvictionPolicyValues ¶

func PossibleEvictionPolicyValues() []EvictionPolicy

type ExportClusterParameters ¶

type ExportClusterParameters = original.ExportClusterParameters

type ForceUnlinkParameters ¶

type ForceUnlinkParameters = original.ForceUnlinkParameters

type ImportClusterParameters ¶

type ImportClusterParameters = original.ImportClusterParameters

type LinkState ¶

type LinkState = original.LinkState
const (
	LinkStateLinked       LinkState = original.LinkStateLinked
	LinkStateLinkFailed   LinkState = original.LinkStateLinkFailed
	LinkStateLinking      LinkState = original.LinkStateLinking
	LinkStateUnlinkFailed LinkState = original.LinkStateUnlinkFailed
	LinkStateUnlinking    LinkState = original.LinkStateUnlinking
)

func PossibleLinkStateValues ¶

func PossibleLinkStateValues() []LinkState

type LinkedDatabase ¶

type LinkedDatabase = original.LinkedDatabase

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 OperationsStatusClient ¶

type OperationsStatusClient = original.OperationsStatusClient

func NewOperationsStatusClient ¶

func NewOperationsStatusClient(subscriptionID string) OperationsStatusClient

func NewOperationsStatusClientWithBaseURI ¶

func NewOperationsStatusClientWithBaseURI(baseURI string, subscriptionID string) OperationsStatusClient

type Origin ¶

type Origin = original.Origin
const (
	OriginSystem     Origin = original.OriginSystem
	OriginUser       Origin = original.OriginUser
	OriginUsersystem Origin = original.OriginUsersystem
)

func PossibleOriginValues ¶

func PossibleOriginValues() []Origin

type Persistence ¶

type Persistence = original.Persistence

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 Protocol ¶

type Protocol = original.Protocol
const (
	ProtocolEncrypted Protocol = original.ProtocolEncrypted
	ProtocolPlaintext Protocol = original.ProtocolPlaintext
)

func PossibleProtocolValues ¶

func PossibleProtocolValues() []Protocol

type ProvisioningState ¶

type ProvisioningState = original.ProvisioningState

func PossibleProvisioningStateValues ¶

func PossibleProvisioningStateValues() []ProvisioningState

type ProxyResource ¶

type ProxyResource = original.ProxyResource

type RdbFrequency ¶

type RdbFrequency = original.RdbFrequency
const (
	RdbFrequencyOneh    RdbFrequency = original.RdbFrequencyOneh
	RdbFrequencyOneTwoh RdbFrequency = original.RdbFrequencyOneTwoh
	RdbFrequencySixh    RdbFrequency = original.RdbFrequencySixh
)

func PossibleRdbFrequencyValues ¶

func PossibleRdbFrequencyValues() []RdbFrequency

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 (
	SkuNameEnterpriseE10        SkuName = original.SkuNameEnterpriseE10
	SkuNameEnterpriseE100       SkuName = original.SkuNameEnterpriseE100
	SkuNameEnterpriseE20        SkuName = original.SkuNameEnterpriseE20
	SkuNameEnterpriseE50        SkuName = original.SkuNameEnterpriseE50
	SkuNameEnterpriseFlashF1500 SkuName = original.SkuNameEnterpriseFlashF1500
	SkuNameEnterpriseFlashF300  SkuName = original.SkuNameEnterpriseFlashF300
	SkuNameEnterpriseFlashF700  SkuName = original.SkuNameEnterpriseFlashF700
)

func PossibleSkuNameValues ¶

func PossibleSkuNameValues() []SkuName

type TLSVersion ¶

type TLSVersion = original.TLSVersion
const (
	TLSVersionOneFullStopOne  TLSVersion = original.TLSVersionOneFullStopOne
	TLSVersionOneFullStopTwo  TLSVersion = original.TLSVersionOneFullStopTwo
	TLSVersionOneFullStopZero TLSVersion = original.TLSVersionOneFullStopZero
)

func PossibleTLSVersionValues ¶

func PossibleTLSVersionValues() []TLSVersion

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