Class GetSecGroupPlainArgs


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

      • description

        public java.util.Optional<java.lang.String> description()
        Returns:
        Human-readable description the the subnet.
      • name

        public java.util.Optional<java.lang.String> name()
        Returns:
        The name of the security group.
      • region

        public java.util.Optional<java.lang.String> region()
        Returns:
        The region in which to obtain the V2 Neutron client. A Neutron client is needed to retrieve security groups ids. If omitted, the `region` argument of the provider is used.
      • secgroupId

        public java.util.Optional<java.lang.String> secgroupId()
        Returns:
        The ID of the security group.
      • tags

        public java.util.Optional<java.util.List<java.lang.String>> tags()
        Returns:
        The list of security group tags to filter.
      • tenantId

        public java.util.Optional<java.lang.String> tenantId()
        Returns:
        The owner of the security group.