Exoscale v0.59.0 published on Monday, May 20, 2024 by Pulumiverse
exoscale.getComputeInstanceList
Explore with Pulumi AI
List Exoscale Compute Instances.
Corresponding resource: exoscale_compute_instance.
Using getComputeInstanceList
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getComputeInstanceList(args: GetComputeInstanceListArgs, opts?: InvokeOptions): Promise<GetComputeInstanceListResult>
function getComputeInstanceListOutput(args: GetComputeInstanceListOutputArgs, opts?: InvokeOptions): Output<GetComputeInstanceListResult>def get_compute_instance_list(created_at: Optional[str] = None,
                              deploy_target_id: Optional[str] = None,
                              disk_size: Optional[int] = None,
                              id: Optional[str] = None,
                              ipv6: Optional[bool] = None,
                              ipv6_address: Optional[str] = None,
                              labels: Optional[Mapping[str, str]] = None,
                              manager_id: Optional[str] = None,
                              manager_type: Optional[str] = None,
                              name: Optional[str] = None,
                              public_ip_address: Optional[str] = None,
                              reverse_dns: Optional[str] = None,
                              ssh_key: Optional[str] = None,
                              state: Optional[str] = None,
                              template_id: Optional[str] = None,
                              type: Optional[str] = None,
                              user_data: Optional[str] = None,
                              zone: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetComputeInstanceListResult
def get_compute_instance_list_output(created_at: Optional[pulumi.Input[str]] = None,
                              deploy_target_id: Optional[pulumi.Input[str]] = None,
                              disk_size: Optional[pulumi.Input[int]] = None,
                              id: Optional[pulumi.Input[str]] = None,
                              ipv6: Optional[pulumi.Input[bool]] = None,
                              ipv6_address: Optional[pulumi.Input[str]] = None,
                              labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
                              manager_id: Optional[pulumi.Input[str]] = None,
                              manager_type: Optional[pulumi.Input[str]] = None,
                              name: Optional[pulumi.Input[str]] = None,
                              public_ip_address: Optional[pulumi.Input[str]] = None,
                              reverse_dns: Optional[pulumi.Input[str]] = None,
                              ssh_key: Optional[pulumi.Input[str]] = None,
                              state: Optional[pulumi.Input[str]] = None,
                              template_id: Optional[pulumi.Input[str]] = None,
                              type: Optional[pulumi.Input[str]] = None,
                              user_data: Optional[pulumi.Input[str]] = None,
                              zone: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetComputeInstanceListResult]func GetComputeInstanceList(ctx *Context, args *GetComputeInstanceListArgs, opts ...InvokeOption) (*GetComputeInstanceListResult, error)
func GetComputeInstanceListOutput(ctx *Context, args *GetComputeInstanceListOutputArgs, opts ...InvokeOption) GetComputeInstanceListResultOutput> Note: This function is named GetComputeInstanceList in the Go SDK.
public static class GetComputeInstanceList 
{
    public static Task<GetComputeInstanceListResult> InvokeAsync(GetComputeInstanceListArgs args, InvokeOptions? opts = null)
    public static Output<GetComputeInstanceListResult> Invoke(GetComputeInstanceListInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetComputeInstanceListResult> getComputeInstanceList(GetComputeInstanceListArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: exoscale:index/getComputeInstanceList:getComputeInstanceList
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Zone string
 - The Exoscale Zone name.
 - Created
At string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Deploy
Target stringId  - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Disk
Size int - Match against this int
 - Id string
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Ipv6 bool
 - Match against this bool
 - Ipv6Address string
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Labels Dictionary<string, string>
 - Match against key/values. Keys are matched exactly, while values may be matched as a regex if you supply a string that begins and ends with "/"
 - Manager
Id string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Manager
Type string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Name string
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Public
Ip stringAddress  - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Reverse
Dns string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Ssh
Key string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - State string
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Template
Id string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Type string
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - User
Data string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 
- Zone string
 - The Exoscale Zone name.
 - Created
At string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Deploy
Target stringId  - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Disk
Size int - Match against this int
 - Id string
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Ipv6 bool
 - Match against this bool
 - Ipv6Address string
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Labels map[string]string
 - Match against key/values. Keys are matched exactly, while values may be matched as a regex if you supply a string that begins and ends with "/"
 - Manager
Id string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Manager
Type string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Name string
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Public
Ip stringAddress  - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Reverse
Dns string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Ssh
Key string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - State string
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Template
Id string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Type string
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - User
Data string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 
- zone String
 - The Exoscale Zone name.
 - created
At String - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - deploy
Target StringId  - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - disk
Size Integer - Match against this int
 - id String
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - ipv6 Boolean
 - Match against this bool
 - ipv6Address String
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - labels Map<String,String>
 - Match against key/values. Keys are matched exactly, while values may be matched as a regex if you supply a string that begins and ends with "/"
 - manager
Id String - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - manager
Type String - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - name String
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - public
Ip StringAddress  - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - reverse
Dns String - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - ssh
Key String - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - state String
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - template
Id String - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - type String
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - user
Data String - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 
- zone string
 - The Exoscale Zone name.
 - created
At string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - deploy
Target stringId  - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - disk
Size number - Match against this int
 - id string
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - ipv6 boolean
 - Match against this bool
 - ipv6Address string
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - labels {[key: string]: string}
 - Match against key/values. Keys are matched exactly, while values may be matched as a regex if you supply a string that begins and ends with "/"
 - manager
Id string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - manager
Type string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - name string
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - public
Ip stringAddress  - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - reverse
Dns string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - ssh
Key string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - state string
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - template
Id string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - type string
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - user
Data string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 
- zone str
 - The Exoscale Zone name.
 - created_
at str - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - deploy_
target_ strid  - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - disk_
size int - Match against this int
 - id str
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - ipv6 bool
 - Match against this bool
 - ipv6_
address str - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - labels Mapping[str, str]
 - Match against key/values. Keys are matched exactly, while values may be matched as a regex if you supply a string that begins and ends with "/"
 - manager_
id str - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - manager_
type str - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - name str
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - public_
ip_ straddress  - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - reverse_
dns str - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - ssh_
key str - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - state str
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - template_
id str - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - type str
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - user_
data str - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 
- zone String
 - The Exoscale Zone name.
 - created
At String - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - deploy
Target StringId  - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - disk
Size Number - Match against this int
 - id String
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - ipv6 Boolean
 - Match against this bool
 - ipv6Address String
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - labels Map<String>
 - Match against key/values. Keys are matched exactly, while values may be matched as a regex if you supply a string that begins and ends with "/"
 - manager
Id String - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - manager
Type String - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - name String
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - public
Ip StringAddress  - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - reverse
Dns String - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - ssh
Key String - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - state String
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - template
Id String - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - type String
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - user
Data String - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 
getComputeInstanceList Result
The following output properties are available:
- Instances
List<Pulumiverse.
Exoscale. Outputs. Get Compute Instance List Instance>  - The list of exoscalecomputeinstance.
 - Zone string
 - The Exoscale Zone name.
 - Created
At string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Deploy
Target stringId  - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Disk
Size int - Match against this int
 - Id string
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Ipv6 bool
 - Match against this bool
 - Ipv6Address string
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Labels Dictionary<string, string>
 - Match against key/values. Keys are matched exactly, while values may be matched as a regex if you supply a string that begins and ends with "/"
 - Manager
Id string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Manager
Type string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Name string
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Public
Ip stringAddress  - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Reverse
Dns string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Ssh
Key string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - State string
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Template
Id string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Type string
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - User
Data string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 
- Instances
[]Get
Compute Instance List Instance  - The list of exoscalecomputeinstance.
 - Zone string
 - The Exoscale Zone name.
 - Created
At string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Deploy
Target stringId  - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Disk
Size int - Match against this int
 - Id string
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Ipv6 bool
 - Match against this bool
 - Ipv6Address string
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Labels map[string]string
 - Match against key/values. Keys are matched exactly, while values may be matched as a regex if you supply a string that begins and ends with "/"
 - Manager
Id string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Manager
Type string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Name string
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Public
Ip stringAddress  - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Reverse
Dns string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Ssh
Key string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - State string
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Template
Id string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - Type string
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - User
Data string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 
- instances
List<Get
Compute Instance List Instance>  - The list of exoscalecomputeinstance.
 - zone String
 - The Exoscale Zone name.
 - created
At String - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - deploy
Target StringId  - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - disk
Size Integer - Match against this int
 - id String
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - ipv6 Boolean
 - Match against this bool
 - ipv6Address String
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - labels Map<String,String>
 - Match against key/values. Keys are matched exactly, while values may be matched as a regex if you supply a string that begins and ends with "/"
 - manager
Id String - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - manager
Type String - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - name String
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - public
Ip StringAddress  - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - reverse
Dns String - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - ssh
Key String - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - state String
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - template
Id String - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - type String
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - user
Data String - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 
- instances
Get
Compute Instance List Instance[]  - The list of exoscalecomputeinstance.
 - zone string
 - The Exoscale Zone name.
 - created
At string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - deploy
Target stringId  - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - disk
Size number - Match against this int
 - id string
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - ipv6 boolean
 - Match against this bool
 - ipv6Address string
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - labels {[key: string]: string}
 - Match against key/values. Keys are matched exactly, while values may be matched as a regex if you supply a string that begins and ends with "/"
 - manager
Id string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - manager
Type string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - name string
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - public
Ip stringAddress  - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - reverse
Dns string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - ssh
Key string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - state string
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - template
Id string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - type string
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - user
Data string - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 
- instances
Sequence[Get
Compute Instance List Instance]  - The list of exoscalecomputeinstance.
 - zone str
 - The Exoscale Zone name.
 - created_
at str - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - deploy_
target_ strid  - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - disk_
size int - Match against this int
 - id str
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - ipv6 bool
 - Match against this bool
 - ipv6_
address str - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - labels Mapping[str, str]
 - Match against key/values. Keys are matched exactly, while values may be matched as a regex if you supply a string that begins and ends with "/"
 - manager_
id str - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - manager_
type str - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - name str
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - public_
ip_ straddress  - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - reverse_
dns str - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - ssh_
key str - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - state str
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - template_
id str - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - type str
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - user_
data str - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 
- instances List<Property Map>
 - The list of exoscalecomputeinstance.
 - zone String
 - The Exoscale Zone name.
 - created
At String - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - deploy
Target StringId  - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - disk
Size Number - Match against this int
 - id String
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - ipv6 Boolean
 - Match against this bool
 - ipv6Address String
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - labels Map<String>
 - Match against key/values. Keys are matched exactly, while values may be matched as a regex if you supply a string that begins and ends with "/"
 - manager
Id String - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - manager
Type String - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - name String
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - public
Ip StringAddress  - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - reverse
Dns String - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - ssh
Key String - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - state String
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - template
Id String - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - type String
 - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 - user
Data String - Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
 
Supporting Types
GetComputeInstanceListInstance    
- Anti
Affinity List<string>Group Ids  - The list of attached exoscale.AntiAffinityGroup (IDs).
 - Created
At string - The compute instance creation date.
 - Deploy
Target stringId  - A deploy target ID.
 - Disk
Size int - The instance disk size (GiB).
 - Elastic
Ip List<string>Ids  - The list of attached exoscale.ElasticIp (IDs).
 - Ipv6 bool
 - Whether IPv6 is enabled on the instance.
 - Ipv6Address string
 - The instance (main network interface) IPv6 address (if enabled).
 - Labels Dictionary<string, string>
 - A map of key/value labels.
 - Manager
Id string - The instance manager ID, if any.
 - Manager
Type string - The instance manager type (instance pool, SKS node pool, etc.), if any.
 - Private
Network List<string>Ids  - The list of attached exoscale.PrivateNetwork (IDs).
 - Public
Ip stringAddress  - The instance (main network interface) IPv4 address.
 - Reverse
Dns string - Domain name for reverse DNS record.
 - Security
Group List<string>Ids  - The list of attached exoscale.SecurityGroup (IDs).
 - Ssh
Key string - The exoscale.SshKey (name) authorized on the instance.
 - State string
 - The instance state.
 - Template
Id string - The instance exoscale.getTemplate ID.
 - Type string
 - The instance type.
 - User
Data string - The instance cloud-init configuration.
 - Zone string
 - The Exoscale Zone name.
 - Id string
 - The compute instance ID to match (conflicts with 
name). - Name string
 - The instance name to match (conflicts with 
id). 
- Anti
Affinity []stringGroup Ids  - The list of attached exoscale.AntiAffinityGroup (IDs).
 - Created
At string - The compute instance creation date.
 - Deploy
Target stringId  - A deploy target ID.
 - Disk
Size int - The instance disk size (GiB).
 - Elastic
Ip []stringIds  - The list of attached exoscale.ElasticIp (IDs).
 - Ipv6 bool
 - Whether IPv6 is enabled on the instance.
 - Ipv6Address string
 - The instance (main network interface) IPv6 address (if enabled).
 - Labels map[string]string
 - A map of key/value labels.
 - Manager
Id string - The instance manager ID, if any.
 - Manager
Type string - The instance manager type (instance pool, SKS node pool, etc.), if any.
 - Private
Network []stringIds  - The list of attached exoscale.PrivateNetwork (IDs).
 - Public
Ip stringAddress  - The instance (main network interface) IPv4 address.
 - Reverse
Dns string - Domain name for reverse DNS record.
 - Security
Group []stringIds  - The list of attached exoscale.SecurityGroup (IDs).
 - Ssh
Key string - The exoscale.SshKey (name) authorized on the instance.
 - State string
 - The instance state.
 - Template
Id string - The instance exoscale.getTemplate ID.
 - Type string
 - The instance type.
 - User
Data string - The instance cloud-init configuration.
 - Zone string
 - The Exoscale Zone name.
 - Id string
 - The compute instance ID to match (conflicts with 
name). - Name string
 - The instance name to match (conflicts with 
id). 
- anti
Affinity List<String>Group Ids  - The list of attached exoscale.AntiAffinityGroup (IDs).
 - created
At String - The compute instance creation date.
 - deploy
Target StringId  - A deploy target ID.
 - disk
Size Integer - The instance disk size (GiB).
 - elastic
Ip List<String>Ids  - The list of attached exoscale.ElasticIp (IDs).
 - ipv6 Boolean
 - Whether IPv6 is enabled on the instance.
 - ipv6Address String
 - The instance (main network interface) IPv6 address (if enabled).
 - labels Map<String,String>
 - A map of key/value labels.
 - manager
Id String - The instance manager ID, if any.
 - manager
Type String - The instance manager type (instance pool, SKS node pool, etc.), if any.
 - private
Network List<String>Ids  - The list of attached exoscale.PrivateNetwork (IDs).
 - public
Ip StringAddress  - The instance (main network interface) IPv4 address.
 - reverse
Dns String - Domain name for reverse DNS record.
 - security
Group List<String>Ids  - The list of attached exoscale.SecurityGroup (IDs).
 - ssh
Key String - The exoscale.SshKey (name) authorized on the instance.
 - state String
 - The instance state.
 - template
Id String - The instance exoscale.getTemplate ID.
 - type String
 - The instance type.
 - user
Data String - The instance cloud-init configuration.
 - zone String
 - The Exoscale Zone name.
 - id String
 - The compute instance ID to match (conflicts with 
name). - name String
 - The instance name to match (conflicts with 
id). 
- anti
Affinity string[]Group Ids  - The list of attached exoscale.AntiAffinityGroup (IDs).
 - created
At string - The compute instance creation date.
 - deploy
Target stringId  - A deploy target ID.
 - disk
Size number - The instance disk size (GiB).
 - elastic
Ip string[]Ids  - The list of attached exoscale.ElasticIp (IDs).
 - ipv6 boolean
 - Whether IPv6 is enabled on the instance.
 - ipv6Address string
 - The instance (main network interface) IPv6 address (if enabled).
 - labels {[key: string]: string}
 - A map of key/value labels.
 - manager
Id string - The instance manager ID, if any.
 - manager
Type string - The instance manager type (instance pool, SKS node pool, etc.), if any.
 - private
Network string[]Ids  - The list of attached exoscale.PrivateNetwork (IDs).
 - public
Ip stringAddress  - The instance (main network interface) IPv4 address.
 - reverse
Dns string - Domain name for reverse DNS record.
 - security
Group string[]Ids  - The list of attached exoscale.SecurityGroup (IDs).
 - ssh
Key string - The exoscale.SshKey (name) authorized on the instance.
 - state string
 - The instance state.
 - template
Id string - The instance exoscale.getTemplate ID.
 - type string
 - The instance type.
 - user
Data string - The instance cloud-init configuration.
 - zone string
 - The Exoscale Zone name.
 - id string
 - The compute instance ID to match (conflicts with 
name). - name string
 - The instance name to match (conflicts with 
id). 
- anti_
affinity_ Sequence[str]group_ ids  - The list of attached exoscale.AntiAffinityGroup (IDs).
 - created_
at str - The compute instance creation date.
 - deploy_
target_ strid  - A deploy target ID.
 - disk_
size int - The instance disk size (GiB).
 - elastic_
ip_ Sequence[str]ids  - The list of attached exoscale.ElasticIp (IDs).
 - ipv6 bool
 - Whether IPv6 is enabled on the instance.
 - ipv6_
address str - The instance (main network interface) IPv6 address (if enabled).
 - labels Mapping[str, str]
 - A map of key/value labels.
 - manager_
id str - The instance manager ID, if any.
 - manager_
type str - The instance manager type (instance pool, SKS node pool, etc.), if any.
 - private_
network_ Sequence[str]ids  - The list of attached exoscale.PrivateNetwork (IDs).
 - public_
ip_ straddress  - The instance (main network interface) IPv4 address.
 - reverse_
dns str - Domain name for reverse DNS record.
 - security_
group_ Sequence[str]ids  - The list of attached exoscale.SecurityGroup (IDs).
 - ssh_
key str - The exoscale.SshKey (name) authorized on the instance.
 - state str
 - The instance state.
 - template_
id str - The instance exoscale.getTemplate ID.
 - type str
 - The instance type.
 - user_
data str - The instance cloud-init configuration.
 - zone str
 - The Exoscale Zone name.
 - id str
 - The compute instance ID to match (conflicts with 
name). - name str
 - The instance name to match (conflicts with 
id). 
- anti
Affinity List<String>Group Ids  - The list of attached exoscale.AntiAffinityGroup (IDs).
 - created
At String - The compute instance creation date.
 - deploy
Target StringId  - A deploy target ID.
 - disk
Size Number - The instance disk size (GiB).
 - elastic
Ip List<String>Ids  - The list of attached exoscale.ElasticIp (IDs).
 - ipv6 Boolean
 - Whether IPv6 is enabled on the instance.
 - ipv6Address String
 - The instance (main network interface) IPv6 address (if enabled).
 - labels Map<String>
 - A map of key/value labels.
 - manager
Id String - The instance manager ID, if any.
 - manager
Type String - The instance manager type (instance pool, SKS node pool, etc.), if any.
 - private
Network List<String>Ids  - The list of attached exoscale.PrivateNetwork (IDs).
 - public
Ip StringAddress  - The instance (main network interface) IPv4 address.
 - reverse
Dns String - Domain name for reverse DNS record.
 - security
Group List<String>Ids  - The list of attached exoscale.SecurityGroup (IDs).
 - ssh
Key String - The exoscale.SshKey (name) authorized on the instance.
 - state String
 - The instance state.
 - template
Id String - The instance exoscale.getTemplate ID.
 - type String
 - The instance type.
 - user
Data String - The instance cloud-init configuration.
 - zone String
 - The Exoscale Zone name.
 - id String
 - The compute instance ID to match (conflicts with 
name). - name String
 - The instance name to match (conflicts with 
id). 
Package Details
- Repository
 - exoscale pulumiverse/pulumi-exoscale
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
exoscaleTerraform Provider.