azurestackhci

package
v1.44.1-0...-2cd6497 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2024 License: MPL-2.0 Imports: 25 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Registration

type Registration struct{}

func (Registration) AssociatedGitHubLabel

func (r Registration) AssociatedGitHubLabel() string

func (Registration) DataSources

func (r Registration) DataSources() []sdk.DataSource

func (Registration) Name

func (r Registration) Name() string

Name is the name of this Service

func (Registration) Resources

func (r Registration) Resources() []sdk.Resource

func (Registration) SupportedDataSources

func (r Registration) SupportedDataSources() map[string]*pluginsdk.Resource

SupportedDataSources returns the supported Data Sources supported by this Service

func (Registration) SupportedResources

func (r Registration) SupportedResources() map[string]*pluginsdk.Resource

SupportedResources returns the supported Resources supported by this Service

func (Registration) WebsiteCategories

func (r Registration) WebsiteCategories() []string

WebsiteCategories returns a list of categories which can be used for the sidebar

type StackHCIClusterDataSource

type StackHCIClusterDataSource struct{}

func (StackHCIClusterDataSource) Arguments

func (r StackHCIClusterDataSource) Arguments() map[string]*schema.Schema

func (StackHCIClusterDataSource) Attributes

func (r StackHCIClusterDataSource) Attributes() map[string]*schema.Schema

func (StackHCIClusterDataSource) ModelObject

func (r StackHCIClusterDataSource) ModelObject() interface{}

func (StackHCIClusterDataSource) Read

func (StackHCIClusterDataSource) ResourceType

func (r StackHCIClusterDataSource) ResourceType() string

type StackHCIClusterDataSourceModel

type StackHCIClusterDataSourceModel struct {
	Name                      string                         `tfschema:"name"`
	ResourceGroupName         string                         `tfschema:"resource_group_name"`
	Location                  string                         `tfschema:"location"`
	ClientId                  string                         `tfschema:"client_id"`
	TenantId                  string                         `tfschema:"tenant_id"`
	AutomanageConfigurationId string                         `tfschema:"automanage_configuration_id"`
	CloudId                   string                         `tfschema:"cloud_id"`
	ServiceEndpoint           string                         `tfschema:"service_endpoint"`
	ResourceProviderObjectId  string                         `tfschema:"resource_provider_object_id"`
	Identity                  []identity.ModelSystemAssigned `tfschema:"identity"`
	Tags                      map[string]interface{}         `tfschema:"tags"`
}

type StackHCIIPPoolModel

type StackHCIIPPoolModel struct {
	Start string `tfschema:"start"`
	End   string `tfschema:"end"`
}

type StackHCILogicalNetworkResource

type StackHCILogicalNetworkResource struct{}

func (StackHCILogicalNetworkResource) Arguments

func (StackHCILogicalNetworkResource) Attributes

func (StackHCILogicalNetworkResource) Create

func (StackHCILogicalNetworkResource) Delete

func (StackHCILogicalNetworkResource) IDValidationFunc

func (StackHCILogicalNetworkResource) ModelObject

func (StackHCILogicalNetworkResource) ModelObject() interface{}

func (StackHCILogicalNetworkResource) Read

func (StackHCILogicalNetworkResource) ResourceType

func (StackHCILogicalNetworkResource) ResourceType() string

func (StackHCILogicalNetworkResource) Update

type StackHCILogicalNetworkResourceModel

type StackHCILogicalNetworkResourceModel struct {
	Name              string                 `tfschema:"name"`
	ResourceGroupName string                 `tfschema:"resource_group_name"`
	Location          string                 `tfschema:"location"`
	CustomLocationId  string                 `tfschema:"custom_location_id"`
	DNSServers        []string               `tfschema:"dns_servers"`
	Subnet            []StackHCISubnetModel  `tfschema:"subnet"`
	VirtualSwitchName string                 `tfschema:"virtual_switch_name"`
	Tags              map[string]interface{} `tfschema:"tags"`
}

type StackHCIRouteModel

type StackHCIRouteModel struct {
	Name             string `tfschema:"name"`
	AddressPrefix    string `tfschema:"address_prefix"`
	NextHopIpAddress string `tfschema:"next_hop_ip_address"`
}

type StackHCISubnetModel

type StackHCISubnetModel struct {
	AddressPrefix      string                `tfschema:"address_prefix"`
	IpAllocationMethod string                `tfschema:"ip_allocation_method"`
	IpPool             []StackHCIIPPoolModel `tfschema:"ip_pool"`
	Route              []StackHCIRouteModel  `tfschema:"route"`
	VlanId             int64                 `tfschema:"vlan_id"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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