GetContainerGroupsPlainArgs

data class GetContainerGroupsPlainArgs(val containerGroupName: String? = null, val enableDetails: Boolean? = null, val ids: List<String>? = null, val limit: Int? = null, val nameRegex: String? = null, val outputFile: String? = null, val resourceGroupId: String? = null, val status: String? = null, val tags: Map<String, String>? = null, val vswitchId: String? = null, val withEvent: Boolean? = null, val zoneId: String? = null) : ConvertibleToJava<GetContainerGroupsPlainArgs>

A collection of arguments for invoking getContainerGroups.

Constructors

Link copied to clipboard
constructor(containerGroupName: String? = null, enableDetails: Boolean? = null, ids: List<String>? = null, limit: Int? = null, nameRegex: String? = null, outputFile: String? = null, resourceGroupId: String? = null, status: String? = null, tags: Map<String, String>? = null, vswitchId: String? = null, withEvent: Boolean? = null, zoneId: String? = null)

Properties

Link copied to clipboard

The name of ContainerGroup.

Link copied to clipboard
val enableDetails: Boolean? = null

Default to false. Set it to true can output more details about resource attributes.

Link copied to clipboard
val ids: List<String>? = null

A list of Container Group IDs.

Link copied to clipboard
val limit: Int? = null

The maximum number of resources returned in the response. Default value is 20. Maximum value: 20. The number of returned results is no greater than the specified number.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Container Group name.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val resourceGroupId: String? = null

The ID of the resource group to which the container group belongs. If you have not specified a resource group for the container group, it is added to the default resource group.

Link copied to clipboard
val status: String? = null

The status list. For more information, see the description of ContainerGroup arrays.

Link copied to clipboard
val tags: Map<String, String>? = null
Link copied to clipboard
val vswitchId: String? = null

The ID of the vSwitch. Currently, container groups can only be deployed in VPC networks.

Link copied to clipboard
val withEvent: Boolean? = null
Link copied to clipboard
val zoneId: String? = null

The ID of the zone where you want to deploy the container group. If no value is specified, the system assigns a zone to the container group. By default, no value is specified.

Functions

Link copied to clipboard
open override fun toJava(): GetContainerGroupsPlainArgs