Documentation ¶
Index ¶
- type Service
- type ZoneClient
- func (c *ZoneClient) CreateOrUpdate(ctx context.Context, location string, name string, cloud *cloud.Zone) (*cloud.Zone, error)
- func (c *ZoneClient) Delete(ctx context.Context, location string, name string) error
- func (c *ZoneClient) Get(ctx context.Context, location string, name string) (*[]cloud.Zone, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ZoneClient ¶
type ZoneClient struct {
// contains filtered or unexported fields
}
func NewZoneClient ¶
func NewZoneClient(cloudFQDN string, authorizer auth.Authorizer) (*ZoneClient, error)
func (*ZoneClient) CreateOrUpdate ¶
func (c *ZoneClient) CreateOrUpdate(ctx context.Context, location string, name string, cloud *cloud.Zone) (*cloud.Zone, error)
CreateOrUpdate methods invokes create or update on the client
Click to show internal directories.
Click to hide internal directories.