GetImage

Using GetImage

function getImage(args: GetImageArgs, opts?: InvokeOptions): Promise<GetImageResult>
function  get_image(id=None, most_recent=None, name=None, selector=None, with_selector=None, with_statuses=None, opts=None)
func GetImage(ctx *Context, args *GetImageArgs, opts ...InvokeOption) (*GetImageResult, error)
public static class GetImage {
    public static Task<GetImageResult> InvokeAsync(GetImageArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

Id int
MostRecent bool
Name string
Selector string

Deprecated: Please use the with_selector property instead.

WithSelector string
WithStatuses List<string>
Id int
MostRecent bool
Name string
Selector string

Deprecated: Please use the with_selector property instead.

WithSelector string
WithStatuses []string
id number
mostRecent boolean
name string
selector string

Deprecated: Please use the with_selector property instead.

withSelector string
withStatuses string[]
id float
most_recent bool
name str
selector str

Deprecated: Please use the with_selector property instead.

with_selector str
with_statuses List[str]

GetImage Result

The following output properties are available:

Created string
Deprecated string
Description string
Labels Dictionary<string, object>
Name string
OsFlavor string
OsVersion string
RapidDeploy bool
Type string
Id int
MostRecent bool
Selector string

Deprecated: Please use the with_selector property instead.

WithSelector string
WithStatuses List<string>
Created string
Deprecated string
Description string
Labels map[string]interface{}
Name string
OsFlavor string
OsVersion string
RapidDeploy bool
Type string
Id int
MostRecent bool
Selector string

Deprecated: Please use the with_selector property instead.

WithSelector string
WithStatuses []string
created string
deprecated string
description string
labels {[key: string]: any}
name string
osFlavor string
osVersion string
rapidDeploy boolean
type string
id number
mostRecent boolean
selector string

Deprecated: Please use the with_selector property instead.

withSelector string
withStatuses string[]
created str
deprecated str
description str
labels Dict[str, Any]
name str
os_flavor str
os_version str
rapid_deploy bool
type str
id float
most_recent bool
selector str

Deprecated: Please use the with_selector property instead.

with_selector str
with_statuses List[str]

Package Details

Repository
https://github.com/pulumi/pulumi-hcloud
License
Apache-2.0
Notes
This Pulumi package is based on the hcloud Terraform Provider.