networkinterfaces

package
v0.0.0-...-d6be293 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2024 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewService

func NewService(scope *actuators.MachineScope) azure.Service

NewService creates a new groups service.

func NewStackHubService

func NewStackHubService(scope *actuators.MachineScope) azure.Service

NewStackHubService creates a new groups service.

Types

type Service

type Service struct {
	Client network.InterfacesClient
	Scope  *actuators.MachineScope
}

Service provides operations on resource groups

func (*Service) CreateOrUpdate

func (s *Service) CreateOrUpdate(ctx context.Context, spec azure.Spec) error

CreateOrUpdate creates or updates a network interface.

func (*Service) Delete

func (s *Service) Delete(ctx context.Context, spec azure.Spec) error

Delete deletes the network interface with the provided name.

func (*Service) Get

func (s *Service) Get(ctx context.Context, spec azure.Spec) (interface{}, error)

Get provides information about a network interface.

type Spec

type Spec struct {
	Name                          string
	SubnetName                    string
	VnetName                      string
	StaticIPAddress               string
	PublicLoadBalancerName        string
	InternalLoadBalancerName      string
	NatRule                       *int64
	PublicIP                      string
	SecurityGroupName             string
	ApplicationSecurityGroupNames []string
	AcceleratedNetworking         bool
}

Spec specification for networkinterface

type StackHubService

type StackHubService struct {
	Client network.InterfacesClient
	Scope  *actuators.MachineScope
}

StackHubService provides operations on resource groups

func (*StackHubService) CreateOrUpdate

func (s *StackHubService) CreateOrUpdate(ctx context.Context, spec azure.Spec) error

CreateOrUpdate creates or updates a network interface.

func (*StackHubService) Delete

func (s *StackHubService) Delete(ctx context.Context, spec azure.Spec) error

Delete deletes the network interface with the provided name.

func (*StackHubService) Get

func (s *StackHubService) Get(ctx context.Context, spec azure.Spec) (interface{}, error)

Get provides information about a network interface.

Jump to

Keyboard shortcuts

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