Documentation ¶
Index ¶
Constants ¶
View Source
const AssignmentResourceType = "hcloud_floating_ip_assignment"
ResourceType is the type name of the Hetzner Cloud FloatingIP resource.
View Source
const DataSourceType = "hcloud_floating_ip"
DataSourceType is the type name of the Hetzner Cloud Floating IP resource.
View Source
const ResourceType = "hcloud_floating_ip"
ResourceType is the type name of the Hetzner Cloud FloatingIP resource.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DData ¶
type DData struct { testtemplate.DataCommon FloatingIPID string FloatingIPName string LabelSelector string }
DData defines the fields for the "testdata/d/hcloud_floating_ip" template.
type RData ¶
type RData struct { testtemplate.DataCommon Name string Type string HomeLocationName string ServerID string Labels map[string]string }
RData defines the fields for the "testdata/r/hcloud_floating_ip" template.
type RDataAssignment ¶
type RDataAssignment struct { testtemplate.DataCommon FloatingIPID string ServerID string }
RDataAssignment defines the fields for the "testdata/r/hcloud_floating_ip_assignment" template.
func (*RDataAssignment) TFID ¶
func (d *RDataAssignment) TFID() string
TFID returns the resource identifier.
Click to show internal directories.
Click to hide internal directories.