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