Package com.pulumi.openstack.inputs
Class GetFwPolicyV2Args.Builder
- java.lang.Object
-
- com.pulumi.openstack.inputs.GetFwPolicyV2Args.Builder
-
- Enclosing class:
- GetFwPolicyV2Args
public static final class GetFwPolicyV2Args.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()Builder(GetFwPolicyV2Args defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetFwPolicyV2Args.Builderaudited(com.pulumi.core.Output<java.lang.Boolean> audited)GetFwPolicyV2Args.Builderaudited(java.lang.Boolean audited)GetFwPolicyV2Argsbuild()GetFwPolicyV2Args.Builderdescription(com.pulumi.core.Output<java.lang.String> description)GetFwPolicyV2Args.Builderdescription(java.lang.String description)GetFwPolicyV2Args.Buildername(com.pulumi.core.Output<java.lang.String> name)GetFwPolicyV2Args.Buildername(java.lang.String name)GetFwPolicyV2Args.BuilderpolicyId(com.pulumi.core.Output<java.lang.String> policyId)GetFwPolicyV2Args.BuilderpolicyId(java.lang.String policyId)GetFwPolicyV2Args.BuilderprojectId(com.pulumi.core.Output<java.lang.String> projectId)GetFwPolicyV2Args.BuilderprojectId(java.lang.String projectId)GetFwPolicyV2Args.Builderregion(com.pulumi.core.Output<java.lang.String> region)GetFwPolicyV2Args.Builderregion(java.lang.String region)GetFwPolicyV2Args.Buildershared(com.pulumi.core.Output<java.lang.Boolean> shared)GetFwPolicyV2Args.Buildershared(java.lang.Boolean shared)GetFwPolicyV2Args.BuildertenantId(com.pulumi.core.Output<java.lang.String> tenantId)GetFwPolicyV2Args.BuildertenantId(java.lang.String tenantId)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetFwPolicyV2Args defaults)
-
-
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
-
build
public GetFwPolicyV2Args build()
-
-