datahybridcomputemachine

package
v0.0.0-...-c2cc54e Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2023 License: Apache-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 AdditionalInfo

type AdditionalInfo struct{}

type AdditionalInfoAttributes

type AdditionalInfoAttributes struct {
	// contains filtered or unexported fields
}

func (AdditionalInfoAttributes) Info

func (AdditionalInfoAttributes) InternalRef

func (ai AdditionalInfoAttributes) InternalRef() (terra.Reference, error)

func (AdditionalInfoAttributes) InternalTokens

func (ai AdditionalInfoAttributes) InternalTokens() (hclwrite.Tokens, error)

func (AdditionalInfoAttributes) InternalWithRef

func (AdditionalInfoAttributes) Type

type AdditionalInfoState

type AdditionalInfoState struct {
	Info string `json:"info"`
	Type string `json:"type"`
}

type AgentConfiguration

type AgentConfiguration struct {
	// ExtensionsAllowList: min=0
	ExtensionsAllowList []ExtensionsAllowList `hcl:"extensions_allow_list,block" validate:"min=0"`
	// ExtensionsBlockList: min=0
	ExtensionsBlockList []ExtensionsBlockList `hcl:"extensions_block_list,block" validate:"min=0"`
}

type AgentConfigurationAttributes

type AgentConfigurationAttributes struct {
	// contains filtered or unexported fields
}

func (AgentConfigurationAttributes) ExtensionsAllowList

func (AgentConfigurationAttributes) ExtensionsBlockList

func (AgentConfigurationAttributes) ExtensionsEnabled

func (ac AgentConfigurationAttributes) ExtensionsEnabled() terra.BoolValue

func (AgentConfigurationAttributes) GuestConfigurationEnabled

func (ac AgentConfigurationAttributes) GuestConfigurationEnabled() terra.BoolValue

func (AgentConfigurationAttributes) IncomingConnectionsPorts

func (ac AgentConfigurationAttributes) IncomingConnectionsPorts() terra.ListValue[terra.StringValue]

func (AgentConfigurationAttributes) InternalRef

func (ac AgentConfigurationAttributes) InternalRef() (terra.Reference, error)

func (AgentConfigurationAttributes) InternalTokens

func (ac AgentConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (AgentConfigurationAttributes) InternalWithRef

func (AgentConfigurationAttributes) ProxyBypass

func (AgentConfigurationAttributes) ProxyUrl

type AgentConfigurationState

type AgentConfigurationState struct {
	ExtensionsEnabled         bool                       `json:"extensions_enabled"`
	GuestConfigurationEnabled bool                       `json:"guest_configuration_enabled"`
	IncomingConnectionsPorts  []string                   `json:"incoming_connections_ports"`
	ProxyBypass               []string                   `json:"proxy_bypass"`
	ProxyUrl                  string                     `json:"proxy_url"`
	ExtensionsAllowList       []ExtensionsAllowListState `json:"extensions_allow_list"`
	ExtensionsBlockList       []ExtensionsBlockListState `json:"extensions_block_list"`
}

type CloudMetadata

type CloudMetadata struct{}

type CloudMetadataAttributes

type CloudMetadataAttributes struct {
	// contains filtered or unexported fields
}

func (CloudMetadataAttributes) InternalRef

func (cm CloudMetadataAttributes) InternalRef() (terra.Reference, error)

func (CloudMetadataAttributes) InternalTokens

func (cm CloudMetadataAttributes) InternalTokens() (hclwrite.Tokens, error)

func (CloudMetadataAttributes) InternalWithRef

func (CloudMetadataAttributes) Provider

type CloudMetadataState

type CloudMetadataState struct {
	Provider string `json:"provider"`
}

type ErrorDetails

type ErrorDetails struct {
	// AdditionalInfo: min=0
	AdditionalInfo []AdditionalInfo `hcl:"additional_info,block" validate:"min=0"`
}

type ErrorDetailsAttributes

type ErrorDetailsAttributes struct {
	// contains filtered or unexported fields
}

func (ErrorDetailsAttributes) AdditionalInfo

func (ErrorDetailsAttributes) Code

func (ErrorDetailsAttributes) InternalRef

func (ed ErrorDetailsAttributes) InternalRef() (terra.Reference, error)

func (ErrorDetailsAttributes) InternalTokens

func (ed ErrorDetailsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ErrorDetailsAttributes) InternalWithRef

func (ErrorDetailsAttributes) Message

func (ErrorDetailsAttributes) Target

type ErrorDetailsState

type ErrorDetailsState struct {
	Code           string                `json:"code"`
	Message        string                `json:"message"`
	Target         string                `json:"target"`
	AdditionalInfo []AdditionalInfoState `json:"additional_info"`
}

type ExtensionService

type ExtensionService struct{}

type ExtensionServiceAttributes

type ExtensionServiceAttributes struct {
	// contains filtered or unexported fields
}

func (ExtensionServiceAttributes) InternalRef

func (es ExtensionServiceAttributes) InternalRef() (terra.Reference, error)

func (ExtensionServiceAttributes) InternalTokens

func (es ExtensionServiceAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ExtensionServiceAttributes) InternalWithRef

func (ExtensionServiceAttributes) StartupType

func (es ExtensionServiceAttributes) StartupType() terra.StringValue

func (ExtensionServiceAttributes) Status

type ExtensionServiceState

type ExtensionServiceState struct {
	StartupType string `json:"startup_type"`
	Status      string `json:"status"`
}

type ExtensionsAllowList

type ExtensionsAllowList struct{}

type ExtensionsAllowListAttributes

type ExtensionsAllowListAttributes struct {
	// contains filtered or unexported fields
}

func (ExtensionsAllowListAttributes) InternalRef

func (eal ExtensionsAllowListAttributes) InternalRef() (terra.Reference, error)

func (ExtensionsAllowListAttributes) InternalTokens

func (eal ExtensionsAllowListAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ExtensionsAllowListAttributes) InternalWithRef

func (ExtensionsAllowListAttributes) Publisher

func (ExtensionsAllowListAttributes) Type

type ExtensionsAllowListState

type ExtensionsAllowListState struct {
	Publisher string `json:"publisher"`
	Type      string `json:"type"`
}

type ExtensionsBlockList

type ExtensionsBlockList struct{}

type ExtensionsBlockListAttributes

type ExtensionsBlockListAttributes struct {
	// contains filtered or unexported fields
}

func (ExtensionsBlockListAttributes) InternalRef

func (ebl ExtensionsBlockListAttributes) InternalRef() (terra.Reference, error)

func (ExtensionsBlockListAttributes) InternalTokens

func (ebl ExtensionsBlockListAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ExtensionsBlockListAttributes) InternalWithRef

func (ExtensionsBlockListAttributes) Publisher

func (ExtensionsBlockListAttributes) Type

type ExtensionsBlockListState

type ExtensionsBlockListState struct {
	Publisher string `json:"publisher"`
	Type      string `json:"type"`
}

type GuestConfigurationService

type GuestConfigurationService struct{}

type GuestConfigurationServiceAttributes

type GuestConfigurationServiceAttributes struct {
	// contains filtered or unexported fields
}

func (GuestConfigurationServiceAttributes) InternalRef

func (GuestConfigurationServiceAttributes) InternalTokens

func (gcs GuestConfigurationServiceAttributes) InternalTokens() (hclwrite.Tokens, error)

func (GuestConfigurationServiceAttributes) InternalWithRef

func (GuestConfigurationServiceAttributes) StartupType

func (GuestConfigurationServiceAttributes) Status

type GuestConfigurationServiceState

type GuestConfigurationServiceState struct {
	StartupType string `json:"startup_type"`
	Status      string `json:"status"`
}

type Identity

type Identity struct{}

type IdentityAttributes

type IdentityAttributes struct {
	// contains filtered or unexported fields
}

func (IdentityAttributes) InternalRef

func (i IdentityAttributes) InternalRef() (terra.Reference, error)

func (IdentityAttributes) InternalTokens

func (i IdentityAttributes) InternalTokens() (hclwrite.Tokens, error)

func (IdentityAttributes) InternalWithRef

func (i IdentityAttributes) InternalWithRef(ref terra.Reference) IdentityAttributes

func (IdentityAttributes) PrincipalId

func (i IdentityAttributes) PrincipalId() terra.StringValue

func (IdentityAttributes) TenantId

func (i IdentityAttributes) TenantId() terra.StringValue

func (IdentityAttributes) Type

type IdentityState

type IdentityState struct {
	PrincipalId string `json:"principal_id"`
	TenantId    string `json:"tenant_id"`
	Type        string `json:"type"`
}

type LinuxConfiguration

type LinuxConfiguration struct {
	// LinuxConfigurationPatchSettings: min=0
	PatchSettings []LinuxConfigurationPatchSettings `hcl:"patch_settings,block" validate:"min=0"`
}

type LinuxConfigurationAttributes

type LinuxConfigurationAttributes struct {
	// contains filtered or unexported fields
}

func (LinuxConfigurationAttributes) InternalRef

func (lc LinuxConfigurationAttributes) InternalRef() (terra.Reference, error)

func (LinuxConfigurationAttributes) InternalTokens

func (lc LinuxConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (LinuxConfigurationAttributes) InternalWithRef

func (LinuxConfigurationAttributes) PatchSettings

type LinuxConfigurationPatchSettings

type LinuxConfigurationPatchSettings struct{}

type LinuxConfigurationPatchSettingsAttributes

type LinuxConfigurationPatchSettingsAttributes struct {
	// contains filtered or unexported fields
}

func (LinuxConfigurationPatchSettingsAttributes) AssessmentMode

func (LinuxConfigurationPatchSettingsAttributes) InternalRef

func (LinuxConfigurationPatchSettingsAttributes) InternalTokens

func (LinuxConfigurationPatchSettingsAttributes) InternalWithRef

func (LinuxConfigurationPatchSettingsAttributes) PatchMode

type LinuxConfigurationPatchSettingsState

type LinuxConfigurationPatchSettingsState struct {
	AssessmentMode string `json:"assessment_mode"`
	PatchMode      string `json:"patch_mode"`
}

type LinuxConfigurationState

type LinuxConfigurationState struct {
	PatchSettings []LinuxConfigurationPatchSettingsState `json:"patch_settings"`
}

type LocationData

type LocationData struct{}

type LocationDataAttributes

type LocationDataAttributes struct {
	// contains filtered or unexported fields
}

func (LocationDataAttributes) City

func (LocationDataAttributes) CountryOrRegion

func (ld LocationDataAttributes) CountryOrRegion() terra.StringValue

func (LocationDataAttributes) District

func (LocationDataAttributes) InternalRef

func (ld LocationDataAttributes) InternalRef() (terra.Reference, error)

func (LocationDataAttributes) InternalTokens

func (ld LocationDataAttributes) InternalTokens() (hclwrite.Tokens, error)

func (LocationDataAttributes) InternalWithRef

func (LocationDataAttributes) Name

type LocationDataState

type LocationDataState struct {
	City            string `json:"city"`
	CountryOrRegion string `json:"country_or_region"`
	District        string `json:"district"`
	Name            string `json:"name"`
}

type OsProfile

type OsProfile struct {
	// LinuxConfiguration: min=0
	LinuxConfiguration []LinuxConfiguration `hcl:"linux_configuration,block" validate:"min=0"`
	// WindowsConfiguration: min=0
	WindowsConfiguration []WindowsConfiguration `hcl:"windows_configuration,block" validate:"min=0"`
}

type OsProfileAttributes

type OsProfileAttributes struct {
	// contains filtered or unexported fields
}

func (OsProfileAttributes) ComputerName

func (op OsProfileAttributes) ComputerName() terra.StringValue

func (OsProfileAttributes) InternalRef

func (op OsProfileAttributes) InternalRef() (terra.Reference, error)

func (OsProfileAttributes) InternalTokens

func (op OsProfileAttributes) InternalTokens() (hclwrite.Tokens, error)

func (OsProfileAttributes) InternalWithRef

func (op OsProfileAttributes) InternalWithRef(ref terra.Reference) OsProfileAttributes

func (OsProfileAttributes) LinuxConfiguration

func (OsProfileAttributes) WindowsConfiguration

type OsProfileState

type OsProfileState struct {
	ComputerName         string                      `json:"computer_name"`
	LinuxConfiguration   []LinuxConfigurationState   `json:"linux_configuration"`
	WindowsConfiguration []WindowsConfigurationState `json:"windows_configuration"`
}

type ServiceStatus

type ServiceStatus struct {
	// ExtensionService: min=0
	ExtensionService []ExtensionService `hcl:"extension_service,block" validate:"min=0"`
	// GuestConfigurationService: min=0
	GuestConfigurationService []GuestConfigurationService `hcl:"guest_configuration_service,block" validate:"min=0"`
}

type ServiceStatusAttributes

type ServiceStatusAttributes struct {
	// contains filtered or unexported fields
}

func (ServiceStatusAttributes) ExtensionService

func (ServiceStatusAttributes) GuestConfigurationService

func (ServiceStatusAttributes) InternalRef

func (ss ServiceStatusAttributes) InternalRef() (terra.Reference, error)

func (ServiceStatusAttributes) InternalTokens

func (ss ServiceStatusAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ServiceStatusAttributes) InternalWithRef

type ServiceStatusState

type ServiceStatusState struct {
	ExtensionService          []ExtensionServiceState          `json:"extension_service"`
	GuestConfigurationService []GuestConfigurationServiceState `json:"guest_configuration_service"`
}

type Timeouts

type Timeouts struct {
	// Read: string, optional
	Read terra.StringValue `hcl:"read,attr"`
}

type TimeoutsAttributes

type TimeoutsAttributes struct {
	// contains filtered or unexported fields
}

func (TimeoutsAttributes) InternalRef

func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)

func (TimeoutsAttributes) InternalTokens

func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TimeoutsAttributes) InternalWithRef

func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes

func (TimeoutsAttributes) Read

type TimeoutsState

type TimeoutsState struct {
	Read string `json:"read"`
}

type WindowsConfiguration

type WindowsConfiguration struct {
	// WindowsConfigurationPatchSettings: min=0
	PatchSettings []WindowsConfigurationPatchSettings `hcl:"patch_settings,block" validate:"min=0"`
}

type WindowsConfigurationAttributes

type WindowsConfigurationAttributes struct {
	// contains filtered or unexported fields
}

func (WindowsConfigurationAttributes) InternalRef

func (WindowsConfigurationAttributes) InternalTokens

func (wc WindowsConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (WindowsConfigurationAttributes) InternalWithRef

func (WindowsConfigurationAttributes) PatchSettings

type WindowsConfigurationPatchSettings

type WindowsConfigurationPatchSettings struct{}

type WindowsConfigurationPatchSettingsAttributes

type WindowsConfigurationPatchSettingsAttributes struct {
	// contains filtered or unexported fields
}

func (WindowsConfigurationPatchSettingsAttributes) AssessmentMode

func (WindowsConfigurationPatchSettingsAttributes) InternalRef

func (WindowsConfigurationPatchSettingsAttributes) InternalTokens

func (WindowsConfigurationPatchSettingsAttributes) InternalWithRef

func (WindowsConfigurationPatchSettingsAttributes) PatchMode

type WindowsConfigurationPatchSettingsState

type WindowsConfigurationPatchSettingsState struct {
	AssessmentMode string `json:"assessment_mode"`
	PatchMode      string `json:"patch_mode"`
}

type WindowsConfigurationState

type WindowsConfigurationState struct {
	PatchSettings []WindowsConfigurationPatchSettingsState `json:"patch_settings"`
}

Jump to

Keyboard shortcuts

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