Documentation
¶
Index ¶
- Variables
- func New() resource.Driver
- type Addrs
- type T
- func (t *T) Abort(ctx context.Context) bool
- func (t *T) ActionResourceDeps() []actionresdeps.Dep
- func (t *T) DriverID() driver.ID
- func (t *T) IPVLANMode() (string, error)
- func (t *T) Label(_ context.Context) string
- func (t *T) LinkTo() string
- func (t *T) Manifest() *manifest.T
- func (t *T) Provision(ctx context.Context) error
- func (t *T) Provisioned(ctx context.Context) (provisioned.T, error)
- func (t *T) Start(ctx context.Context) error
- func (t *T) Status(ctx context.Context) status.T
- func (t *T) StatusInfo(ctx context.Context) map[string]interface{}
- func (t *T) Stop(ctx context.Context) error
- func (t *T) Unprovision(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrLinkInUse = errors.New("link in use") ErrLinkNotFound = errors.New("link not found") )
Functions ¶
Types ¶
type T ¶
type T struct {
resource.T
resource.Restart
Path naming.Path
ObjectFQDN string
DNS []string
// config
DNSNameSuffix string `json:"dns_name_suffix"`
NetNS string `json:"netns"`
VLANTag string `json:"vlan_tag"`
VLANMode string `json:"vlan_mode"`
Mode string `json:"mode"`
NSDev string `json:"nsdev"`
MacAddr string `json:"mac_addr"`
DelNetRoute bool `json:"del_net_route"`
Name string `json:"name"`
Dev string `json:"dev"`
Netmask string `json:"netmask"`
Gateway string `json:"gateway"`
Network string `json:"network"`
WaitDNS *time.Duration `json:"wait_dns"`
CheckCarrier bool `json:"check_carrier"`
Alias bool `json:"alias"`
Expose []string `json:"expose"`
// contains filtered or unexported fields
}
func (*T) ActionResourceDeps ¶
func (t *T) ActionResourceDeps() []actionresdeps.Dep
func (*T) IPVLANMode ¶
func (*T) Label ¶
Label implements Label from resource.Driver interface, it returns a formatted short description of the Resource
func (*T) Provisioned ¶
func (*T) StatusInfo ¶
StatusInfo implements resource.StatusInfoer
Click to show internal directories.
Click to hide internal directories.