Class GetFwGroupV2PlainArgs


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

      • adminStateUp

        public java.util.Optional<java.lang.Boolean> adminStateUp()
        Returns:
        Administrative up/down status for the firewall group.
      • description

        public java.util.Optional<java.lang.String> description()
        Returns:
        Human-readable description of the firewall group.
      • egressFirewallPolicyId

        public java.util.Optional<java.lang.String> egressFirewallPolicyId()
        Returns:
        The egress policy ID of the firewall group.
      • groupId

        public java.util.Optional<java.lang.String> groupId()
        Returns:
        The ID of the firewall group.
      • ingressFirewallPolicyId

        public java.util.Optional<java.lang.String> ingressFirewallPolicyId()
        Returns:
        The ingress policy ID of the firewall group.
      • name

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

        public java.util.Optional<java.lang.String> projectId()
        Returns:
        This argument conflicts and is interchangeable with `tenant_id`. The owner of the firewall 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 firewall group ids. If omitted, the `region` argument of the provider is used.
      • shared

        public java.util.Optional<java.lang.Boolean> shared()
        Returns:
        The sharing status of the firewall group.
      • status

        public java.util.Optional<java.lang.String> status()
        Returns:
        Enabled status for the firewall group.
      • tenantId

        public java.util.Optional<java.lang.String> tenantId()
        Returns:
        This argument conflicts and is interchangeable with `project_id`. The owner of the firewall group.