azurerm_shared_image

package
v0.0.0-...-4deecce Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Args

type Args struct {
	// AcceleratedNetworkSupportEnabled: bool, optional
	AcceleratedNetworkSupportEnabled terra.BoolValue `hcl:"accelerated_network_support_enabled,attr"`
	// Architecture: string, optional
	Architecture terra.StringValue `hcl:"architecture,attr"`
	// ConfidentialVmEnabled: bool, optional
	ConfidentialVmEnabled terra.BoolValue `hcl:"confidential_vm_enabled,attr"`
	// ConfidentialVmSupported: bool, optional
	ConfidentialVmSupported terra.BoolValue `hcl:"confidential_vm_supported,attr"`
	// Description: string, optional
	Description terra.StringValue `hcl:"description,attr"`
	// DiskTypesNotAllowed: set of string, optional
	DiskTypesNotAllowed terra.SetValue[terra.StringValue] `hcl:"disk_types_not_allowed,attr"`
	// EndOfLifeDate: string, optional
	EndOfLifeDate terra.StringValue `hcl:"end_of_life_date,attr"`
	// Eula: string, optional
	Eula terra.StringValue `hcl:"eula,attr"`
	// GalleryName: string, required
	GalleryName terra.StringValue `hcl:"gallery_name,attr" validate:"required"`
	// HyperVGeneration: string, optional
	HyperVGeneration terra.StringValue `hcl:"hyper_v_generation,attr"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// Location: string, required
	Location terra.StringValue `hcl:"location,attr" validate:"required"`
	// MaxRecommendedMemoryInGb: number, optional
	MaxRecommendedMemoryInGb terra.NumberValue `hcl:"max_recommended_memory_in_gb,attr"`
	// MaxRecommendedVcpuCount: number, optional
	MaxRecommendedVcpuCount terra.NumberValue `hcl:"max_recommended_vcpu_count,attr"`
	// MinRecommendedMemoryInGb: number, optional
	MinRecommendedMemoryInGb terra.NumberValue `hcl:"min_recommended_memory_in_gb,attr"`
	// MinRecommendedVcpuCount: number, optional
	MinRecommendedVcpuCount terra.NumberValue `hcl:"min_recommended_vcpu_count,attr"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// OsType: string, required
	OsType terra.StringValue `hcl:"os_type,attr" validate:"required"`
	// PrivacyStatementUri: string, optional
	PrivacyStatementUri terra.StringValue `hcl:"privacy_statement_uri,attr"`
	// ReleaseNoteUri: string, optional
	ReleaseNoteUri terra.StringValue `hcl:"release_note_uri,attr"`
	// ResourceGroupName: string, required
	ResourceGroupName terra.StringValue `hcl:"resource_group_name,attr" validate:"required"`
	// Specialized: bool, optional
	Specialized terra.BoolValue `hcl:"specialized,attr"`
	// Tags: map of string, optional
	Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"`
	// TrustedLaunchEnabled: bool, optional
	TrustedLaunchEnabled terra.BoolValue `hcl:"trusted_launch_enabled,attr"`
	// TrustedLaunchSupported: bool, optional
	TrustedLaunchSupported terra.BoolValue `hcl:"trusted_launch_supported,attr"`
	// Identifier: required
	Identifier *Identifier `hcl:"identifier,block" validate:"required"`
	// PurchasePlan: optional
	PurchasePlan *PurchasePlan `hcl:"purchase_plan,block"`
	// Timeouts: optional
	Timeouts *Timeouts `hcl:"timeouts,block"`
}

Args contains the configurations for azurerm_shared_image.

type DataArgs

type DataArgs struct {
	// GalleryName: string, required
	GalleryName terra.StringValue `hcl:"gallery_name,attr" validate:"required"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// ResourceGroupName: string, required
	ResourceGroupName terra.StringValue `hcl:"resource_group_name,attr" validate:"required"`
	// Timeouts: optional
	Timeouts *DataTimeouts `hcl:"timeouts,block"`
}

DataArgs contains the configurations for azurerm_shared_image.

type DataIdentifierAttributes

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

func (DataIdentifierAttributes) InternalRef

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

func (DataIdentifierAttributes) InternalTokens

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

func (DataIdentifierAttributes) InternalWithRef

func (DataIdentifierAttributes) Offer

func (DataIdentifierAttributes) Publisher

func (DataIdentifierAttributes) Sku

type DataIdentifierState

type DataIdentifierState struct {
	Offer     string `json:"offer"`
	Publisher string `json:"publisher"`
	Sku       string `json:"sku"`
}

type DataPurchasePlanAttributes

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

func (DataPurchasePlanAttributes) InternalRef

func (pp DataPurchasePlanAttributes) InternalRef() (terra.Reference, error)

func (DataPurchasePlanAttributes) InternalTokens

func (pp DataPurchasePlanAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataPurchasePlanAttributes) InternalWithRef

func (DataPurchasePlanAttributes) Name

func (DataPurchasePlanAttributes) Product

func (DataPurchasePlanAttributes) Publisher

type DataPurchasePlanState

type DataPurchasePlanState struct {
	Name      string `json:"name"`
	Product   string `json:"product"`
	Publisher string `json:"publisher"`
}

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource azurerm_shared_image.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (asi *DataSource) Attributes() dataAzurermSharedImageAttributes

Attributes returns the attributes for DataSource.

func (*DataSource) Configuration

func (asi *DataSource) Configuration() interface{}

Configuration returns the configuration (args) for DataSource.

func (*DataSource) DataSource

func (asi *DataSource) DataSource() string

DataSource returns the Terraform object type for DataSource.

func (*DataSource) LocalName

func (asi *DataSource) LocalName() string

LocalName returns the local name for DataSource.

type DataTimeouts

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

type DataTimeoutsAttributes

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

func (DataTimeoutsAttributes) InternalRef

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

func (DataTimeoutsAttributes) InternalTokens

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

func (DataTimeoutsAttributes) InternalWithRef

func (DataTimeoutsAttributes) Read

type DataTimeoutsState

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

type Identifier

type Identifier struct {
	// Offer: string, required
	Offer terra.StringValue `hcl:"offer,attr" validate:"required"`
	// Publisher: string, required
	Publisher terra.StringValue `hcl:"publisher,attr" validate:"required"`
	// Sku: string, required
	Sku terra.StringValue `hcl:"sku,attr" validate:"required"`
}

type IdentifierAttributes

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

func (IdentifierAttributes) InternalRef

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

func (IdentifierAttributes) InternalTokens

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

func (IdentifierAttributes) InternalWithRef

func (IdentifierAttributes) Offer

func (IdentifierAttributes) Publisher

func (i IdentifierAttributes) Publisher() terra.StringValue

func (IdentifierAttributes) Sku

type IdentifierState

type IdentifierState struct {
	Offer     string `json:"offer"`
	Publisher string `json:"publisher"`
	Sku       string `json:"sku"`
}

type PurchasePlan

type PurchasePlan struct {
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// Product: string, optional
	Product terra.StringValue `hcl:"product,attr"`
	// Publisher: string, optional
	Publisher terra.StringValue `hcl:"publisher,attr"`
}

type PurchasePlanAttributes

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

func (PurchasePlanAttributes) InternalRef

func (pp PurchasePlanAttributes) InternalRef() (terra.Reference, error)

func (PurchasePlanAttributes) InternalTokens

func (pp PurchasePlanAttributes) InternalTokens() (hclwrite.Tokens, error)

func (PurchasePlanAttributes) InternalWithRef

func (PurchasePlanAttributes) Name

func (PurchasePlanAttributes) Product

func (PurchasePlanAttributes) Publisher

func (pp PurchasePlanAttributes) Publisher() terra.StringValue

type PurchasePlanState

type PurchasePlanState struct {
	Name      string `json:"name"`
	Product   string `json:"product"`
	Publisher string `json:"publisher"`
}

type Resource

type Resource struct {
	Name string
	Args Args

	DependsOn terra.Dependencies
	Lifecycle *terra.Lifecycle
	// contains filtered or unexported fields
}

Resource represents the Terraform resource azurerm_shared_image.

func New

func New(name string, args Args) *Resource

New creates a new instance of Resource.

func (*Resource) Attributes

func (asi *Resource) Attributes() azurermSharedImageAttributes

Attributes returns the attributes for Resource.

func (*Resource) Configuration

func (asi *Resource) Configuration() interface{}

Configuration returns the configuration (args) for Resource.

func (*Resource) DependOn

func (asi *Resource) DependOn() terra.Reference

DependOn is used for other resources to depend on Resource.

func (*Resource) Dependencies

func (asi *Resource) Dependencies() terra.Dependencies

Dependencies returns the list of resources Resource depends_on.

func (*Resource) ImportState

func (asi *Resource) ImportState(state io.Reader) error

ImportState imports the given attribute values into Resource's state.

func (*Resource) LifecycleManagement

func (asi *Resource) LifecycleManagement() *terra.Lifecycle

LifecycleManagement returns the lifecycle block for Resource.

func (*Resource) LocalName

func (asi *Resource) LocalName() string

LocalName returns the local name for Resource.

func (*Resource) State

func (asi *Resource) State() (*azurermSharedImageState, bool)

State returns the state and a bool indicating if Resource has state.

func (*Resource) StateMust

func (asi *Resource) StateMust() *azurermSharedImageState

StateMust returns the state for Resource. Panics if the state is nil.

func (*Resource) Type

func (asi *Resource) Type() string

Type returns the Terraform object type for Resource.

type Timeouts

type Timeouts struct {
	// Create: string, optional
	Create terra.StringValue `hcl:"create,attr"`
	// Delete: string, optional
	Delete terra.StringValue `hcl:"delete,attr"`
	// Read: string, optional
	Read terra.StringValue `hcl:"read,attr"`
	// Update: string, optional
	Update terra.StringValue `hcl:"update,attr"`
}

type TimeoutsAttributes

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

func (TimeoutsAttributes) Create

func (TimeoutsAttributes) Delete

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

func (TimeoutsAttributes) Update

type TimeoutsState

type TimeoutsState struct {
	Create string `json:"create"`
	Delete string `json:"delete"`
	Read   string `json:"read"`
	Update string `json:"update"`
}

Jump to

Keyboard shortcuts

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