Documentation ¶
Index ¶
- type MacPoolClient
- func (c *MacPoolClient) CreateOrUpdate(ctx context.Context, location, name string, macpool *network.MACPool) (*network.MACPool, error)
- func (c *MacPoolClient) Delete(ctx context.Context, location, name string) error
- func (c *MacPoolClient) Get(ctx context.Context, location, name string) (*[]network.MACPool, error)
- type Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MacPoolClient ¶
type MacPoolClient struct { network.BaseClient // contains filtered or unexported fields }
MacPoolClient structure
func NewMacPoolClient ¶
func NewMacPoolClient(cloudFQDN string, authorizer auth.Authorizer) (*MacPoolClient, error)
NewMacPoolClient method returns new client
func (*MacPoolClient) CreateOrUpdate ¶
func (c *MacPoolClient) CreateOrUpdate(ctx context.Context, location, name string, macpool *network.MACPool) (*network.MACPool, error)
Ensure methods invokes create or update on the client
Click to show internal directories.
Click to hide internal directories.