Class GetQosPolicyArgs.Builder

  • Enclosing class:
    GetQosPolicyArgs

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

      • Builder

        public Builder()
    • Method Detail

      • description

        public GetQosPolicyArgs.Builder description​(@Nullable
                                                    com.pulumi.core.Output<java.lang.String> description)
        Parameters:
        description - The human-readable description for the QoS policy.
        Returns:
        builder
      • description

        public GetQosPolicyArgs.Builder description​(java.lang.String description)
        Parameters:
        description - The human-readable description for the QoS policy.
        Returns:
        builder
      • isDefault

        public GetQosPolicyArgs.Builder isDefault​(@Nullable
                                                  com.pulumi.core.Output<java.lang.Boolean> isDefault)
        Parameters:
        isDefault - Whether the QoS policy is default policy or not.
        Returns:
        builder
      • isDefault

        public GetQosPolicyArgs.Builder isDefault​(java.lang.Boolean isDefault)
        Parameters:
        isDefault - Whether the QoS policy is default policy or not.
        Returns:
        builder
      • name

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

        public GetQosPolicyArgs.Builder name​(java.lang.String name)
        Parameters:
        name - The name of the QoS policy.
        Returns:
        builder
      • projectId

        public GetQosPolicyArgs.Builder projectId​(@Nullable
                                                  com.pulumi.core.Output<java.lang.String> projectId)
        Parameters:
        projectId - The owner of the QoS policy.
        Returns:
        builder
      • projectId

        public GetQosPolicyArgs.Builder projectId​(java.lang.String projectId)
        Parameters:
        projectId - The owner of the QoS policy.
        Returns:
        builder
      • region

        public GetQosPolicyArgs.Builder region​(@Nullable
                                               com.pulumi.core.Output<java.lang.String> region)
        Parameters:
        region - The region in which to obtain the V2 Networking client. A Networking client is needed to retrieve a QoS policy ID. If omitted, the `region` argument of the provider is used.
        Returns:
        builder
      • region

        public GetQosPolicyArgs.Builder region​(java.lang.String region)
        Parameters:
        region - The region in which to obtain the V2 Networking client. A Networking client is needed to retrieve a QoS policy ID. If omitted, the `region` argument of the provider is used.
        Returns:
        builder
      • shared

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

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

        public GetQosPolicyArgs.Builder tags​(@Nullable
                                             com.pulumi.core.Output<java.util.List<java.lang.String>> tags)
        Parameters:
        tags - The list of QoS policy tags to filter.
        Returns:
        builder
      • tags

        public GetQosPolicyArgs.Builder tags​(java.util.List<java.lang.String> tags)
        Parameters:
        tags - The list of QoS policy tags to filter.
        Returns:
        builder
      • tags

        public GetQosPolicyArgs.Builder tags​(java.lang.String... tags)
        Parameters:
        tags - The list of QoS policy tags to filter.
        Returns:
        builder