Documentation ¶
Index ¶
- type AzureClient
- func (ac *AzureClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, nicName string, ...) error
- func (ac *AzureClient) Delete(ctx context.Context, resourceGroupName, nicName string) error
- func (ac *AzureClient) Get(ctx context.Context, resourceGroupName, nicName string) (network.Interface, error)
- type Client
- type NICScope
- type Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AzureClient ¶
type AzureClient struct {
// contains filtered or unexported fields
}
AzureClient contains the Azure go-sdk Client.
func NewClient ¶
func NewClient(auth azure.Authorizer) *AzureClient
NewClient creates a new VM client from subscription ID.
func (*AzureClient) CreateOrUpdate ¶
func (ac *AzureClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, nicName string, nic network.Interface) error
CreateOrUpdate creates or updates a network interface.
type Client ¶
type Client interface { Get(context.Context, string, string) (network.Interface, error) CreateOrUpdate(context.Context, string, string, network.Interface) error Delete(context.Context, string, string) error }
Client wraps go-sdk.
Directories ¶
Path | Synopsis |
---|---|
Package mock_networkinterfaces is a generated GoMock package.
|
Package mock_networkinterfaces is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.