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, Any>? = 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
fun GetContainerGroupsPlainArgs(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, Any>? = null, vswitchId: String? = null, withEvent: Boolean? = null, zoneId: String? = null)

Functions

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

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 of container.

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

The tags attached to the container group. Each tag is a key-value pair. You can attach up to 20 tags to a container group.

Link copied to clipboard
val vswitchId: String? = null

The vswitch id.

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

The IDs of the zones where the container groups are deployed. If this parameter is not set, the system automatically selects the zones. By default, no value is specified.