cloudconfig

package
v0.0.0-...-62a5f37 Latest Latest
Warning

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

Go to latest
Published: Sep 26, 2025 License: MIT Imports: 6 Imported by: 1

Documentation

Index

Constants

View Source
const (
	// Environment names
	AzurePublicCloud     = CloudName("AzurePublicCloud")
	AzureChinaCloud      = CloudName("AzureChinaCloud")
	AzureGovernmentCloud = CloudName("AzureGovernmentCloud")
	AzureSecretCloud     = CloudName("AzureSecretCloud")
	AzurePrivateCloud    = CloudName("AzurePrivateCloud")

	// Service name
	ServiceNameMicrosoftGraph        cloud.ServiceName = "microsoftGraph"
	ServiceNameLogAnalyticsWorkspace cloud.ServiceName = "logAnalytics"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CloudEnvironment

type CloudEnvironment struct {
	cloud.Configuration
	Name CloudName
}

func NewCloudConfig

func NewCloudConfig(cloudName string) (config CloudEnvironment, err error)

NewCloudConfig creates a new cloud configuration object based on cloud name (eg. AzurePublicCloud)

type CloudName

type CloudName string

Jump to

Keyboard shortcuts

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