Documentation ¶
Index ¶
- func FormId(node string, name string) string
- func GenerateInterfaceName(key string, existing []string) string
- func IpDataSourceSchema(t IpAddressType) ds.ObjectAttribute
- func IpGatewayDataSourceSchema(t IpAddressType) ds.StringAttribute
- func IpGatewayResourceSchema(t IpAddressType) rs.StringAttribute
- func IpResourceSchema(t IpAddressType) rs.ObjectAttribute
- func UnpackId(id string) (string, string, error)
- type IpAddressModel
- type IpAddressType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateInterfaceName ¶
func IpDataSourceSchema ¶
func IpDataSourceSchema(t IpAddressType) ds.ObjectAttribute
func IpGatewayDataSourceSchema ¶
func IpGatewayDataSourceSchema(t IpAddressType) ds.StringAttribute
func IpGatewayResourceSchema ¶
func IpGatewayResourceSchema(t IpAddressType) rs.StringAttribute
func IpResourceSchema ¶
func IpResourceSchema(t IpAddressType) rs.ObjectAttribute
Types ¶
type IpAddressModel ¶
type IpAddressType ¶
type IpAddressType string
const ( IP_ADDRESS_TYPE_4 IpAddressType = "ipv4" IP_ADDRESS_TYPE_6 IpAddressType = "ipv6" )
Click to show internal directories.
Click to hide internal directories.