Class GetFwPolicyV2Args.Builder

  • Enclosing class:
    GetFwPolicyV2Args

    public static final class GetFwPolicyV2Args.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • audited

        public GetFwPolicyV2Args.Builder audited​(@Nullable
                                                 com.pulumi.core.Output<java.lang.Boolean> audited)
        Parameters:
        audited - Whether this policy has been audited.
        Returns:
        builder
      • audited

        public GetFwPolicyV2Args.Builder audited​(java.lang.Boolean audited)
        Parameters:
        audited - Whether this policy has been audited.
        Returns:
        builder
      • description

        public GetFwPolicyV2Args.Builder description​(@Nullable
                                                     com.pulumi.core.Output<java.lang.String> description)
        Parameters:
        description - Human-readable description of the policy.
        Returns:
        builder
      • description

        public GetFwPolicyV2Args.Builder description​(java.lang.String description)
        Parameters:
        description - Human-readable description of the policy.
        Returns:
        builder
      • name

        public GetFwPolicyV2Args.Builder name​(@Nullable
                                              com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - The name of the firewall policy.
        Returns:
        builder
      • name

        public GetFwPolicyV2Args.Builder name​(java.lang.String name)
        Parameters:
        name - The name of the firewall policy.
        Returns:
        builder
      • policyId

        public GetFwPolicyV2Args.Builder policyId​(@Nullable
                                                  com.pulumi.core.Output<java.lang.String> policyId)
        Parameters:
        policyId - The ID of the firewall policy.
        Returns:
        builder
      • policyId

        public GetFwPolicyV2Args.Builder policyId​(java.lang.String policyId)
        Parameters:
        policyId - The ID of the firewall policy.
        Returns:
        builder
      • projectId

        public GetFwPolicyV2Args.Builder projectId​(@Nullable
                                                   com.pulumi.core.Output<java.lang.String> projectId)
        Parameters:
        projectId - This argument conflicts and is interchangeable with `tenant_id`. The owner of the firewall policy.
        Returns:
        builder
      • projectId

        public GetFwPolicyV2Args.Builder projectId​(java.lang.String projectId)
        Parameters:
        projectId - This argument conflicts and is interchangeable with `tenant_id`. The owner of the firewall policy.
        Returns:
        builder
      • region

        public GetFwPolicyV2Args.Builder region​(@Nullable
                                                com.pulumi.core.Output<java.lang.String> region)
        Parameters:
        region - 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.
        Returns:
        builder
      • region

        public GetFwPolicyV2Args.Builder region​(java.lang.String region)
        Parameters:
        region - 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.
        Returns:
        builder
      • shared

        public GetFwPolicyV2Args.Builder shared​(@Nullable
                                                com.pulumi.core.Output<java.lang.Boolean> shared)
        Parameters:
        shared - Whether this policy is shared across all projects.
        Returns:
        builder
      • shared

        public GetFwPolicyV2Args.Builder shared​(java.lang.Boolean shared)
        Parameters:
        shared - Whether this policy is shared across all projects.
        Returns:
        builder
      • tenantId

        public GetFwPolicyV2Args.Builder tenantId​(@Nullable
                                                  com.pulumi.core.Output<java.lang.String> tenantId)
        Parameters:
        tenantId - This argument conflicts and is interchangeable with `project_id`. The owner of the firewall policy.
        Returns:
        builder
      • tenantId

        public GetFwPolicyV2Args.Builder tenantId​(java.lang.String tenantId)
        Parameters:
        tenantId - This argument conflicts and is interchangeable with `project_id`. The owner of the firewall policy.
        Returns:
        builder