Class GetFwPolicyV2PlainArgs


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

      • audited

        public java.util.Optional<java.lang.Boolean> audited()
        Returns:
        Whether this policy has been audited.
      • description

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

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

        public java.util.Optional<java.lang.String> policyId()
        Returns:
        The ID of the firewall policy.
      • projectId

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

        public java.util.Optional<java.lang.Boolean> shared()
        Returns:
        Whether this policy is shared across all projects.
      • tenantId

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