Class GetContainerGroupsPlainArgs


  • public final class GetContainerGroupsPlainArgs
    extends com.pulumi.resources.InvokeArgs
    • Method Detail

      • containerGroupName

        public java.util.Optional<java.lang.String> containerGroupName()
        Returns:
        The name of ContainerGroup.
      • enableDetails

        public java.util.Optional<java.lang.Boolean> enableDetails()
        Returns:
        Default to `false`. Set it to `true` can output more details about resource attributes.
      • ids

        public java.util.Optional<java.util.List<java.lang.String>> ids()
        Returns:
        A list of Container Group IDs.
      • limit

        public java.util.Optional<java.lang.Integer> limit()
        Returns:
        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.
      • nameRegex

        public java.util.Optional<java.lang.String> nameRegex()
        Returns:
        A regex string to filter results by Container Group name.
      • outputFile

        public java.util.Optional<java.lang.String> outputFile()
        Returns:
        File name where to save data source results (after running `pulumi preview`).
      • resourceGroupId

        public java.util.Optional<java.lang.String> resourceGroupId()
        Returns:
        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.
      • status

        public java.util.Optional<java.lang.String> status()
        Returns:
        The status of container.
      • tags

        public java.util.Optional<java.util.Map<java.lang.String,​java.lang.Object>> tags()
        Returns:
        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.
      • vswitchId

        public java.util.Optional<java.lang.String> vswitchId()
        Returns:
        The vswitch id.
      • withEvent

        public java.util.Optional<java.lang.Boolean> withEvent()
      • zoneId

        public java.util.Optional<java.lang.String> zoneId()
        Returns:
        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.