Documentation
¶
Index ¶
- Variables
- func GetAffinityGroupName(ctx context.Context, apiClient iaas.DefaultAPI, ...) (string, error)
- func GetBackupName(ctx context.Context, apiClient iaas.DefaultAPI, ...) (string, error)
- func GetImageName(ctx context.Context, apiClient iaas.DefaultAPI, ...) (string, error)
- func GetNetworkAreaName(ctx context.Context, apiClient iaas.DefaultAPI, organizationId, areaId string) (string, error)
- func GetNetworkName(ctx context.Context, apiClient iaas.DefaultAPI, ...) (string, error)
- func GetNetworkRangeFromAPIResponse(prefix string, networkRanges []iaas.NetworkRange) (iaas.NetworkRange, error)
- func GetNetworkRangePrefix(ctx context.Context, apiClient iaas.DefaultAPI, ...) (string, error)
- func GetPublicIP(ctx context.Context, apiClient iaas.DefaultAPI, ...) (ip, associatedResource string, err error)
- func GetRouteFromAPIResponse(destination, nexthop string, routes []iaas.Route) (iaas.Route, error)
- func GetRoutingTableOfAreaName(ctx context.Context, apiClient iaas.DefaultAPI, ...) (string, error)
- func GetSecurityGroupName(ctx context.Context, apiClient iaas.DefaultAPI, ...) (string, error)
- func GetSecurityGroupRuleName(ctx context.Context, apiClient iaas.DefaultAPI, ...) (string, error)
- func GetServerName(ctx context.Context, apiClient iaas.DefaultAPI, ...) (string, error)
- func GetSnapshotName(ctx context.Context, apiClient iaas.DefaultAPI, ...) (string, error)
- func GetVolumeName(ctx context.Context, apiClient iaas.DefaultAPI, ...) (string, error)
- func ListAttachedProjects(ctx context.Context, apiClient iaas.DefaultAPI, organizationId, areaId string) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func GetAffinityGroupName ¶ added in v0.24.0
func GetBackupName ¶ added in v0.34.4
func GetImageName ¶ added in v0.21.0
func GetNetworkAreaName ¶
func GetNetworkName ¶
func GetNetworkRangeFromAPIResponse ¶
func GetNetworkRangeFromAPIResponse(prefix string, networkRanges []iaas.NetworkRange) (iaas.NetworkRange, error)
GetNetworkRangeFromAPIResponse returns the network range from the API response that matches the given prefix This works because network range prefixes are unique in the same SNA
func GetNetworkRangePrefix ¶
func GetPublicIP ¶ added in v0.18.0
func GetRouteFromAPIResponse ¶
GetRouteFromAPIResponse returns the static route from the API response that matches the prefix and nexthop This works because static routes are unique by prefix and nexthop
func GetRoutingTableOfAreaName ¶ added in v0.56.0
func GetSecurityGroupName ¶ added in v0.20.0
func GetSecurityGroupRuleName ¶ added in v0.20.0
func GetServerName ¶ added in v0.17.0
func GetSnapshotName ¶ added in v0.34.4
func GetVolumeName ¶ added in v0.17.0
func ListAttachedProjects ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.