publicip

package
v0.37.1 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2024 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewPublicIpDataSource

func NewPublicIpDataSource() datasource.DataSource

NewVolumeDataSource is a helper function to simplify the provider implementation.

func NewPublicIpResource

func NewPublicIpResource() resource.Resource

NewPublicIpResource is a helper function to simplify the provider implementation.

Types

type Model

type Model struct {
	Id                 types.String `tfsdk:"id"` // needed by TF
	ProjectId          types.String `tfsdk:"project_id"`
	PublicIpId         types.String `tfsdk:"public_ip_id"`
	Ip                 types.String `tfsdk:"ip"`
	NetworkInterfaceId types.String `tfsdk:"network_interface_id"`
	Labels             types.Map    `tfsdk:"labels"`
}

Jump to

Keyboard shortcuts

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