azureud

package
v0.11.0-rc1 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2017 License: Apache-2.0, Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Name is the provider's name.
	Name = "azureud"

	// TagDelimiter separates tags from volume or snapshot names
	TagDelimiter = "/"

	// DefaultUseHTTPS - Use https prefix by default
	// or not for Azure URI's
	DefaultUseHTTPS = true

	// TenantIDKey is an Active Directory ID from Azure
	TenantIDKey = "tenantID"

	// ClientIDKey is an Application ID from Azure
	ClientIDKey = "clientID"

	// ClientSecretKey is a secret of the application
	ClientSecretKey = "clientSecret"

	// CertPathKey is a path to application certificate in case of
	// authorization via certificate
	CertPathKey = "certPath"

	// StorageAccountKey is a name of storage account
	StorageAccountKey = "storageAccount"

	// StorageAccessKey is an access key of storage account
	StorageAccessKey = "storageAccessKey"

	// SubscriptionIDKey is an ID of subscription
	SubscriptionIDKey = "subscriptionID"

	// ResourceGroupKey is a name of resource group
	ResourceGroupKey = "resourceGroup"

	// ContainerKey is a name of container in the storage account
	// ('vhds' by default)
	ContainerKey = "container"

	// UseHTTPSKey is a flag about use https or not for making Azure URI's
	UseHTTPSKey = "useHTTPS"

	// TagKey is a tag key
	TagKey = "tag"
)
View Source
const (
	// ConfigAzure is a config key
	ConfigAzure = Name

	// ConfigAzureSubscriptionIDKey is a config key
	ConfigAzureSubscriptionIDKey = ConfigAzure + "." + SubscriptionIDKey

	// ConfigAzureResourceGroupKey is a config key
	ConfigAzureResourceGroupKey = ConfigAzure + "." + ResourceGroupKey

	// ConfigAzureTenantIDKey is a config key
	ConfigAzureTenantIDKey = ConfigAzure + "." + TenantIDKey

	// ConfigAzureStorageAccountKey is a config key
	ConfigAzureStorageAccountKey = ConfigAzure + "." + StorageAccountKey

	// ConfigAzureStorageAccessKey is a config key
	ConfigAzureStorageAccessKey = ConfigAzure + "." + StorageAccessKey

	// ConfigAzureContainerKey is a config key
	ConfigAzureContainerKey = ConfigAzure + "." + ContainerKey

	// ConfigAzureClientIDKey is a config key
	ConfigAzureClientIDKey = ConfigAzure + "." + ClientIDKey

	// ConfigAzureClientSecretKey is a config key
	ConfigAzureClientSecretKey = ConfigAzure + "." + ClientSecretKey

	// ConfigAzureCertPathKey is a config key
	ConfigAzureCertPathKey = ConfigAzure + "." + CertPathKey

	// ConfigAzureUseHTTPSKey is a config key
	ConfigAzureUseHTTPSKey = ConfigAzure + "." + UseHTTPSKey

	// ConfigAzureTagKey is a config key
	ConfigAzureTagKey = ConfigAzure + "." + TagKey
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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